Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Dec 14, 2023
1 parent d38e44c commit 4d58632
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 222 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "1.27.5",
"@sveltejs/kit": "1.30.3",
"@types/d3-geo": "^3.1.0",
"@types/dompurify": "^3.0.5",
"@types/geojson": "^7946.0.13",
Expand All @@ -22,42 +22,42 @@
"@types/leaflet.locatecontrol": "^0.74.4",
"@types/leaflet.markercluster": "^1.5.4",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.35.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"svelte": "^4.2.3",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.0",
"tailwindcss": "^3.3.5",
"svelte-preprocess": "^5.1.2",
"tailwindcss": "^3.3.6",
"tslib": "^2.6.2",
"typescript": "5.2",
"vite": "^4.5.0"
"typescript": "5.3.3",
"vite": "^4.5.1"
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-free": "^6.5.1",
"@lottiefiles/svelte-lottie-player": "^0.3.0",
"@mapbox/geojson-rewind": "^0.5.2",
"@zerodevx/svelte-toast": "^0.9.5",
"axios": "1.6.1",
"axios-retry": "^3.8.1",
"chart.js": "^4.4.0",
"axios": "1.6.2",
"axios-retry": "^4.0.0",
"chart.js": "^4.4.1",
"d3-geo": "^3.1.0",
"dompurify": "^3.0.6",
"js-confetti": "^0.11.0",
"js-confetti": "^0.12.0",
"leaflet": "^1.9.4",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.locatecontrol": "^0.79.0",
"leaflet.markercluster": "^1.5.3",
"localforage": "^1.10.0",
"marked": "^10.0.0",
"marked": "^11.1.0",
"qrcode": "^1.5.3",
"svelte-outclick": "^3.6.2",
"svelte-time": "^0.8.0",
Expand Down
Loading

0 comments on commit 4d58632

Please sign in to comment.