Skip to content

Commit

Permalink
chore(deps): update dependency @types/react-dom to v18.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 52cd5a9 commit 53c6d0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2.13",
"@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.2.13",
"@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.2.13",
"@vitejs/plugin-react-refresh": "1.3.6",
"classnames": "2.3.2",
"react": "17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2480,10 +2480,10 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==

"@types/[email protected].4":
version "18.2.4"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.4.tgz#13f25bfbf4e404d26f62ac6e406591451acba9e0"
integrity sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==
"@types/[email protected].13":
version "18.2.13"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.13.tgz#89cd7f9ec8b28c8b6f0392b9591671fb4a9e96b7"
integrity sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==
dependencies:
"@types/react" "*"

Expand Down

0 comments on commit 53c6d0c

Please sign in to comment.