Skip to content

Commit

Permalink
Update front end dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2023
1 parent cd5136a commit ae48053
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"lint": "eslint ."
},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-replace": "5.0.1",
"@rollup/plugin-terser": "0.1.0",
"@rollup/plugin-typescript": "9.0.2",
"@rollup/plugin-typescript": "11.0.0",
"@tsconfig/svelte": "3.0.0",
"@types/leaflet": "1.9.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
Expand All @@ -35,8 +35,8 @@
"rollup-plugin-livereload": "2.0.5",
"rollup-plugin-svelte": "7.1.0",
"svelte": "3.52.0",
"svelte-check": "2.9.2",
"svelte-preprocess": "4.10.7",
"svelte-check": "3.0.3",
"svelte-preprocess": "5.0.1",
"tailwindcss": "3.2.1",
"tslib": "2.4.0",
"typescript": "4.8.4"
Expand All @@ -48,6 +48,6 @@
},
"volta": {
"node": "18.12.0",
"npm": "8.19.2"
"npm": "9.3.1"
}
}

0 comments on commit ae48053

Please sign in to comment.