Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix: type error with ts upgrade (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 authored Dec 9, 2024
1 parent 47d1fad commit 04eb257
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 101 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@iconify/json": "2.2.252",
"@sveltejs/adapter-auto": "3.2.5",
"@sveltejs/kit": "2.5.28",
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/kit": "2.9.0",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@testing-library/dom": "10.4.0",
"@testing-library/svelte": "5.2.1",
Expand All @@ -25,19 +25,19 @@
"autoprefixer": "10.4.20",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.44.0",
"eslint-plugin-svelte": "2.46.1",
"globals": "15.9.0",
"jsdom": "25.0.1",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"prettier-plugin-tailwindcss": "0.6.8",
"svelte": "4.2.19",
"svelte-check": "4.0.2",
"svelte-check": "4.1.1",
"tailwindcss": "3.4.13",
"tslib": "2.7.0",
"typescript": "5.6.2",
"typescript-eslint": "8.7.0",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"unplugin-icons": "0.19.3",
"vite": "5.4.8",
"vitest": "2.1.1"
Expand Down
Loading

0 comments on commit 04eb257

Please sign in to comment.