Skip to content

Commit 009dcbd

Browse files
chore: bump @types/react from 19.1.8 to 19.2.6 (#1426)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.1.8 to 19.2.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 640f64d commit 009dcbd

2 files changed

Lines changed: 38 additions & 20 deletions

File tree

packages/live-preview-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/json-pointer": "1.0.34",
5858
"@types/lodash.isequal": "4.5.8",
5959
"@types/node": "24.10.1",
60-
"@types/react": "19.1.8",
60+
"@types/react": "19.2.6",
6161
"@types/react-dom": "19.1.6",
6262
"@vitejs/plugin-react-swc": "4.2.2",
6363
"contentful": "11.9.0",

yarn.lock

Lines changed: 37 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,19 +1685,12 @@
16851685
dependencies:
16861686
"@types/react" "*"
16871687

1688-
"@types/react@*":
1689-
version "19.1.2"
1690-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f"
1691-
integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==
1688+
"@types/react@*", "@types/react@19.2.6":
1689+
version "19.2.6"
1690+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.6.tgz#d27db1ff45012d53980f5589fda925278e1249ca"
1691+
integrity sha512-p/jUvulfgU7oKtj6Xpk8cA2Y1xKTtICGpJYeJXz2YVO2UcvjQgeRMLDGfDeqeRW2Ta+0QNFwcc8X3GH8SxZz6w==
16921692
dependencies:
1693-
csstype "^3.0.2"
1694-
1695-
"@types/react@19.1.8":
1696-
version "19.1.8"
1697-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.8.tgz#ff8395f2afb764597265ced15f8dddb0720ae1c3"
1698-
integrity sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==
1699-
dependencies:
1700-
csstype "^3.0.2"
1693+
csstype "^3.2.2"
17011694

17021695
"@typescript-eslint/eslint-plugin@7.18.0":
17031696
version "7.18.0"
@@ -3064,10 +3057,10 @@ cssstyle@^5.3.3:
30643057
"@csstools/css-syntax-patches-for-csstree" "^1.0.14"
30653058
css-tree "^3.1.0"
30663059

3067-
csstype@^3.0.2:
3068-
version "3.1.3"
3069-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
3070-
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
3060+
csstype@^3.2.2:
3061+
version "3.2.3"
3062+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
3063+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
30713064

30723065
cz-conventional-changelog@3.3.0:
30733066
version "3.3.0"
@@ -7952,7 +7945,16 @@ string-argv@^0.3.2, string-argv@~0.3.1:
79527945
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
79537946
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
79547947

7955-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7948+
"string-width-cjs@npm:string-width@^4.2.0":
7949+
version "4.2.3"
7950+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7951+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7952+
dependencies:
7953+
emoji-regex "^8.0.0"
7954+
is-fullwidth-code-point "^3.0.0"
7955+
strip-ansi "^6.0.1"
7956+
7957+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
79567958
version "4.2.3"
79577959
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
79587960
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8088,7 +8090,14 @@ string_decoder@~1.1.1:
80888090
dependencies:
80898091
safe-buffer "~5.1.0"
80908092

8091-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8093+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8094+
version "6.0.1"
8095+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8096+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8097+
dependencies:
8098+
ansi-regex "^5.0.1"
8099+
8100+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
80928101
version "6.0.1"
80938102
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
80948103
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8910,7 +8919,7 @@ wordwrap@^1.0.0:
89108919
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
89118920
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
89128921

8913-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8922+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
89148923
version "7.0.0"
89158924
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
89168925
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8928,6 +8937,15 @@ wrap-ansi@^6.2.0:
89288937
string-width "^4.1.0"
89298938
strip-ansi "^6.0.0"
89308939

8940+
wrap-ansi@^7.0.0:
8941+
version "7.0.0"
8942+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8943+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8944+
dependencies:
8945+
ansi-styles "^4.0.0"
8946+
string-width "^4.1.0"
8947+
strip-ansi "^6.0.0"
8948+
89318949
wrap-ansi@^8.1.0:
89328950
version "8.1.0"
89338951
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)