Skip to content

Commit a88b2e9

Browse files
committed
feature: @putout/formatter-memory: drop support of 🐊 < 42
1 parent c20e6cc commit a88b2e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/formatter-memory/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"report": "madrun report"
2727
},
2828
"dependencies": {
29-
"@putout/formatter-dump": "^6.0.0",
29+
"@putout/formatter-dump": "^7.0.0",
3030
"chalk": "^5.3.0",
3131
"cli-progress": "^3.8.2",
3232
"format-io": "^2.0.0",
@@ -49,11 +49,11 @@
4949
"superc8": "^12.0.0"
5050
},
5151
"peerDependencies": {
52-
"putout": ">=40"
52+
"putout": ">=42"
5353
},
5454
"license": "MIT",
5555
"engines": {
56-
"node": ">=20"
56+
"node": ">=22"
5757
},
5858
"publishConfig": {
5959
"access": "public"

0 commit comments

Comments
 (0)