Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jun 5, 2023
1 parent 722e51d commit cfc5fc9
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 150 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"eslint": "npx eslint src/"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.1",
"@sveltejs/kit": "1.16.3",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "1.20.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte": "^2.28.0",
"postcss": "^8.4.23",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3.59.1",
"svelte-preprocess": "^5.0.3",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.2",
"vite": "^4.3.6"
"vite": "^4.3.9"
},
"type": "module",
"dependencies": {
Expand All @@ -32,21 +32,21 @@
"@mapbox/geojson-rewind": "^0.5.2",
"@zerodevx/svelte-toast": "^0.9.3",
"axios": "1.4.0",
"axios-retry": "^3.4.0",
"axios-retry": "^3.5.0",
"chart.js": "^4.3.0",
"d3-geo": "^3.1.0",
"dompurify": "^3.0.3",
"js-confetti": "^0.11.0",
"leaflet": "^1.9.3",
"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": "^5.0.2",
"marked": "^5.0.4",
"prettier-plugin-tailwindcss": "^0.3.0",
"qrcode": "^1.5.3",
"svelte-outclick": "^3.5.0",
"svelte-time": "^0.7.1",
"svelte-outclick": "^3.6.1",
"svelte-time": "^0.7.2",
"svg-captcha": "^1.4.0",
"tippy.js": "^6.3.7"
},
Expand Down
Loading

0 comments on commit cfc5fc9

Please sign in to comment.