Skip to content

Commit

Permalink
Bump @types/prop-types to ^15.7.14 (#44683)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Dec 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bb27e36 commit 924fe0a
Showing 10 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@
"@types/gtag.js": "^0.0.20",
"@types/json2mq": "^0.2.2",
"@types/node": "^20.17.9",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-swipeable-views": "^0.13.5",
2 changes: 1 addition & 1 deletion packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
"@types/chai": "^4.3.20",
"@types/chai-dom": "^1.11.3",
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@
"@mui/material": "workspace:*",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.17.9",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"next": "^15.0.4",
"react": "^19.0.0"
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:*",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/sinon": "^17.0.3",
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/system": "workspace:*",
"@types/chai": "^4.3.20",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.0",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"dependencies": {
"@babel/runtime": "^7.26.0",
"@mui/types": "workspace:^",
"@types/prop-types": "^15.7.13",
"@types/prop-types": "^15.7.14",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
"react-is": "^19.0.0"
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.

0 comments on commit 924fe0a

Please sign in to comment.