Skip to content

Commit f58d4d7

Browse files
fix(deps): update react monorepo to v19.2.5 (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1d1ffd commit f58d4d7

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@mdx-js/react": "3.1.1",
2020
"clsx": "2.1.1",
2121
"prism-react-renderer": "2.4.1",
22-
"react": "19.2.4",
23-
"react-dom": "19.2.4"
22+
"react": "19.2.5",
23+
"react-dom": "19.2.5"
2424
},
2525
"devDependencies": {
2626
"@docusaurus/module-type-aliases": "3.10.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8244,10 +8244,10 @@ rc@1.2.8:
82448244
minimist "^1.2.0"
82458245
strip-json-comments "~2.0.1"
82468246

8247-
react-dom@19.2.4:
8248-
version "19.2.4"
8249-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.4.tgz#6fac6bd96f7db477d966c7ec17c1a2b1ad8e6591"
8250-
integrity sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==
8247+
react-dom@19.2.5:
8248+
version "19.2.5"
8249+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.5.tgz#b8768b10837d0b8e9ca5b9e2d58dff3d880ea25e"
8250+
integrity sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==
82518251
dependencies:
82528252
scheduler "^0.27.0"
82538253

@@ -8326,10 +8326,10 @@ react-router@5.3.4, react-router@^5.3.4:
83268326
tiny-invariant "^1.0.2"
83278327
tiny-warning "^1.0.0"
83288328

8329-
react@19.2.4:
8330-
version "19.2.4"
8331-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.4.tgz#438e57baa19b77cb23aab516cf635cd0579ee09a"
8332-
integrity sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==
8329+
react@19.2.5:
8330+
version "19.2.5"
8331+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.5.tgz#c888ab8b8ef33e2597fae8bdb2d77edbdb42858b"
8332+
integrity sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==
83338333

83348334
readable-stream@^2.0.1:
83358335
version "2.3.7"

0 commit comments

Comments
 (0)