Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit a7b31d3

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

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@babel/eslint-parser": "7.25.9",
3434
"@types/node": "20.17.9",
3535
"@types/react": "18.3.14",
36-
"@types/react-dom": "18.3.2",
36+
"@types/react-dom": "18.3.3",
3737
"@typescript-eslint/eslint-plugin": "7.18.0",
3838
"@typescript-eslint/parser": "7.18.0",
3939
"eslint": "8.57.1",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,12 +2950,10 @@
29502950
dependencies:
29512951
"@types/react" "*"
29522952

2953-
2954-
version "18.3.2"
2955-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.2.tgz#b58a9520f5f317a00bbda0271502889b71c345f0"
2956-
integrity sha512-Fqp+rcvem9wEnGr3RY8dYNvSQ8PoLqjZ9HLgaPUOjJJD120uDyOxOjc/39M4Kddp9JQCxpGQbnhVQF0C0ncYVg==
2957-
dependencies:
2958-
"@types/react" "^18"
2953+
2954+
version "18.3.3"
2955+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.3.tgz#3654138d0da1b0c7916f6ed0dc1cc2b576d47650"
2956+
integrity sha512-uTYkxTLkYp41nq/ULXyXMtkNT1vu5fXJoqad6uTNCOGat5t9cLgF4vMNLBXsTOXpdOI44XzKPY1M5RRm0bQHuw==
29592957

29602958
"@types/react@*":
29612959
version "18.2.24"
@@ -2974,7 +2972,7 @@
29742972
"@types/prop-types" "*"
29752973
csstype "^3.0.2"
29762974

2977-
"@types/[email protected]", "@types/react@^18":
2975+
29782976
version "18.3.14"
29792977
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.14.tgz#7ce43bbca0e15e1c4f67ad33ea3f83d75aa6756b"
29802978
integrity sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==

0 commit comments

Comments
 (0)