Skip to content

Commit

Permalink
deps: update svelte-eslint-parser to support Svelte 5.0.0-next.155 (
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Jun 15, 2024
1 parent dd64827 commit e7e25d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-lions-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-svelte': patch
---

deps: update `svelte-eslint-parser` to support Svelte `5.0.0-next.155`
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.112"
"svelte": "^3.37.0 || ^4.0.0 || ^5.0.0-next.155"
},
"peerDependenciesMeta": {
"svelte": {
Expand All @@ -66,7 +66,7 @@
"postcss-safe-parser": "^6.0.0",
"postcss-selector-parser": "^6.1.0",
"semver": "^7.6.2",
"svelte-eslint-parser": "^0.37.0"
"svelte-eslint-parser": "^0.38.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
Expand Down

0 comments on commit e7e25d6

Please sign in to comment.