Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 22, 2018
1 parent 5e1f77c commit f53c228
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.23",
"version": "0.0.24",
"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 @@ -21,6 +21,7 @@
"unique-temp-path": "^0.1.1",
"@types/ramda": "^0.25.36",
"@types/fs-extra": "^5.0.4",
"@types/js-yaml": "^3.11.2",
"@types/node": "^10.9.3"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/extra-jest/shrinkwrap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dependencies:
'@types/fs-extra': 5.0.4
'@types/js-yaml': 3.11.2
'@types/node': 10.9.3
'@types/ramda': 0.25.36
fs-extra: 7.0.0
Expand All @@ -15,6 +16,10 @@ packages:
dev: false
resolution:
integrity: sha512-DsknoBvD8s+RFfSGjmERJ7ZOP1HI0UZRA3FSI+Zakhrc/Gy26YQsLI+m5V5DHxroHRJqCDLKJp7Hixn8zyaF7g==
/@types/js-yaml/3.11.2:
dev: false
resolution:
integrity: sha512-JRDtMPEqXrzfuYAdqbxLot1GvAr/QvicIZAnOAigZaj8xVMhuSJTg/xsv9E1TvyL+wujYhRLx9ZsQ0oFOSmwyA==
/@types/node/10.5.4:
dev: false
resolution:
Expand Down Expand Up @@ -93,6 +98,7 @@ shrinkwrapMinorVersion: 9
shrinkwrapVersion: 3
specifiers:
'@types/fs-extra': ^5.0.4
'@types/js-yaml': ^3.11.2
'@types/node': ^10.9.3
'@types/ramda': ^0.25.36
fs-extra: ^7.0.0
Expand Down
1 change: 1 addition & 0 deletions packages/typescript/ignore-file.private/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"preloaded-node.private": "^0.0.0",
"@types/minimatch": "^3.0.3",
"@types/fs-extra": "^5.0.4",
"@types/js-yaml": "^3.11.2",
"@types/yargs": "^12.0.0",
"@types/node": "^10.9.3"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript/ignore-file.private/shrinkwrap.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dependencies:
'@types/fs-extra': 5.0.4
'@types/js-yaml': 3.11.2
'@types/minimatch': 3.0.3
'@types/node': 10.9.3
'@types/yargs': 12.0.0
Expand All @@ -20,6 +21,10 @@ packages:
dev: false
resolution:
integrity: sha512-DsknoBvD8s+RFfSGjmERJ7ZOP1HI0UZRA3FSI+Zakhrc/Gy26YQsLI+m5V5DHxroHRJqCDLKJp7Hixn8zyaF7g==
/@types/js-yaml/3.11.2:
dev: false
resolution:
integrity: sha512-JRDtMPEqXrzfuYAdqbxLot1GvAr/QvicIZAnOAigZaj8xVMhuSJTg/xsv9E1TvyL+wujYhRLx9ZsQ0oFOSmwyA==
/@types/minimatch/3.0.3:
dev: false
resolution:
Expand Down Expand Up @@ -511,6 +516,7 @@ shrinkwrapMinorVersion: 9
shrinkwrapVersion: 3
specifiers:
'@types/fs-extra': ^5.0.4
'@types/js-yaml': ^3.11.2
'@types/minimatch': ^3.0.3
'@types/node': ^10.9.3
'@types/yargs': ^12.0.0
Expand Down

0 comments on commit f53c228

Please sign in to comment.