Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to v18.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 003a2ee commit 2f0c7b7
Show file tree
Hide file tree
Showing 4 changed files with 7 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.4",
"@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.4",
"@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.4",
"@vitejs/plugin-react-refresh": "1.3.6",
"classnames": "2.3.2",
"react": "17.0.2",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2481,12 +2481,10 @@
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==
dependencies:
"@types/react" "*"
"@types/react-dom@18.3.4":
version "18.3.4"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.4.tgz#25119d84a654b3894b49eded7c4b68f2ca9a0f6d"
integrity sha512-HMqjZ3RJxmfoOn3sVc0T0fO6qSrLDnUQYB+azHKdBBz1eOt0Sq4wUu2Sf1/Dt18gqhECg0fZ33tkh/6YdwrSCw==

"@types/react-dom@<18.0.0":
version "17.0.17"
Expand Down

0 comments on commit 2f0c7b7

Please sign in to comment.