Skip to content

Commit

Permalink
v0.15.16
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbodya committed Sep 4, 2022
1 parent 5dcce5a commit ffb2737
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.15",
"version": "0.15.16",
"packages": [
"packages/*"
],
Expand Down
8 changes: 4 additions & 4 deletions packages/flowts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowts",
"version": "0.15.15",
"version": "0.15.16",
"description": "Utility script to convert flow typed code to typescript",
"bin": {
"flowts": "./bin/flowts.js",
Expand Down Expand Up @@ -39,20 +39,20 @@
"prettier": "^2.7.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.18.9",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@types/babel__core": "^7.1.18",
"@types/babel__traverse": "7.18.1",
"@types/jest": "^29.0.0",
"@types/prettier": "^2.7.0",
"jest": "^29.0.2",
"rimraf": "^3.0.2",
"tsm": "^2.2.2",
"source-map-support": "^0.5.21",
"tsm": "^2.2.2",
"typescript": "^4.8.2"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions packages/tsflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsflow",
"version": "0.15.15",
"version": "0.15.16",
"description": "Utility script to convert typescript code to flow",
"bin": {
"tsflow": "./bin/tsflow.js"
Expand Down Expand Up @@ -36,11 +36,11 @@
"prettier": "^2.7.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.18.9",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@flowts/babel-plugin-recast": "^0.15.15",
"@types/babel__core": "^7.1.18",
Expand All @@ -49,8 +49,8 @@
"@types/prettier": "^2.7.0",
"jest": "^29.0.2",
"rimraf": "^3.0.2",
"tsm": "^2.2.2",
"source-map-support": "^0.5.21",
"tsm": "^2.2.2",
"typescript": "^4.8.2"
},
"jest": {
Expand Down

0 comments on commit ffb2737

Please sign in to comment.