Skip to content

Commit 8b1a357

Browse files
committed
fix
1 parent b9a6700 commit 8b1a357

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "vue-eslint-parser",
33
"version": "9.4.3",
44
"description": "The ESLint custom parser for `.vue` files.",
5-
"engines": {
6-
"node": "^14.17.0 || >=16.0.0"
7-
},
85
"main": "index.js",
96
"files": [
107
"index.*"
118
],
9+
"engines": {
10+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
11+
},
1212
"peerDependencies": {
13-
"eslint": ">=6.0.0"
13+
"eslint": "^8.57.0 || ^9.0.0"
1414
},
1515
"dependencies": {
1616
"debug": "^4.3.4",

0 commit comments

Comments
 (0)