Skip to content

Commit

Permalink
v0.15.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Nov 4, 2022
1 parent d432339 commit b497490
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"version": "0.15.18",
"packages": [
"packages/*"
],
"version": "0.15.19",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions 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.18",
"version": "0.15.19",
"scripts": {
"cover": "jest --coverage",
"test": "jest",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@flowts/babel-plugin-recast": "^0.15.17",
"@flowts/babel-plugin-recast": "^0.15.19",
"@types/babel__code-frame": "^7.0.3",
"@types/babel__traverse": "7.18.2",
"@types/jest": "^29.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-recast/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.19",
"scripts": {
"cover": "jest --coverage",
"test": "jest",
Expand Down
4 changes: 2 additions & 2 deletions 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.18",
"version": "0.15.19",
"scripts": {
"cover": "jest --coverage",
"test": "jest",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@flowts/babel-plugin-recast": "^0.15.17",
"@flowts/babel-plugin-recast": "^0.15.19",
"@types/babel__traverse": "7.18.2",
"@types/jest": "^29.2.1",
"@zxbodya/recast": "0.21.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/flowts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowts",
"version": "0.15.18",
"version": "0.15.19",
"description": "Utility script to convert flow typed code to typescript",
"bin": {
"flowts": "./bin/flowts.js",
Expand Down Expand Up @@ -29,8 +29,8 @@
"@babel/preset-typescript": "^7.18.6",
"@babel/traverse": "^7.20.1",
"@babel/types": "^7.20.0",
"@flowts/babel-plugin-recast": "^0.15.17",
"@zxbodya/babel-plugin-flow-to-typescript": "^0.15.18",
"@flowts/babel-plugin-recast": "^0.15.19",
"@zxbodya/babel-plugin-flow-to-typescript": "^0.15.19",
"@zxbodya/recast": "0.21.4",
"commander": "^9.4.1",
"globby": "^11.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/tsflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsflow",
"version": "0.15.18",
"version": "0.15.19",
"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.20.1",
"@babel/types": "^7.20.0",
"@zxbodya/recast": "0.21.4",
"babel-plugin-typescript-to-flow": "^0.15.18",
"babel-plugin-typescript-to-flow": "^0.15.19",
"commander": "^9.4.1",
"globby": "^11.0.3",
"jest-diff": "^29.2.1",
Expand All @@ -42,7 +42,7 @@
"@babel/plugin-transform-flow-strip-types": "^7.19.0",
"@babel/plugin-transform-typescript": "^7.20.0",
"@babel/preset-env": "^7.19.4",
"@flowts/babel-plugin-recast": "^0.15.17",
"@flowts/babel-plugin-recast": "^0.15.19",
"@types/babel__core": "^7.1.18",
"@types/babel__traverse": "7.18.2",
"@types/jest": "^29.2.1",
Expand Down

0 comments on commit b497490

Please sign in to comment.