Skip to content

Commit

Permalink
feat(deps): Upgrade fs-extra to ^7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Sep 5, 2018
1 parent e280d1d commit 042b1a3
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion commands/create/package.json
Expand Up @@ -38,7 +38,7 @@
"@lerna/validation-error": "file:../../core/validation-error",
"camelcase": "^4.1.0",
"dedent": "^0.7.0",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"globby": "^8.0.1",
"init-package-json": "^1.10.3",
"npm-package-arg": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion commands/import/package.json
Expand Up @@ -36,7 +36,7 @@
"@lerna/prompt": "file:../../core/prompt",
"@lerna/validation-error": "file:../../core/validation-error",
"dedent": "^0.7.0",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"p-map-series": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion commands/init/package.json
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
"@lerna/command": "file:../../core/command",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"p-map": "^1.2.0",
"write-json-file": "^2.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
Expand Up @@ -47,7 +47,7 @@
"@lerna/run-parallel-batches": "file:../../utils/run-parallel-batches",
"@lerna/validation-error": "file:../../core/validation-error",
"@lerna/version": "file:../version",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"npm-package-arg": "^6.0.0",
"npmlog": "^4.1.2",
"p-finally": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Expand Up @@ -36,7 +36,7 @@
"conventional-changelog-core": "^2.0.5",
"conventional-recommended-bump": "^2.0.6",
"dedent": "^0.7.0",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"get-stream": "^4.0.0",
"npm-package-arg": "^6.0.0",
"npmlog": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion helpers/copy-fixture/package.json
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"@lerna-test/find-fixture": "file:../find-fixture",
"fs-extra": "^6.0.1"
"fs-extra": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion helpers/update-lerna-config/package.json
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"fs-extra": "^6.0.1"
"fs-extra": "^7.0.0"
}
}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/create-symlink/package.json
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"cmd-shim": "^2.0.2",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"npmlog": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion utils/npm-install/package.json
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
"@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"npm-package-arg": "^6.0.0",
"npmlog": "^4.1.2",
"signal-exit": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-publish/package.json
Expand Up @@ -34,7 +34,7 @@
"@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts",
"@lerna/has-npm-version": "file:../has-npm-version",
"@lerna/log-packed": "file:../log-packed",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"npmlog": "^4.1.2",
"p-map": "^1.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion utils/resolve-symlink/package.json
Expand Up @@ -30,7 +30,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"npmlog": "^4.1.2",
"read-cmd-shim": "^1.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion utils/symlink-binary/package.json
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@lerna/create-symlink": "file:../create-symlink",
"@lerna/package": "file:../../core/package",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"p-map": "^1.2.0",
"read-pkg": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion utils/symlink-dependencies/package.json
Expand Up @@ -33,7 +33,7 @@
"@lerna/create-symlink": "file:../create-symlink",
"@lerna/resolve-symlink": "file:../resolve-symlink",
"@lerna/symlink-binary": "file:../symlink-binary",
"fs-extra": "^6.0.1",
"fs-extra": "^7.0.0",
"p-finally": "^1.0.0",
"p-map": "^1.2.0",
"p-map-series": "^1.0.0"
Expand Down

0 comments on commit 042b1a3

Please sign in to comment.