Skip to content

Commit

Permalink
v0.15.18
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Sep 14, 2022
1 parent 57217af commit f2abc5c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.17",
"version": "0.15.18",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-flow-to-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dist/*",
"README.md"
],
"version": "0.15.17",
"version": "0.15.18",
"scripts": {
"cover": "jest --coverage",
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-typescript-to-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dist/*",
"README.md"
],
"version": "0.15.17",
"version": "0.15.18",
"scripts": {
"cover": "jest --coverage",
"test": "jest",
Expand Down
4 changes: 2 additions & 2 deletions packages/flowts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowts",
"version": "0.15.17",
"version": "0.15.18",
"description": "Utility script to convert flow typed code to typescript",
"bin": {
"flowts": "./bin/flowts.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/traverse": "^7.19.0",
"@babel/types": "^7.19.0",
"@flowts/babel-plugin-recast": "^0.15.17",
"@zxbodya/babel-plugin-flow-to-typescript": "^0.15.17",
"@zxbodya/babel-plugin-flow-to-typescript": "^0.15.18",
"@zxbodya/recast": "0.21.4",
"commander": "^9.4.0",
"globby": "^11.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/tsflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsflow",
"version": "0.15.17",
"version": "0.15.18",
"description": "Utility script to convert typescript code to flow",
"bin": {
"tsflow": "./bin/tsflow.js"
Expand Down Expand Up @@ -28,7 +28,7 @@
"@babel/traverse": "^7.19.0",
"@babel/types": "^7.19.0",
"@zxbodya/recast": "0.21.4",
"babel-plugin-typescript-to-flow": "^0.15.17",
"babel-plugin-typescript-to-flow": "^0.15.18",
"commander": "^9.4.0",
"globby": "^11.0.3",
"jest-diff": "^29.0.2",
Expand Down

0 comments on commit f2abc5c

Please sign in to comment.