⬆️ 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",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/postgres": "^0.10.0",
"bcrypt": "^5.1.1",
"deck.gl": "^9.0.28",
"mapbox-gl": "^3.6.0",
"next": "14.2.7",
"react": "^18",
"react-dom": "^18",
"react-map-gl": "^7.1.7",
"react-slot-counter": "^3.0.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/react": "18.3.10",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"sass": "^1.77.8"
}
"name": "lovemap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/postgres": "^0.10.0",
"bcrypt": "^5.1.1",
"deck.gl": "^9.0.31",
"mapbox-gl": "^3.7.0",
"next": "14.2.14",
"react": "^18",
"react-dom": "^18",
"react-map-gl": "^7.1.7",
"react-slot-counter": "^3.0.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/react": "18.3.10",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"sass": "^1.79.4"
}
}