aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-10-03 18:31:14 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-10-03 18:31:14 -0400
commit214e8312f11f50d0222fa5756eefb67621a521e0 (patch)
treee36c8c96bb705e6047e695f558f7c0eea6808515 /package.json
parent3f6c180e7bee816cc5410b2c6bd01e22a6e35910 (diff)
downloadpersonal-website-214e8312f11f50d0222fa5756eefb67621a521e0.tar.gz
personal-website-214e8312f11f50d0222fa5756eefb67621a521e0.tar.bz2
personal-website-214e8312f11f50d0222fa5756eefb67621a521e0.zip
Updated packages; Added drop shadows
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"
}