Update dependencies throughout the project (#2401)

* Update dependencies

* Update stable node ID hashes again, for some reason?
This commit is contained in:
Keavon Chambers
2025-03-07 21:32:52 -08:00
committed by GitHub
parent c4cf47703a
commit 381dcbf17f
13 changed files with 2532 additions and 2175 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "graphite-web-frontend",
"private": true,
"description": "Graphite's web app frontend. Planned to be replaced by a native GUI written in Rust in the future.",
"description": "Graphite's web app frontend.",
"author": "Graphite Authors <contact@graphite.rs>",
"browserslist": "> 1.5%, last 2 versions, not dead, not ie 11, not op_mini all, not ios_saf < 13",
"type": "module",
@@ -54,7 +54,7 @@
"svelte-preprocess": "^6.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite": "^5.4.14",
"vite-multiple-assets": "1.3.1"
},
"//": "The dev dependency for `sass` can be removed once <https://github.com/sveltejs/svelte-preprocess/issues/656> is fixed, but meanwhile we have to",