Skip to content

Commit 7f756b8

Browse files
authored
fix: align required Node version with ESLint (#1115)
1 parent 6d8b59c commit 7f756b8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/angry-books-go.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-plugin-svelte': patch
3+
---
4+
5+
fix: align required Node version with ESLint

packages/eslint-plugin-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"funding": "https://github.com/sponsors/ota-meshi",
99
"license": "MIT",
1010
"engines": {
11-
"node": "^18.20.4 || ^20.18.0 || >=22.10.0"
11+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1212
},
1313
"type": "module",
1414
"main": "lib/index.js",
@@ -65,7 +65,7 @@
6565
"postcss-load-config": "^3.1.4",
6666
"postcss-safe-parser": "^7.0.0",
6767
"semver": "^7.6.3",
68-
"svelte-eslint-parser": "^1.0.0"
68+
"svelte-eslint-parser": "^1.0.1"
6969
},
7070
"devDependencies": {
7171
"@babel/core": "^7.26.0",

0 commit comments

Comments
 (0)