Skip to content

Commit ae9e1c8

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

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
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.6",
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

Lines changed: 1 addition & 1 deletion
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.6",
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

Lines changed: 1 addition & 1 deletion
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.6",
1717
"@vitejs/plugin-react-refresh": "1.3.6",
1818
"classnames": "2.3.2",
1919
"react": "17.0.2",

yarn.lock

Lines changed: 4 additions & 6 deletions
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.6"
2486+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.6.tgz#fa59a5e9a33499a792af6c1130f55921ef49d268"
2487+
integrity sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw==
24902488

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

0 commit comments

Comments
 (0)