Skip to content

Commit 97ba119

Browse files
committed
fix: align required Node version with ESLint
1 parent 6d8b59c commit 97ba119

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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

+1-1
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",

0 commit comments

Comments
 (0)