Update dependency svelte-spa-router to v5

This commit is contained in:
2026-04-19 16:13:20 +00:00
parent 069931ec06
commit 9805bb473f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -11,7 +11,7 @@
"@tailwindcss/vite": "^4.1.18",
"gsap": "^3.13.0",
"svelte-french-toast": "^2.0.0-alpha.0",
"svelte-spa-router": "^4.0.2"
"svelte-spa-router": "^5.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.1.1",
@@ -3195,9 +3195,9 @@
}
},
"node_modules/svelte-spa-router": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/svelte-spa-router/-/svelte-spa-router-4.0.2.tgz",
"integrity": "sha512-T1WYYk+ymwCr5m5U+n91k4dRAT6cw5HgmoPaI/TpKgAmuugymFoSBlfzkcKIK83QH4H8gUMn4tdQ0B9enFBM6g==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/svelte-spa-router/-/svelte-spa-router-5.0.1.tgz",
"integrity": "sha512-AU/4rosuCnkMLqVYV+HRYP/jLVBAhGzeIUaPGaSmFj7wLfyfZeW18iSiYlMEj2y4Uh3+8GYUt3tvObJiBmgzyA==",
"license": "MIT",
"dependencies": {
"regexparam": "2.0.2"
+1 -1
View File
@@ -24,6 +24,6 @@
"@tailwindcss/vite": "^4.1.18",
"gsap": "^3.13.0",
"svelte-french-toast": "^2.0.0-alpha.0",
"svelte-spa-router": "^4.0.2"
"svelte-spa-router": "^5.0.0"
}
}