Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Jul 9, 2018
1 parent 48e39e9 commit 5d006ef
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"nested-wrkspc": "bin.js"
},
"dependencies": {
"nested-workspace-helper": "^0.1.14",
"nested-workspace-helper": "^0.2.0",
"preloaded-node.private": "^0.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ancestor-directories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"dependencies": {
"tslib": "^1.9.2",
"monorepo-shared-assets": "^0.0.13",
"monorepo-shared-assets": "^0.0.14",
"@types/node": "^10.3.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/fs-tree-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fs-extra": "^6.0.1",
"ramda": "^0.25.0",
"tslib": "^1.9.2",
"monorepo-shared-assets": "^0.0.13",
"monorepo-shared-assets": "^0.0.14",
"@types/fs-extra": "^5.0.2",
"@types/ramda": "^0.25.32",
"@types/node": "^10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/monorepo-shared-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-shared-assets",
"version": "0.0.13",
"version": "0.0.14",
"description": "Shared assets used by various packages from nodemonorepo",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/nested-workspace-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nested-workspace-helper",
"version": "0.1.14",
"version": "0.2.0",
"description": "Some commands in needs for nodemonorepo",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"yargs": "^11.0.0",
"chalk": "^2.4.1",
"tslib": "^1.9.2",
"monorepo-shared-assets": "^0.0.13",
"monorepo-shared-assets": "^0.0.14",
"fs-tree-utils": "^0.1.0",
"@types/ramda": "^0.25.32",
"@types/semver": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"tslib": "^1.9.2",
"monorepo-shared-assets": "^0.0.13",
"monorepo-shared-assets": "^0.0.14",
"@types/node": "^10.3.0"
},
"engines": {
Expand Down

0 comments on commit 5d006ef

Please sign in to comment.