diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 0557b5c..04b64e2 100644 --- a/package.json +++ b/package.json @@ -18,16 +18,16 @@ "@fortawesome/free-regular-svg-icons": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", "@fortawesome/react-fontawesome": "^0.2.0", - "next": "12.3.1", - "react": "18.2.0", - "react-dom": "18.2.0", + "next": "^13.0.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", "three": "^0.145.0" }, "devDependencies": { "@vercel/analytics": "^0.1.1", "autoprefixer": "^10.4.7", "eslint": "8.25.0", - "eslint-config-next": "12.3.1", + "eslint-config-next": "^13.0.0", "postcss": "^8.4.18", "tailwindcss": "^3.2.0" } |
