Skip to content

Commit 23e2c59

Browse files
committed
feature: @putout/plugin-remove-useless-array: drop support of 🐊 < 41
1 parent 3173a7f commit 23e2c59

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packages/plugin-remove-useless-array/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"coverage": "madrun coverage",
2525
"report": "madrun report"
2626
},
27-
"dependencies": {
28-
"eslint-plugin-putout": "^30.0.0"
29-
},
27+
"dependencies": {},
3028
"keywords": [
3129
"putout",
3230
"putout-plugin",
@@ -35,19 +33,19 @@
3533
"useless"
3634
],
3735
"devDependencies": {
38-
"@putout/eslint-flat": "^4.0.0",
36+
"eslint-plugin-putout": "^30.0.0",
3937
"@putout/test": "^15.0.0",
4038
"c8": "^10.0.0",
4139
"eslint": "^10.0.0",
4240
"eslint-plugin-n": "^17.0.0",
4341
"madrun": "^12.0.0"
4442
},
4543
"peerDependencies": {
46-
"putout": ">=40"
44+
"putout": ">=41"
4745
},
4846
"license": "MIT",
4947
"engines": {
50-
"node": ">=20"
48+
"node": ">=22"
5149
},
5250
"publishConfig": {
5351
"access": "public"

0 commit comments

Comments
 (0)