Skip to content

Commit 4f27383

Browse files
committed
feature: @putout/plugin-react-hook-form: drop support of 🐊 < 38
1 parent 673671f commit 4f27383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-react-hook-form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"react-hook-form"
3434
],
3535
"peerDependencies": {
36-
"putout": ">=32"
36+
"putout": ">=38"
3737
},
3838
"devDependencies": {
3939
"@putout/test": "^11.0.0",
@@ -46,7 +46,7 @@
4646
},
4747
"license": "MIT",
4848
"engines": {
49-
"node": ">=16"
49+
"node": ">=18"
5050
},
5151
"publishConfig": {
5252
"access": "public"

0 commit comments

Comments
 (0)