Skip to content

Commit

Permalink
chore: Upgrade SvelteJS to v4 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshtrivedi authored Jul 8, 2024
1 parent 780a275 commit f2aa365
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"build": "vite build"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"svelte": "^3.55.1",
"vite": "^4.0.0",
"vite-plugin-web-extension": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"svelte": "^4.2.18",
"vite": "^5.3.1",
"vite-plugin-web-extension": "^4.1.6",
"webextension-polyfill": "^0.10.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/webextension-polyfill": "^0.10.0",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.1",
"tslib": "^2.6.3",
"typescript": "^5.3.2",
"vite": "^4.0.0",
"vite-plugin-web-extension": "^4.0.0",
"vite": "^5.3.1",
"vite-plugin-web-extension": "^4.1.6",
"webextension-polyfill": "^0.10.0"
}
}

0 comments on commit f2aa365

Please sign in to comment.