Updated package and restaurant data

This commit is contained in:
Alexis
2025-10-05 14:52:35 +02:00
parent b8db5ff17c
commit a3dbc5623b
5 changed files with 808 additions and 660 deletions

View File

@@ -18,12 +18,12 @@
"format": "prettier --write src/"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.13",
"@tailwindcss/vite": "^4.1.14",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"leaflet": "^1.9.4",
"pinia": "^3.0.3",
"tailwindcss": "^4.1.13",
"vue": "^3.5.21",
"tailwindcss": "^4.1.14",
"vue": "^3.5.22",
"vue-leaflet-markercluster": "^0.6.1",
"vue-router": "^4.5.1"
},
@@ -31,22 +31,22 @@
"@prettier/plugin-oxc": "^0.0.4",
"@tsconfig/node22": "^22.0.2",
"@types/leaflet": "^1.9.20",
"@types/node": "^24.5.1",
"@types/node": "^24.6.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.35.0",
"eslint-plugin-oxlint": "~1.16.0",
"eslint-plugin-vue": "~10.4.0",
"jiti": "^2.5.1",
"eslint": "^9.37.0",
"eslint-plugin-oxlint": "~1.19.0",
"eslint-plugin-vue": "~10.5.0",
"jiti": "^2.6.1",
"npm-run-all2": "^8.0.4",
"oxlint": "~1.16.0",
"oxlint": "~1.19.0",
"prettier": "3.6.2",
"sass-embedded": "^1.92.1",
"typescript": "~5.9.2",
"vite": "npm:rolldown-vite@^7.1.10",
"sass-embedded": "^1.93.2",
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@^7.1.15",
"vite-plugin-vue-devtools": "^8.0.2",
"vue-tsc": "^3.0.7"
"vue-tsc": "^3.1.0"
}
}