aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 14 insertions, 15 deletions
diff --git a/package.json b/package.json
index dabea87..d79664a 100644
--- a/package.json
+++ b/package.json
@@ -9,22 +9,21 @@
"start": "NODE_ENV=production node dist/server.js"
},
"dependencies": {
- "express": "4.17.1",
- "got": "11.8.2",
- "next": "10.1.3",
- "react": "17.0.2",
- "react-dom": "17.0.2",
- "ts-node": "9.1.1"
+ "express": "4.18.2",
+ "got": "13.0.0",
+ "next": "13.5.4",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "ts-node": "10.9.1"
},
"devDependencies": {
- "@types/express": "4.17.11",
- "@types/next": "9.0.0",
- "@types/node": "14.14.37",
- "@types/react": "17.0.3",
- "@types/react-dom": "17.0.3",
- "@typescript-eslint/eslint-plugin": "4.21.0",
- "@typescript-eslint/parser": "4.21.0",
- "eslint": "7.23.0",
- "eslint-plugin-react": "7.23.1"
+ "@types/express": "4.17.18",
+ "@types/node": "20.8.4",
+ "@types/react": "18.2.27",
+ "@types/react-dom": "18.2.12",
+ "@typescript-eslint/eslint-plugin": "6.7.5",
+ "@typescript-eslint/parser": "6.7.5",
+ "eslint": "8.51.0",
+ "eslint-plugin-react": "7.33.2"
}
}