Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 31, 2018
1 parent 185b363 commit d0e96a1
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.8",
"nested-workspace-helper": "^0.1.9",
"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.8
nested-workspace-helper: ^0.1.9
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.11",
"version": "0.0.12",
"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.1",
"fs-tree-utils": "^0.0.10",
"fs-tree-utils": "^0.0.11",
"unique-temp-path": "^0.0.8",
"@types/ramda": "^0.25.29",
"@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 @@ -66,7 +66,7 @@ specifiers:
'@types/node': ^10.1.2
'@types/ramda': ^0.25.29
fs-extra: ^6.0.1
fs-tree-utils: ^0.0.10
fs-tree-utils: ^0.0.11
ramda: ^0.25.0
tslib: ^1.9.1
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.10",
"version": "0.0.11",
"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.1",
"fs-tree-utils": "^0.0.10",
"fs-tree-utils": "^0.0.11",
"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 @@ -458,7 +458,7 @@ specifiers:
'@types/yargs': ^11.0.0
chalk: ^2.4.1
fs-extra: ^6.0.1
fs-tree-utils: ^0.0.10
fs-tree-utils: ^0.0.11
minimatch: ^3.0.4
preloaded-node.private: ^0.0.0
tslib: ^1.9.1
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.8",
"version": "0.1.9",
"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.1",
"monorepo-shared-assets": "^0.0.12",
"fs-tree-utils": "^0.0.10",
"fs-tree-utils": "^0.0.11",
"@types/ramda": "^0.25.29",
"@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 @@ -131,7 +131,7 @@ specifiers:
'@types/yargs': ^11.0.0
chalk: ^2.4.1
fs-extra: ^6.0.1
fs-tree-utils: ^0.0.10
fs-tree-utils: ^0.0.11
js-yaml: ^3.11.0
monorepo-shared-assets: ^0.0.12
node-fetch: ^2.1.2
Expand Down

0 comments on commit d0e96a1

Please sign in to comment.