Skip to content

Commit

Permalink
fix: upgrade svelte, get rid of rennovate
Browse files Browse the repository at this point in the history
Related to #104
  • Loading branch information
marekvospel committed Dec 20, 2024
1 parent 8464dac commit a730b81
Show file tree
Hide file tree
Showing 4 changed files with 902 additions and 647 deletions.
29 changes: 15 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,25 @@
"lint": "eslint ."
},
"devDependencies": {
"@iconify-json/cib": "^1.1.4",
"@iconify-json/mdi": "^1.1.33",
"@iconify-json/twemoji": "^1.1.5",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@iconify-json/cib": "^1.2.2",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/twemoji": "^1.2.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.13.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@unocss/reset": "^0.65.0",
"@vospel/eslint-config": "1.5.0",
"eslint": "^8.23.1",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-i18n": "^4.0.0",
"svelte-preprocess": "^6.0.0",
"tslib": "^2.3.1",
"typescript": "^5.0.0",
"unocss": "^0.65.0",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"svelte-i18n": "^4.0.1",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"unocss": "^0.65.2",
"unplugin-icons": "^0.22.0",
"vite": "^6.0.0"
"vite": "^6.0.5"
},
"type": "module",
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit a730b81

Please sign in to comment.