deps: react@19.2.4

Michael Smith committed Jan 30, 2026 at 08:22 UTC b83e2cf7f1791c8df7e530d75a89e2cecf5f6c9d
2 files changed +18 -8
package-lock.json
+17 -7
@@ -42,7 +42,7 @@
42 "postcss-preset-env": "^11.1.1",
43 "prism-react-renderer": "^2.3.1",
44 "prismjs": "^1.30.0",
45 - "react": "^18.2.0",
45 + "react": "^19.2.4",
46 "react-addons-text-content": "^0.0.4",
47 "react-dom": "^18.2.0",
48 "react-focus-on": "^3.9.1",
@@ -12858,6 +12858,19 @@
12858 "url": "https://github.com/chalk/ansi-regex?sponsor=1"
12859 }
12860 },
12861 + "node_modules/@tapjs/reporter/node_modules/react": {
12862 + "version": "18.3.1",
12863 + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
12864 + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
12865 + "dev": true,
12866 + "license": "MIT",
12867 + "dependencies": {
12868 + "loose-envify": "^1.1.0"
12869 + },
12870 + "engines": {
12871 + "node": ">=0.10.0"
12872 + }
12873 + },
12874 "node_modules/@tapjs/reporter/node_modules/string-length": {
12875 "version": "6.0.0",
12876 "resolved": "https://registry.npmjs.org/string-length/-/string-length-6.0.0.tgz",
@@ -38569,13 +38582,10 @@
38582 }
38583 },
38584 "node_modules/react": {
38572 - "version": "18.3.1",
38573 - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
38574 - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
38585 + "version": "19.2.4",
38586 + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
38587 + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
38588 "license": "MIT",
38576 - "dependencies": {
38577 - "loose-envify": "^1.1.0"
38578 - },
38589 "engines": {
38590 "node": ">=0.10.0"
38591 }
package.json
+1 -1
@@ -61,7 +61,7 @@
61 "postcss-preset-env": "^11.1.1",
62 "prism-react-renderer": "^2.3.1",
63 "prismjs": "^1.30.0",
64 - "react": "^18.2.0",
64 + "react": "^19.2.4",
65 "react-addons-text-content": "^0.0.4",
66 "react-dom": "^18.2.0",
67 "react-focus-on": "^3.9.1",