⬆️ Upgraded dependencies

This commit is contained in:
2024-10-01 23:53:06 +02:00
parent 7c111fab5d
commit 8a4c162dd6
2 changed files with 7993 additions and 8058 deletions
+7965 -8030
View File
File diff suppressed because it is too large Load Diff
+28 -28
View File
@@ -1,30 +1,30 @@
{ {
"name": "lovemap", "name": "lovemap",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@vercel/postgres": "^0.10.0", "@vercel/postgres": "^0.10.0",
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"deck.gl": "^9.0.28", "deck.gl": "^9.0.31",
"mapbox-gl": "^3.6.0", "mapbox-gl": "^3.7.0",
"next": "14.2.7", "next": "14.2.14",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"react-map-gl": "^7.1.7", "react-map-gl": "^7.1.7",
"react-slot-counter": "^3.0.1", "react-slot-counter": "^3.0.1",
"uuid": "^10.0.0" "uuid": "^10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/bcrypt": "^5.0.2", "@types/bcrypt": "^5.0.2",
"@types/react": "18.3.10", "@types/react": "18.3.10",
"eslint": "^8", "eslint": "^8",
"eslint-config-next": "14.2.7", "eslint-config-next": "14.2.14",
"sass": "^1.77.8" "sass": "^1.79.4"
} }
} }