migration to Svelte 4

This commit is contained in:
nemunaire 2024-01-09 10:02:34 +01:00
parent 8138af8e7c
commit 1c4afb2461
1 changed files with 6 additions and 6 deletions

View File

@ -12,17 +12,17 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.0",
"@sveltejs/kit": "^1.0.0",
"@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.35.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^3.48.0",
"svelte-check": "^3.0.0",
"svelte-preprocess": "^5.0.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.4.0",
"typescript": "^5.0.0",
"vite": "^4.0.0"
@ -32,4 +32,4 @@
"dayjs": "^1.11.5",
"svelte-frappe-charts": "^1.9.1"
}
}
}