aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 2987d33..ce07d83 100644
--- a/package.json
+++ b/package.json
@@ -12,15 +12,15 @@
"lint": "next lint"
},
"dependencies": {
- "next": "12.0.10",
- "react": "17.0.2",
- "react-dom": "17.0.2",
- "three": "^0.137.5"
+ "next": "12.3.1",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "three": "^0.145.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
- "eslint": "8.8.0",
- "eslint-config-next": "12.0.10",
+ "eslint": "8.24.0",
+ "eslint-config-next": "12.3.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2"
}