chore: update from yarn 1 to yarn 4 (whoops)

This commit is contained in:
sam 2024-11-13 15:24:12 +01:00
parent 254a50da4d
commit 681aaa8254
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
4 changed files with 3437 additions and 1811 deletions

View file

@ -1,3 +1,4 @@
.vscode
node_modules node_modules
# Output # Output
@ -19,3 +20,6 @@ Thumbs.db
# Vite # Vite
vite.config.js.timestamp-* vite.config.js.timestamp-*
vite.config.ts.timestamp-* vite.config.ts.timestamp-*
# yarn 4
.yarn

View file

@ -0,0 +1 @@
nodeLinker: node-modules

View file

@ -14,7 +14,7 @@
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-static": "^3.0.5", "@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.0.0", "@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0", "@sveltejs/vite-plugin-svelte": "3",
"@sveltestrap/sveltestrap": "^6.2.7", "@sveltestrap/sveltestrap": "^6.2.7",
"@types/eslint": "^9.6.0", "@types/eslint": "^9.6.0",
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
@ -32,12 +32,13 @@
"sass": "^1.80.1", "sass": "^1.80.1",
"snarkdown": "^2.0.0", "snarkdown": "^2.0.0",
"svelecte": "^4.3.1", "svelecte": "^4.3.1",
"svelte": "^4.2.7", "svelte": "4",
"svelte-check": "^4.0.0", "svelte-check": "^4.0.0",
"typescript": "^5.0.0", "typescript": "^5.0.0",
"typescript-eslint": "^8.0.0", "typescript-eslint": "^8.0.0",
"vite": "^5.0.3", "vite": "^5.0.3",
"vite-plugin-markdown": "^2.2.0" "vite-plugin-markdown": "^2.2.0"
}, },
"type": "module" "type": "module",
"packageManager": "yarn@4.5.1"
} }

File diff suppressed because it is too large Load diff