Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Jun 4, 2018
1 parent a2611a0 commit 0188ef3
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"dependencies": {
"fs-extra": "^6.0.1",
"fs-tree-utils": "^0.0.11"
"fs-tree-utils": "^0.0.12"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ shrinkwrapMinorVersion: 7
shrinkwrapVersion: 3
specifiers:
fs-extra: ^6.0.1
fs-tree-utils: ^0.0.11
fs-tree-utils: ^0.0.12
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.9",
"nested-workspace-helper": "^0.1.10",
"preloaded-node.private": "^0.0.0"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ registry: 'https://registry.npmjs.org/'
shrinkwrapMinorVersion: 7
shrinkwrapVersion: 3
specifiers:
nested-workspace-helper: ^0.1.9
nested-workspace-helper: ^0.1.10
preloaded-node.private: ^0.0.0
4 changes: 2 additions & 2 deletions packages/typescript/extra-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-jest",
"version": "0.0.13",
"version": "0.0.14",
"description": "Some extra functions to work with jest testing framework",
"main": "index.js",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
Expand All @@ -16,7 +16,7 @@
"ramda": "^0.25.0",
"fs-extra": "^6.0.1",
"tslib": "^1.9.2",
"fs-tree-utils": "^0.0.11",
"fs-tree-utils": "^0.0.12",
"unique-temp-path": "^0.0.8",
"@types/ramda": "^0.25.32",
"@types/fs-extra": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/extra-jest/shrinkwrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ specifiers:
'@types/node': ^10.3.0
'@types/ramda': ^0.25.32
fs-extra: ^6.0.1
fs-tree-utils: ^0.0.11
fs-tree-utils: ^0.0.12
ramda: ^0.25.0
tslib: ^1.9.2
unique-temp-path: ^0.0.8
2 changes: 1 addition & 1 deletion packages/typescript/fs-tree-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-tree-utils",
"version": "0.0.11",
"version": "0.0.12",
"description": "Work with filesystem tree with ease",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ignore-file.private/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"yargs": "^11.0.0",
"chalk": "^2.4.1",
"tslib": "^1.9.2",
"fs-tree-utils": "^0.0.11",
"fs-tree-utils": "^0.0.12",
"preloaded-node.private": "^0.0.0",
"@types/minimatch": "^3.0.3",
"@types/fs-extra": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ignore-file.private/shrinkwrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ specifiers:
'@types/yargs': ^11.0.0
chalk: ^2.4.1
fs-extra: ^6.0.1
fs-tree-utils: ^0.0.11
fs-tree-utils: ^0.0.12
minimatch: ^3.0.4
preloaded-node.private: ^0.0.0
tslib: ^1.9.2
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.9",
"version": "0.1.10",
"description": "Some commands to in needs for nodemonorepo",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"chalk": "^2.4.1",
"tslib": "^1.9.2",
"monorepo-shared-assets": "^0.0.12",
"fs-tree-utils": "^0.0.11",
"fs-tree-utils": "^0.0.12",
"@types/ramda": "^0.25.32",
"@types/semver": "^5.5.0",
"@types/js-yaml": "^3.11.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ specifiers:
'@types/yargs': ^11.0.0
chalk: ^2.4.1
fs-extra: ^6.0.1
fs-tree-utils: ^0.0.11
fs-tree-utils: ^0.0.12
js-yaml: ^3.11.0
monorepo-shared-assets: ^0.0.12
node-fetch: ^2.1.2
Expand Down

0 comments on commit 0188ef3

Please sign in to comment.