Skip to content

Commit

Permalink
feat: update svelte to v5.0.0 (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Oct 20, 2024
1 parent ad83f29 commit 051925c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-lemons-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-svelte": minor
---

feat: update svelte to v5.0.0
2 changes: 1 addition & 1 deletion docs-svelte-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"sass": "^1.79.5",
"source-map-js": "^1.2.1",
"stylus": "^0.64.0",
"svelte": "^5.0.0-next.268",
"svelte": "^5.0.0",
"svelte-adapter-ghpages": "0.2.2",
"util": "^0.12.5",
"vite": "^5.4.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0-0 || ^9.0.0-0",
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.191"
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"svelte": {
Expand Down Expand Up @@ -98,7 +98,7 @@
"sass": "^1.79.5",
"source-map-js": "^1.2.1",
"stylus": "^0.64.0",
"svelte": "^5.0.0-next.268",
"svelte": "^5.0.0",
"svelte-i18n": "^4.0.0",
"type-coverage": "^2.29.7",
"yaml": "^2.6.0"
Expand Down

0 comments on commit 051925c

Please sign in to comment.