Skip to content

Commit

Permalink
feat(deps): fs-extra@^9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent b1b2275 commit 2f6f4e0
Show file tree
Hide file tree
Showing 18 changed files with 108 additions and 76 deletions.
2 changes: 1 addition & 1 deletion commands/create/package.json
Expand Up @@ -40,7 +40,7 @@
"@lerna/validation-error": "file:../../core/validation-error",
"camelcase": "^5.0.0",
"dedent": "^0.7.0",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"init-package-json": "^2.0.1",
"npm-package-arg": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion commands/import/package.json
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": "^8.1.0",
"fs-extra": "^9.0.1",
"p-map-series": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion commands/init/package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@lerna/child-process": "file:../../core/child-process",
"@lerna/command": "file:../../core/command",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.1",
"p-map": "^4.0.0",
"write-json-file": "^4.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
Expand Up @@ -57,7 +57,7 @@
"@lerna/validation-error": "file:../../core/validation-error",
"@lerna/version": "file:../version",
"figgy-pudding": "^3.5.1",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.1",
"npm-package-arg": "^8.1.0",
"npmlog": "^4.1.2",
"p-finally": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Expand Up @@ -36,7 +36,7 @@
"conventional-changelog-angular": "^5.0.3",
"conventional-changelog-core": "^3.1.6",
"conventional-recommended-bump": "^5.0.0",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.1",
"get-stream": "^6.0.0",
"lodash.template": "^4.5.0",
"npm-package-arg": "^8.1.0",
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": "^8.1.0"
"fs-extra": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion helpers/init-named-fixture/package.json
Expand Up @@ -11,6 +11,6 @@
"@lerna-test/git-commit": "file:../git-commit",
"@lerna-test/git-init": "file:../git-init",
"tempy": "^1.0.0",
"fs-extra": "^8.1.0"
"fs-extra": "^9.0.1"
}
}
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": "^8.1.0"
"fs-extra": "^9.0.1"
}
}

0 comments on commit 2f6f4e0

Please sign in to comment.