Skip to content

Commit

Permalink
Update dependency fs-extra to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 2, 2020
1 parent 0eacc73 commit 26f358e
Show file tree
Hide file tree
Showing 14 changed files with 184 additions and 121 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clean-typescript-build": "bin.js"
},
"dependencies": {
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"preloaded-node.private": "^0.0.0",
"clean-typescript-build": "^0.1.5"
}
Expand Down
33 changes: 21 additions & 12 deletions packages/javascript/clean-typescript-build.private/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions packages/typescript/clean-typescript-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"build"
],
"dependencies": {
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"yargs": "^15.1.0",
"@tsfun/array": "^0.0.0",
"tslib": "^1.10.0",
"fs-tree-utils": "^0.1.8",
"@types/fs-extra": "^8.0.1",
"@types/fs-extra": "^9.0.0",
"@types/yargs": "^15.0.0",
"@types/node": "^13.1.6"
},
Expand Down
41 changes: 25 additions & 16 deletions packages/typescript/clean-typescript-build/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions packages/typescript/extra-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"jest"
],
"dependencies": {
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"js-yaml": "^3.13.1",
"tslib": "^1.10.0",
"fs-tree-utils": "^0.1.8",
"unique-temp-path": "^0.1.3",
"@types/fs-extra": "^8.0.1",
"@types/fs-extra": "^9.0.0",
"@types/js-yaml": "^3.12.1",
"@types/node": "^13.1.6"
},
Expand Down
41 changes: 25 additions & 16 deletions packages/typescript/extra-jest/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions packages/typescript/fs-tree-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"main": "index.js",
"dependencies": {
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"@tsfun/array": "^0.0.0",
"tslib": "^1.10.0",
"monorepo-shared-assets": "^0.0.19",
"@types/fs-extra": "^8.0.1",
"@types/fs-extra": "^9.0.0",
"@types/node": "^13.1.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 26f358e

Please sign in to comment.