Skip to content

Commit 5fbadd3

Browse files
authored
Update @types/react-dom to version 18.0.6 (#176)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent a938582 commit 5fbadd3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@testing-library/react": "^13.3.0",
3030
"@types/node": "^18.0.0",
3131
"@types/react": "^17.0.38",
32-
"@types/react-dom": "^18.0.5",
32+
"@types/react-dom": "^18.0.6",
3333
"babel-jest": "^28.1.2",
3434
"identity-obj-proxy": "^3.0.0",
3535
"jest": "^28.1.2",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,13 +1695,20 @@
16951695
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
16961696
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
16971697

1698-
"@types/react-dom@^18.0.0", "@types/react-dom@^18.0.5":
1698+
"@types/react-dom@^18.0.0":
16991699
version "18.0.5"
17001700
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.5.tgz#330b2d472c22f796e5531446939eacef8378444a"
17011701
integrity sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA==
17021702
dependencies:
17031703
"@types/react" "*"
17041704

1705+
"@types/react-dom@^18.0.6":
1706+
version "18.0.6"
1707+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1"
1708+
integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==
1709+
dependencies:
1710+
"@types/react" "*"
1711+
17051712
"@types/react@*":
17061713
version "17.0.19"
17071714
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.19.tgz#8f2a85e8180a43b57966b237d26a29481dacc991"

0 commit comments

Comments
 (0)