updated project to nextjs 14
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
"@react-three/drei": "^9.88.4",
|
||||
"@react-three/fiber": "^8.15.1",
|
||||
"@types/three": "^0.157.2",
|
||||
"next": "13.5.6",
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"next": "^14.0.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"three": "^0.157.0",
|
||||
"three.js": "^0.77.0"
|
||||
},
|
||||
@@ -24,7 +24,7 @@
|
||||
"@types/react-dom": "^18",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "13.5.6",
|
||||
"eslint-config-next": "^14.0.1",
|
||||
"postcss": "^8.4.31",
|
||||
"tailwindcss": "^3.3.5",
|
||||
"typescript": "^5"
|
||||
|
||||
Reference in New Issue
Block a user