Skip to content

Commit 2f0c7b7

Browse files
chore(deps): update dependency @types/react-dom to v18.3.4
1 parent 003a2ee commit 2f0c7b7

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

packages/todo-example/client-apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@testing-library/react": "12.1.5",
1010
"@testing-library/user-event": "13.5.0",
1111
"@types/classnames": "2.3.0",
12-
"@types/react-dom": "18.2.4",
12+
"@types/react-dom": "18.3.4",
1313
"@vitejs/plugin-react-refresh": "1.3.6",
1414
"classnames": "2.3.2",
1515
"react": "17.0.2",

packages/todo-example/client-relay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-relay": "12.0.0",
1717
"react": "17.0.2",
1818
"react-dom": "17.0.2",
19-
"@types/react-dom": "18.2.4",
19+
"@types/react-dom": "18.3.4",
2020
"@types/react-relay": "11.0.3",
2121
"@types/relay-runtime": "12.0.2",
2222
"babel-plugin-relay": "12.0.0",

packages/todo-example/client-urql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@testing-library/react": "12.1.5",
1414
"@testing-library/user-event": "13.5.0",
1515
"@types/classnames": "2.3.0",
16-
"@types/react-dom": "18.2.4",
16+
"@types/react-dom": "18.3.4",
1717
"@vitejs/plugin-react-refresh": "1.3.6",
1818
"classnames": "2.3.2",
1919
"react": "17.0.2",

yarn.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -2481,12 +2481,10 @@
24812481
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
24822482
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
24832483

2484-
2485-
version "18.2.4"
2486-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.4.tgz#13f25bfbf4e404d26f62ac6e406591451acba9e0"
2487-
integrity sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==
2488-
dependencies:
2489-
"@types/react" "*"
2484+
2485+
version "18.3.4"
2486+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.4.tgz#25119d84a654b3894b49eded7c4b68f2ca9a0f6d"
2487+
integrity sha512-HMqjZ3RJxmfoOn3sVc0T0fO6qSrLDnUQYB+azHKdBBz1eOt0Sq4wUu2Sf1/Dt18gqhECg0fZ33tkh/6YdwrSCw==
24902488

24912489
"@types/react-dom@<18.0.0":
24922490
version "17.0.17"

0 commit comments

Comments
 (0)