Skip to content

Commit

Permalink
Bump fast-glob to ^3.3.3 (#44999)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 3d7c97b commit dc02352
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.
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": "^7.37.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-75b9fd4-20240912",
"eslint-plugin-react-hooks": "^5.0.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"karma": "^6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react": "^19.0.6",
"@types/uuid": "^10.0.0",
"chai": "^4.5.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.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 @@ -15,7 +15,7 @@
"@mui/internal-markdown": "workspace:^",
"ast-types": "^0.14.2",
"doctrine": "^3.0.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/react-dom": "^19.0.2",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
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 @@ -56,7 +56,7 @@
"chai": "^4.5.0",
"chalk": "^5.4.1",
"cross-fetch": "^4.1.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react-dom": "^19.0.2",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"next": "^15.1.3",
"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 @@ -64,7 +64,7 @@
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"css-mediaquery": "^0.1.2",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"playwright": "^1.48.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/react": "^19.0.6",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"lodash": "^4.17.21",
"react": "^19.0.0",
"sinon": "^19.0.2",
Expand Down
64 changes: 32 additions & 32 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 @@ -25,7 +25,7 @@
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"docs": "workspace:^",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"html-webpack-plugin": "^5.6.3",
"lodash": "^4.17.21",
Expand Down

0 comments on commit dc02352

Please sign in to comment.