Add Outer Path, Fix mscv package.json bug

This commit is contained in:
Oliver Davies
2025-04-28 00:31:58 -07:00
parent c78d07eeb0
commit 3287b2d1e5
3 changed files with 112 additions and 21 deletions
+5 -4
View File
@@ -34,6 +34,7 @@
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.40.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/node": "^22.6.1",
"@typescript-eslint/eslint-plugin": "^8.7.0",
@@ -46,17 +47,17 @@
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier": "^3.3.3",
"process": "^0.11.10",
"rollup-plugin-license": "^3.5.3",
"sass": "1.78.0",
"svelte": "^4.2.19",
"svelte-preprocess": "^6.0.2",
"svelte": "^4.2.19",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.14",
"vite-multiple-assets": "1.3.1"
"vite-multiple-assets": "1.3.1",
"vite": "^5.4.14"
},
"//": "The dev dependency for `sass` can be removed once <https://github.com/sveltejs/svelte-preprocess/issues/656> is fixed, but meanwhile we have to",
"///": "list it here and pin it to 1.78.0 so `vite` and `svelte-preprocess` use it instead of 1.79+ which spams the console with deprecation warnings.",