Skip to content

Commit

Permalink
Bump fs-extra to ^11.3.0 (#45172)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent f894ff7 commit 0d25949
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"benchmark": "^2.1.4",
"docs": "workspace:^",
"express": "^4.21.2",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"jss": "^10.10.0",
"playwright": "^1.48.2",
"prop-types": "^15.8.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"fg-loadcss": "^3.1.0",
"final-form": "^4.20.10",
"flexsearch": "^0.7.43",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"json2mq": "^0.2.0",
"jss": "^10.10.0",
"jss-plugin-template": "^10.10.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"eslint-plugin-react-compiler": "0.0.0-experimental-75b9fd4-20240912",
"eslint-plugin-react-hooks": "^5.0.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"globby": "^14.0.2",
"karma": "^6.4.4",
"karma-browserstack-launcher": "~1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"chai-dom": "^1.12.1",
"dom-accessibility-api": "^0.7.0",
"format-util": "^1.0.5",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"mocha": "^11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ast-types": "^0.14.2",
"doctrine": "^3.0.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"react-docgen": "^5.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@types/chai": "^4.3.20",
"chai": "^4.5.0",
"fs-extra": "^11.2.0"
"fs-extra": "^11.3.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"chalk": "^5.4.1",
"cross-fetch": "^4.1.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"chai": "^4.5.0",
"css-mediaquery": "^0.1.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"lodash": "^4.17.21",
"playwright": "^1.48.2",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/netlify-plugin-cache-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"scripts": {},
"dependencies": {
"fs-extra": "^11.2.0"
"fs-extra": "^11.3.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chai": "^4.5.0",
"docs": "workspace:^",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"html-webpack-plugin": "^5.6.3",
"lodash": "^4.17.21",
"playwright": "^1.48.2",
Expand Down

0 comments on commit 0d25949

Please sign in to comment.