Skip to content

Commit

Permalink
feature: package: putout v31.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 7, 2023
1 parent f632273 commit 1bba62a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
"husky": "^6.0.0",
"lerna": "^6.0.1",
"madrun": "^9.0.0",
"putout": "^30.2.3",
"putout": "^31.0.3",
"supertape": "^8.0.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=16"
},
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"dependencies": {}
}
2 changes: 1 addition & 1 deletion packages/engine-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"madrun": "^9.0.0",
"mock-require": "^3.0.2",
"nodemon": "^3.0.1",
"putout": "^30.2.3",
"putout": "^31.0.3",
"supertape": "^8.0.0",
"try-to-catch": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-fail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^4.0.0",
"putout": "^30.2.3",
"putout": "^31.0.3",
"supertape": "^8.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-json-lines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^4.0.0",
"putout": "^30.2.3",
"putout": "^31.0.3",
"supertape": "^8.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-progress-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^4.0.0",
"putout": "^30.2.3",
"putout": "^31.0.3",
"supertape": "^8.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-short/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^4.0.0",
"putout": "^30.2.3",
"putout": "^31.0.3",
"supertape": "^8.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/formatter-tap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^4.0.0",
"putout": "^30.2.3",
"putout": "^31.0.3",
"supertape": "^8.0.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/operator-stub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"madrun": "^9.0.0",
"mock-require": "^3.0.2",
"nodemon": "^3.0.1",
"putout": "^30.2.3",
"putout": "^31.0.3",
"supertape": "^8.0.0",
"typescript": "^5.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/supertape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^4.0.0",
"putout": "^30.2.3",
"putout": "^31.0.3",
"runsome": "^1.0.0",
"try-catch": "^3.0.0",
"typescript": "^5.1.6"
Expand Down

0 comments on commit 1bba62a

Please sign in to comment.