updated project to nextjs 14

This commit is contained in:
Adam Cała
2023-11-07 11:54:02 +01:00
parent 4a5b897495
commit f1b1636b8c
2 changed files with 109 additions and 109 deletions

View File

@@ -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"