Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Aug 14, 2018
1 parent 58fd630 commit e5974e1
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": "^7.0.0",
"fs-tree-utils": "^0.1.2"
"fs-tree-utils": "^0.1.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ shrinkwrapMinorVersion: 8
shrinkwrapVersion: 3
specifiers:
fs-extra: ^7.0.0
fs-tree-utils: ^0.1.2
fs-tree-utils: ^0.1.3
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.2.1",
"nested-workspace-helper": "^0.2.2",
"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: 8
shrinkwrapVersion: 3
specifiers:
nested-workspace-helper: ^0.2.1
nested-workspace-helper: ^0.2.2
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.20",
"version": "0.0.21",
"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": "^7.0.0",
"tslib": "^1.9.3",
"fs-tree-utils": "^0.1.2",
"fs-tree-utils": "^0.1.3",
"unique-temp-path": "^0.1.0",
"@types/ramda": "^0.25.35",
"@types/fs-extra": "^5.0.4",
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 @@ -66,7 +66,7 @@ specifiers:
'@types/node': ^10.5.4
'@types/ramda': ^0.25.35
fs-extra: ^7.0.0
fs-tree-utils: ^0.1.2
fs-tree-utils: ^0.1.3
ramda: ^0.25.0
tslib: ^1.9.3
unique-temp-path: ^0.1.0
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.1.2",
"version": "0.1.3",
"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": "^12.0.1",
"chalk": "^2.4.1",
"tslib": "^1.9.3",
"fs-tree-utils": "^0.1.2",
"fs-tree-utils": "^0.1.3",
"preloaded-node.private": "^0.0.0",
"@types/minimatch": "^3.0.3",
"@types/fs-extra": "^5.0.4",
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 @@ -486,7 +486,7 @@ specifiers:
'@types/yargs': ^11.1.1
chalk: ^2.4.1
fs-extra: ^7.0.0
fs-tree-utils: ^0.1.2
fs-tree-utils: ^0.1.3
minimatch: ^3.0.4
preloaded-node.private: ^0.0.0
tslib: ^1.9.3
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.2.1",
"version": "0.2.2",
"description": "Some commands 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.3",
"monorepo-shared-assets": "^0.0.15",
"fs-tree-utils": "^0.1.2",
"fs-tree-utils": "^0.1.3",
"@types/ramda": "^0.25.35",
"@types/semver": "^5.5.0",
"@types/js-yaml": "^3.11.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ specifiers:
'@types/yargs': ^11.1.1
chalk: ^2.4.1
fs-extra: ^7.0.0
fs-tree-utils: ^0.1.2
fs-tree-utils: ^0.1.3
js-yaml: ^3.12.0
monorepo-shared-assets: ^0.0.15
node-fetch: ^2.2.0
Expand Down

0 comments on commit e5974e1

Please sign in to comment.