Skip to content

Commit

Permalink
fix: align required Node version with ESLint (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama authored Mar 5, 2025
1 parent 6d8b59c commit 7f756b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-books-go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-svelte': patch
---

fix: align required Node version with ESLint
4 changes: 2 additions & 2 deletions packages/eslint-plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"funding": "https://github.com/sponsors/ota-meshi",
"license": "MIT",
"engines": {
"node": "^18.20.4 || ^20.18.0 || >=22.10.0"
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"type": "module",
"main": "lib/index.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"postcss-load-config": "^3.1.4",
"postcss-safe-parser": "^7.0.0",
"semver": "^7.6.3",
"svelte-eslint-parser": "^1.0.0"
"svelte-eslint-parser": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand Down

0 comments on commit 7f756b8

Please sign in to comment.