Skip to content

Commit c7e0ff2

Browse files
committed
feature: @putout/plugin-apply-destructuring: drop support of 🐊 < 38
1 parent a4028b7 commit c7e0ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-apply-destructuring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"nodemon": "^3.0.1"
4242
},
4343
"peerDependencies": {
44-
"putout": ">=29"
44+
"putout": ">=38"
4545
},
4646
"license": "MIT",
4747
"engines": {
48-
"node": ">=16"
48+
"node": ">=18"
4949
},
5050
"publishConfig": {
5151
"access": "public"

0 commit comments

Comments
 (0)