Skip to content

Commit

Permalink
chore(repo): updated dependency fs-extra to ^10.1.0 (#9985)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip9587 committed May 6, 2022
1 parent e5fd269 commit 0cc7042
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/eslint": "~8.4.1",
"@types/express": "4.17.13",
"@types/flat": "^5.0.1",
"@types/fs-extra": "^9.0.11",
"@types/fs-extra": "^9.0.13",
"@types/is-ci": "^3.0.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
Expand Down Expand Up @@ -147,7 +147,7 @@
"file-type": "^16.2.0",
"flat": "^5.0.2",
"fork-ts-checker-webpack-plugin": "6.2.10",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "14.1.0",
"husky": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-to-nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nrwl/workspace": "*",
"@nrwl/devkit": "*",
"nx": "*",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"yargs-parser": "21.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-nx-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"nx": "*",
"@nrwl/devkit": "*",
"enquirer": "~2.3.6",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"tmp": "~0.2.1",
"yargs-parser": "21.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@parcel/watcher": "2.0.4",
"chalk": "4.1.0",
"fast-glob": "3.2.7",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"ignore": "^5.0.4",
"js-tokens": "^4.0.0",
"minimatch": "3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@svgr/webpack": "^6.1.2",
"chalk": "4.1.0",
"eslint-config-next": "^12.1.0",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"url-loader": "^4.1.1",
"tsconfig-paths": "^3.9.0",
"ts-node": "~9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"copy-webpack-plugin": "^9.0.1",
"enhanced-resolve": "^5.8.3",
"fork-ts-checker-webpack-plugin": "6.2.10",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"glob": "7.1.4",
"license-webpack-plugin": "^4.0.2",
"rxjs": "^6.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/js": "*",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"rxjs": "^6.5.4",
"tslib": "^2.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"chokidar": "^3.5.1",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"dotenv": "~10.0.0",
"figures": "3.2.0",
"glob": "7.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@nrwl/workspace": "*",
"chalk": "^4.1.0",
"enhanced-resolve": "^5.8.3",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"ignore": "^5.0.4",
"metro-resolver": "^0.70.2",
"node-fetch": "^2.6.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"enhanced-resolve": "^5.8.3",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "6.2.10",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"http-server": "^14.1.0",
"identity-obj-proxy": "3.0.0",
"less": "3.12.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"chokidar": "^3.5.1",
"cli-cursor": "3.1.0",
"cli-spinners": "2.6.1",
"fs-extra": "^9.1.0",
"fs-extra": "^10.1.0",
"dotenv": "~10.0.0",
"figures": "3.2.0",
"glob": "7.1.4",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4570,7 +4570,7 @@
dependencies:
"@types/node" "*"

"@types/fs-extra@^9.0.11":
"@types/fs-extra@^9.0.13":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
Expand Down Expand Up @@ -11463,6 +11463,15 @@ fs-extra@^0.30.0:
path-is-absolute "^1.0.0"
rimraf "^2.2.8"

fs-extra@^10.1.0:
version "10.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
Expand Down

1 comment on commit 0cc7042

@vercel
Copy link

@vercel vercel bot commented on 0cc7042 May 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.