Skip to content

Commit

Permalink
Bump @types/react to ^18.2.14 (#37697)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michał Dudak <michal@mui.com>
  • Loading branch information
renovate[bot] and michaldudak authored Jun 27, 2023
1 parent d496d2d commit 08915af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.18",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.12",
"@types/react": "^18.2.14",
"@types/react-is": "^18.2.1",
"@types/react-test-renderer": "^18.0.0",
"@types/sinon": "^10.0.15",
Expand Down Expand Up @@ -225,7 +225,7 @@
"**/@definitelytyped/header-parser": "^0.0.163",
"**/@definitelytyped/typescript-versions": "^0.0.163",
"**/@definitelytyped/utils": "^0.0.163",
"**/@types/react": "^18.2.12",
"**/@types/react": "^18.2.14",
"**/cross-fetch": "^3.1.6"
},
"nyc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.18",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.12",
"@types/react": "^18.2.14",
"@types/uuid": "^8.3.4",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3677,10 +3677,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@>=16", "@types/react@^16", "@types/react@^18.2.12":
version "18.2.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.12.tgz#95d584338610b78bb9ba0415e3180fb03debdf97"
integrity sha512-ndmBMLCgn38v3SntMeoJaIrO6tGHYKMEBohCUmw8HoLLQdRMOIGXfeYaBTLe2lsFaSB3MOK1VXscYFnmLtTSmw==
"@types/react@*", "@types/react@>=16", "@types/react@^16", "@types/react@^18.2.14":
version "18.2.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127"
integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 08915af

Please sign in to comment.