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 Oct 14, 2023
1 parent b59e703 commit c9bffab
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,35 @@
"lint": "eslint ."
},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-commonjs": "25.0.5",
"@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",
"@tsconfig/svelte": "3.0.0",
"@rollup/plugin-typescript": "11.1.5",
"@tsconfig/svelte": "5.0.2",
"@types/leaflet": "1.9.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"autoprefixer": "10.4.13",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-svelte": "2.11.0",
"postcss": "8.4.18",
"postcss-import": "15.0.0",
"postcss-load-config": "4.0.1",
"prettier": "2.7.1",
"prettier-plugin-svelte": "2.8.0",
"rollup": "3.2.3",
"prettier": "3.0.3",
"prettier-plugin-svelte": "3.0.3",
"rollup": "4.1.0",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-css-only": "4.2.0",
"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": "4.2.1",
"svelte-check": "3.5.2",
"svelte-preprocess": "5.0.4",
"tailwindcss": "3.2.1",
"tslib": "2.4.0",
"typescript": "4.8.4"
"typescript": "5.2.2"
},
"dependencies": {
"leaflet": "1.9.2",
Expand All @@ -48,6 +48,6 @@
},
"volta": {
"node": "18.12.0",
"npm": "8.19.2"
"npm": "10.2.0"
}
}

0 comments on commit c9bffab

Please sign in to comment.