Skip to content

Commit

Permalink
Upgrade frontend dependencies
Browse files Browse the repository at this point in the history
Change to most recent @sveltestrap/sveltestrap
Reformat with Svelte LSP
  • Loading branch information
moebiusband73 committed Mar 9, 2024
1 parent 5a4671b commit 32a5766
Show file tree
Hide file tree
Showing 50 changed files with 8,704 additions and 6,987 deletions.
618 changes: 425 additions & 193 deletions web/frontend/package-lock.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions web/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
"dev": "rollup -c -w"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@timohausmann/quadtree-js": "^1.2.5",
"rollup": "^3.21.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-svelte": "^7.1.4",
"svelte": "^3.58.0"
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@timohausmann/quadtree-js": "^1.2.6",
"rollup": "^4.12.1",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.12"
},
"dependencies": {
"@rollup/plugin-replace": "^5.0.2",
"@urql/svelte": "^4.0.1",
"chart.js": "^4.3.3",
"@rollup/plugin-replace": "^5.0.5",
"@sveltestrap/sveltestrap": "^6.2.6",
"@urql/svelte": "^4.1.0",
"chart.js": "^4.4.2",
"date-fns": "^2.30.0",
"graphql": "^16.6.0",
"mathjs": "^12.0.0",
"svelte-chartjs": "^3.1.2",
"sveltestrap": "^5.11.1",
"uplot": "^1.6.24",
"wonka": "^6.3.2"
"graphql": "^16.8.1",
"mathjs": "^12.4.0",
"svelte-chartjs": "^3.1.5",
"uplot": "^1.6.30",
"wonka": "^6.3.4"
}
}
Loading

0 comments on commit 32a5766

Please sign in to comment.