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

Commit 9ae53fa

Browse files
chore(deps): update all non-major dependencies (#627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff950ae commit 9ae53fa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@babel/core": "7.26.0",
3333
"@babel/eslint-parser": "7.25.9",
3434
"@types/node": "20.17.9",
35-
"@types/react": "18.3.13",
36-
"@types/react-dom": "18.3.1",
35+
"@types/react": "18.3.14",
36+
"@types/react-dom": "18.3.2",
3737
"@typescript-eslint/eslint-plugin": "7.18.0",
3838
"@typescript-eslint/parser": "7.18.0",
3939
"eslint": "8.57.1",

yarn.lock

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

2953-
"@types/[email protected].1":
2954-
version "18.3.1"
2955-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.1.tgz#1e4654c08a9cdcfb6594c780ac59b55aad42fe07"
2956-
integrity sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==
2953+
"@types/[email protected].2":
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==
29572957
dependencies:
2958-
"@types/react" "*"
2958+
"@types/react" "^18"
29592959

29602960
"@types/react@*":
29612961
version "18.2.24"
@@ -2974,10 +2974,10 @@
29742974
"@types/prop-types" "*"
29752975
csstype "^3.0.2"
29762976

2977-
"@types/[email protected].13":
2978-
version "18.3.13"
2979-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.13.tgz#84c9690d9a271f548659760754ea8745701bfd82"
2980-
integrity sha512-ii/gswMmOievxAJed4PAHT949bpYjPKXvXo1v6cRB/kqc2ZR4n+SgyCyvyc5Fec5ez8VnUumI1Vk7j6fRyRogg==
2977+
"@types/[email protected].14", "@types/react@^18":
2978+
version "18.3.14"
2979+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.14.tgz#7ce43bbca0e15e1c4f67ad33ea3f83d75aa6756b"
2980+
integrity sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==
29812981
dependencies:
29822982
"@types/prop-types" "*"
29832983
csstype "^3.0.2"

0 commit comments

Comments
 (0)