Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed May 15, 2024
1 parent 85f6a7d commit abb6d60
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 315 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,58 +13,58 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/kit": "^2.5.8",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/d3-geo": "^3.1.0",
"@types/dompurify": "^3.0.5",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.9",
"@types/leaflet": "^1.9.12",
"@types/leaflet.featuregroup.subgroup": "^1.0.3",
"@types/leaflet.locatecontrol": "^0.74.4",
"@types/leaflet.locatecontrol": "^0.74.5",
"@types/leaflet.markercluster": "^1.5.4",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.37.0",
"eslint-plugin-svelte": "^2.39.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.13",
"svelte": "^4.2.14",
"svelte-check": "^3.6.9",
"svelte-preprocess": "^5.1.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"svelte-preprocess": "^5.1.4",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "5.4.5",
"vite": "^5.2.8"
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@lottiefiles/svelte-lottie-player": "^0.3.1",
"@mapbox/geojson-rewind": "^0.5.2",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/svelte-table": "^8.16.0",
"@tanstack/svelte-table": "^8.17.3",
"@zerodevx/svelte-toast": "^0.9.5",
"axios": "1.6.8",
"axios-retry": "^4.1.0",
"chart.js": "^4.4.2",
"d3-geo": "^3.1.1",
"date-fns": "^3.6.0",
"dompurify": "^3.1.0",
"dompurify": "^3.1.3",
"js-confetti": "^0.12.0",
"leaflet": "^1.9.4",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.locatecontrol": "^0.81.0",
"leaflet.markercluster": "^1.5.3",
"localforage": "^1.10.0",
"marked": "^12.0.1",
"marked": "^12.0.2",
"qrcode": "^1.5.3",
"svelte-outclick": "^3.7.1",
"svelte-time": "^0.8.3",
"svelte-time": "^0.9.0",
"svg-captcha": "^1.4.0",
"tippy.js": "^6.3.7"
},
Expand Down

0 comments on commit abb6d60

Please sign in to comment.