Skip to content

Commit

Permalink
v0.1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudeg committed Oct 1, 2022
1 parent dbd25cb commit edf5ce8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.33",
"version": "0.1.34",
"npmClient": "yarn",
"useWorkspaces": true,
"stream": true
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-migrate-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-migrate-example",
"version": "0.1.33",
"version": "0.1.34",
"private": "true",
"description": "Basic example of usage of the ts-migrate-server with writing a custom plugin",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"jscodeshift": "^0.12.0",
"ts-migrate-plugins": "^0.1.33",
"ts-migrate-plugins": "^0.1.34",
"ts-migrate-server": "^0.1.33",
"ts-node": "^8.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-migrate-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-migrate-plugins",
"version": "0.1.33",
"version": "0.1.34",
"description": "Set of codemods, which are doing transformation of js/jsx to ts/tsx",
"main": "build/src/index.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-migrate",
"version": "0.1.33",
"version": "0.1.34",
"description": "A tool for migrating frontend application from JavaScript to TypeScript",
"directories": {
"test": "tests"
Expand Down Expand Up @@ -65,7 +65,7 @@
"create-jest-runner": "^0.5.3",
"json5": "^2.1.1",
"json5-writer": "^0.1.8",
"ts-migrate-plugins": "^0.1.33",
"ts-migrate-plugins": "^0.1.34",
"ts-migrate-server": "^0.1.33",
"updatable-log": "^0.2.0",
"yargs": "^15.0.2"
Expand Down

0 comments on commit edf5ce8

Please sign in to comment.