Skip to content

Commit

Permalink
Bump @types/prop-types to ^15.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2024
1 parent 7ed454d commit 195a5a9
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"@types/gtag.js": "^0.0.20",
"@types/json2mq": "^0.2.2",
"@types/node": "^20.16.5",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-swipeable-views": "^0.13.5",
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 @@ -56,7 +56,7 @@
"@types/chai": "^4.3.19",
"@types/chai-dom": "^1.11.3",
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
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 @@ -55,7 +55,7 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.19",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/sinon": "^17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mui/material": "workspace:*",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.16.5",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"next": "^14.2.11",
"react": "^18.3.1"
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 @@ -51,7 +51,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.19",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:*",
"@types/chai": "^4.3.19",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
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 @@ -59,7 +59,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.19",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
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 @@ -55,7 +55,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/system": "workspace:*",
"@types/chai": "^4.3.19",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/runtime": "^7.25.6",
"@mui/types": "workspace:^",
"@types/prop-types": "^15.7.12",
"@types/prop-types": "^15.7.13",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
"react-is": "^18.3.1"
Expand Down
54 changes: 27 additions & 27 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 195a5a9

Please sign in to comment.