Skip to content

Commit

Permalink
Deps: Update dependency @types/react to v18.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and literat committed Oct 9, 2023
1 parent 2e282eb commit 2094a04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"webpack-cli": "5.1.4"
},
"resolutions": {
"@types/react": "18.2.25",
"@types/react": "18.2.26",
"typescript": "4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/web-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.5",
"@types/node": "20.8.3",
"@types/react": "18.2.25",
"@types/react": "18.2.26",
"@types/react-dom": "18.2.11",
"@types/react-transition-group": "4.4.7",
"@typescript-eslint/eslint-plugin": "6.7.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6844,10 +6844,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].25", "@types/react@>=16":
version "18.2.25"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.25.tgz#99fa44154132979e870ff409dc5b6e67f06f0199"
integrity sha512-24xqse6+VByVLIr+xWaQ9muX1B4bXJKXBbjszbld/UEDslGLY53+ZucF44HCmLbMPejTzGG9XgR+3m2/Wqu1kw==
"@types/react@*", "@types/[email protected].26", "@types/react@>=16":
version "18.2.26"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.26.tgz#3bc3f33b804cbfd7d0bda6e8a014cb6ee4be74b9"
integrity sha512-ZaMtQo/fasHwMSRTED+u4Cjnkl0uuqEFJ2rKF0DQXji1v24DaNdSe9am4ldiDKFD/MpzbyS8UEOceh1/Oiw89g==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 2094a04

Please sign in to comment.