Skip to content

Commit

Permalink
Bump @types/react-is to ^18.2.4 (#39859)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent e205216 commit 867de00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "^18.18.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-is": "^18.2.3",
"@types/react-is": "^18.2.4",
"@types/sinon": "^10.0.20",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-tester": "^11.0.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3926,10 +3926,10 @@
dependencies:
"@types/react" "*"

"@types/react-is@^18.2.3":
version "18.2.3"
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-18.2.3.tgz#eda298f3cb054e0d3ee044443109e23ec22fbffe"
integrity sha512-w45BV1PsuELGu0P+y7sy+w2sY7qMfDVFrf4+30smfViAxgnOV6MGwdCTAmz32BdYRr0E87xH6L6k6qBB2jjRvA==
"@types/react-is@^18.2.4":
version "18.2.4"
resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-18.2.4.tgz#95a92829de452662348ce08349ca65623c50daf7"
integrity sha512-wBc7HgmbCcrvw0fZjxbgz/xrrlZKzEqmABBMeSvpTvdm25u6KI6xdIi9pRE2G0C1Lw5ETFdcn4UbYZ4/rpqUYw==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 867de00

Please sign in to comment.