Skip to content

Commit 10dec8f

Browse files
chore(deps): update dependency @types/react-dom to v18 (#944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4fe91e2 commit 10dec8f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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": "17.0.17",
12+
"@types/react-dom": "18.0.6",
1313
"@vitejs/plugin-react-refresh": "1.3.6",
1414
"classnames": "2.3.1",
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": "17.0.17",
19+
"@types/react-dom": "18.0.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": "17.0.17",
16+
"@types/react-dom": "18.0.6",
1717
"@vitejs/plugin-react-refresh": "1.3.6",
1818
"classnames": "2.3.1",
1919
"react": "17.0.2",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2342,7 +2342,14 @@
23422342
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
23432343
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
23442344

2345-
"@types/[email protected]", "@types/react-dom@<18.0.0":
2345+
2346+
version "18.0.6"
2347+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1"
2348+
integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==
2349+
dependencies:
2350+
"@types/react" "*"
2351+
2352+
"@types/react-dom@<18.0.0":
23462353
version "17.0.17"
23472354
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
23482355
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==

0 commit comments

Comments
 (0)