Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to v18.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 003a2ee commit 3b6814e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/todo-example/client-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/classnames": "2.3.0",
"@types/react-dom": "18.2.4",
"@types/react-dom": "18.3.2",
"@vitejs/plugin-react-refresh": "1.3.6",
"classnames": "2.3.2",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-relay": "12.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"@types/react-dom": "18.2.4",
"@types/react-dom": "18.3.2",
"@types/react-relay": "11.0.3",
"@types/relay-runtime": "12.0.2",
"babel-plugin-relay": "12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/classnames": "2.3.0",
"@types/react-dom": "18.2.4",
"@types/react-dom": "18.3.2",
"@vitejs/plugin-react-refresh": "1.3.6",
"classnames": "2.3.2",
"react": "17.0.2",
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2481,12 +2481,12 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==

"@types/react-dom@18.2.4":
version "18.2.4"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.4.tgz#13f25bfbf4e404d26f62ac6e406591451acba9e0"
integrity sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==
"@types/react-dom@18.3.2":
version "18.3.2"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.2.tgz#b58a9520f5f317a00bbda0271502889b71c345f0"
integrity sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==
dependencies:
"@types/react" "*"
"@types/react" "^18"

"@types/react-dom@<18.0.0":
version "17.0.17"
Expand All @@ -2503,7 +2503,15 @@
"@types/react" "*"
"@types/relay-runtime" "*"

"@types/react@*", "@types/react@^17":
"@types/react@*", "@types/react@^18":
version "18.3.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.14.tgz#7ce43bbca0e15e1c4f67ad33ea3f83d75aa6756b"
integrity sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/react@^17":
version "17.0.45"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==
Expand Down

0 comments on commit 3b6814e

Please sign in to comment.