Skip to content

Commit

Permalink
Bump @types/prop-types to ^15.7.12 (#12999)
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 May 8, 2024
1 parent b5c534d commit db61cdb
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/x-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/d3-interpolate": "^3.0.4",
"@types/d3-scale": "^4.0.8",
"@types/d3-shape": "^3.1.6",
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"csstype": "^3.1.3",
"rimraf": "^5.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"date-fns": "^2.30.0",
"rimraf": "^5.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"rimraf": "^5.0.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@mui/joy": "^5.0.0-beta.24",
"@mui/types": "^7.2.14",
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"rimraf": "^5.0.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"date-fns": "^2.30.0",
"dayjs": "^1.11.11",
"luxon": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@types/luxon": "^3.4.2",
"@types/moment-hijri": "^2.1.4",
"@types/moment-jalaali": "^0.7.9",
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"date-fns": "^2.30.0",
"date-fns-jalali": "^2.13.0-0",
"dayjs": "^1.11.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"rimraf": "^5.0.5"
},
"engines": {
Expand Down
40 changes: 20 additions & 20 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 @@ -17,7 +17,7 @@
"@react-spring/web": "^9.7.3",
"@playwright/test": "^1.43.1",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.60",
"chai": "^4.4.1",
"dayjs": "^1.11.11",
Expand Down

0 comments on commit db61cdb

Please sign in to comment.