Skip to content

Commit 2006025

Browse files
chore(deps): bump react from 19.0.0 to 19.1.1
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.0.0 to 19.1.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.1/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f58e64 commit 2006025

File tree

2 files changed

+47
-9
lines changed

2 files changed

+47
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"intl": "^1.2.5",
6161
"lodash.debounce": "^4.0.8",
6262
"lodash.merge": "^4.6.2",
63-
"react": "19.0.0",
63+
"react": "19.1.1",
6464
"react-dom": "19.0.0",
6565
"react-intl": "^7.1.11",
6666
"react-is": "19.1.0",

yarn.lock

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,20 @@
10551055
"@babel/parser" "^7.27.2"
10561056
"@babel/types" "^7.27.1"
10571057

1058-
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3", "@babel/traverse@^7.25.3", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
1058+
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
1059+
version "7.28.0"
1060+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
1061+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
1062+
dependencies:
1063+
"@babel/code-frame" "^7.27.1"
1064+
"@babel/generator" "^7.28.0"
1065+
"@babel/helper-globals" "^7.28.0"
1066+
"@babel/parser" "^7.28.0"
1067+
"@babel/template" "^7.27.2"
1068+
"@babel/types" "^7.28.0"
1069+
debug "^4.3.1"
1070+
1071+
"@babel/traverse@^7.25.3", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
10591072
version "7.28.0"
10601073
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
10611074
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
@@ -7844,10 +7857,10 @@ react-test-renderer@19.0.0:
78447857
react-is "^19.0.0"
78457858
scheduler "^0.25.0"
78467859

7847-
react@19.0.0:
7848-
version "19.0.0"
7849-
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
7850-
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
7860+
react@19.1.1:
7861+
version "19.1.1"
7862+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
7863+
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
78517864

78527865
redent@^3.0.0:
78537866
version "3.0.0"
@@ -8480,7 +8493,16 @@ string-length@^5.0.1:
84808493
char-regex "^2.0.0"
84818494
strip-ansi "^7.0.1"
84828495

8483-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.1.2:
8496+
"string-width-cjs@npm:string-width@^4.2.0":
8497+
version "4.2.3"
8498+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8499+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8500+
dependencies:
8501+
emoji-regex "^8.0.0"
8502+
is-fullwidth-code-point "^3.0.0"
8503+
strip-ansi "^6.0.1"
8504+
8505+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.1.2:
84848506
version "4.2.3"
84858507
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
84868508
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8548,7 +8570,14 @@ string.prototype.trimstart@^1.0.8:
85488570
define-properties "^1.2.1"
85498571
es-object-atoms "^1.0.0"
85508572

8551-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^5.2.0, strip-ansi@^6.0.0, strip-ansi@^6.0.1, strip-ansi@^7.0.1:
8573+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8574+
version "6.0.1"
8575+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8576+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8577+
dependencies:
8578+
ansi-regex "^5.0.1"
8579+
8580+
strip-ansi@^5.2.0, strip-ansi@^6.0.0, strip-ansi@^6.0.1, strip-ansi@^7.0.1:
85528581
version "6.0.1"
85538582
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
85548583
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9230,7 +9259,16 @@ word-wrap@^1.2.5:
92309259
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
92319260
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
92329261

9233-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
9262+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
9263+
version "7.0.0"
9264+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9265+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9266+
dependencies:
9267+
ansi-styles "^4.0.0"
9268+
string-width "^4.1.0"
9269+
strip-ansi "^6.0.0"
9270+
9271+
wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
92349272
version "7.0.0"
92359273
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
92369274
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)