Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2023
1 parent 62291ec commit 331c223
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react-feather/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-react": "7.33.2",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"prettier": "3.1.0",
"typescript": "5.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tcm-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"eslint-plugin-testing-library": "6.2.0",
"execa": "8.0.1",
"figlet": "1.7.0",
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-watch-typeahead": "2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"typescript": "5.3.2"
},
"dependencies": {
"fs-extra": "11.1.1",
"fs-extra": "11.2.0",
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"sade": "1.8.1",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7028,7 +7028,7 @@ __metadata:
eslint-plugin-import: "npm:2.29.0"
eslint-plugin-prettier: "npm:5.0.1"
eslint-plugin-react: "npm:7.33.2"
fs-extra: "npm:11.1.1"
fs-extra: "npm:11.2.0"
prettier: "npm:3.1.0"
react: "npm:18.2.0"
typescript: "npm:5.3.2"
Expand Down Expand Up @@ -7168,7 +7168,7 @@ __metadata:
eslint-plugin-testing-library: "npm:6.2.0"
execa: "npm:8.0.1"
figlet: "npm:1.7.0"
fs-extra: "npm:11.1.1"
fs-extra: "npm:11.2.0"
jest: "npm:29.7.0"
jest-environment-jsdom: "npm:29.7.0"
jest-watch-typeahead: "npm:2.2.2"
Expand Down Expand Up @@ -7224,7 +7224,7 @@ __metadata:
eslint-plugin-import: "npm:2.29.0"
eslint-plugin-prettier: "npm:5.0.1"
eslint-plugin-react: "npm:7.33.2"
fs-extra: "npm:11.1.1"
fs-extra: "npm:11.2.0"
lodash: "npm:4.17.21"
lodash-es: "npm:4.17.21"
prettier: "npm:3.1.0"
Expand Down Expand Up @@ -15217,6 +15217,17 @@ __metadata:
languageName: node
linkType: hard

"fs-extra@npm:11.2.0":
version: 11.2.0
resolution: "fs-extra@npm:11.2.0"
dependencies:
graceful-fs: "npm:^4.2.0"
jsonfile: "npm:^6.0.1"
universalify: "npm:^2.0.0"
checksum: d77a9a9efe60532d2e790e938c81a02c1b24904ef7a3efb3990b835514465ba720e99a6ea56fd5e2db53b4695319b644d76d5a0e9988a2beef80aa7b1da63398
languageName: node
linkType: hard

"fs-extra@npm:^10.0.0":
version: 10.1.0
resolution: "fs-extra@npm:10.1.0"
Expand Down

0 comments on commit 331c223

Please sign in to comment.