fix and upgrade: bump next js to v14, remove public mapbox token

This commit is contained in:
Aaron William Po
2023-11-24 00:07:00 -05:00
parent c1a63af4e6
commit cd621fdf21
6 changed files with 131 additions and 112 deletions

View File

@@ -36,7 +36,7 @@
"mapbox-gl": "^2.15.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"next": "^13.5.4",
"next": "^14.0.0",
"next-connect": "^1.0.0-next.3",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
@@ -56,7 +56,7 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.3.1",
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.195",