Skip to content

Commit

Permalink
feat(deps): fs-extra@^8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 17, 2019
1 parent 9e58394 commit 313287f
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 34 deletions.
2 changes: 1 addition & 1 deletion commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@lerna/validation-error": "file:../../core/validation-error",
"camelcase": "^5.0.0",
"dedent": "^0.7.0",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"globby": "^9.2.0",
"init-package-json": "^1.10.3",
"npm-package-arg": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion commands/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@lerna/pulse-till-done": "file:../../utils/pulse-till-done",
"@lerna/validation-error": "file:../../core/validation-error",
"dedent": "^0.7.0",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"p-map-series": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion commands/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
"@lerna/command": "file:../../core/command",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"p-map": "^2.1.0",
"write-json-file": "^3.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@lerna/validation-error": "file:../../core/validation-error",
"@lerna/version": "file:../version",
"figgy-pudding": "^3.5.1",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"p-finally": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"conventional-changelog-angular": "^5.0.3",
"conventional-changelog-core": "^3.1.6",
"conventional-recommended-bump": "^4.0.4",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"get-stream": "^4.0.0",
"lodash.template": "^4.5.0",
"npm-package-arg": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion helpers/copy-fixture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"license": "MIT",
"dependencies": {
"@lerna-test/find-fixture": "file:../find-fixture",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
2 changes: 1 addition & 1 deletion helpers/init-named-fixture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@lerna-test/git-commit": "file:../git-commit",
"@lerna-test/git-init": "file:../git-init",
"tempy": "^0.2.1",
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
2 changes: 1 addition & 1 deletion helpers/update-lerna-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"private": true,
"license": "MIT",
"dependencies": {
"fs-extra": "^7.0.0"
"fs-extra": "^8.1.0"
}
}
38 changes: 19 additions & 19 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"eslint-plugin-prettier": "^3.1.0",
"fast-async": "^7.0.6",
"find-up": "^3.0.0",
"fs-extra": "^8.1.0",
"globby": "^9.2.0",
"jest": "^24.8.0",
"jest-circus": "^24.8.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/create-symlink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"cmd-shim": "^2.0.2",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"npmlog": "^4.1.2"
}
}
2 changes: 1 addition & 1 deletion utils/get-packed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"ssri": "^6.0.1",
"tar": "^4.4.8"
}
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
"@lerna/get-npm-exec-opts": "file:../get-npm-exec-opts",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"signal-exit": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion utils/npm-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@lerna/otplease": "file:../../core/otplease",
"@lerna/run-lifecycle": "file:../run-lifecycle",
"figgy-pudding": "^3.5.1",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"npm-package-arg": "^6.1.0",
"npmlog": "^4.1.2",
"pify": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion utils/resolve-symlink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"npmlog": "^4.1.2",
"read-cmd-shim": "^1.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion utils/symlink-binary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@lerna/create-symlink": "file:../create-symlink",
"@lerna/package": "file:../../core/package",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"p-map": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion utils/symlink-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@lerna/create-symlink": "file:../create-symlink",
"@lerna/resolve-symlink": "file:../resolve-symlink",
"@lerna/symlink-binary": "file:../symlink-binary",
"fs-extra": "^7.0.0",
"fs-extra": "^8.1.0",
"p-finally": "^1.0.0",
"p-map": "^2.1.0",
"p-map-series": "^1.0.0"
Expand Down

0 comments on commit 313287f

Please sign in to comment.