Skip to content

Commit f52f643

Browse files
committed
fix(react): patch react version to resolve vulns
1 parent 18a777d commit f52f643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"postcss-color-mod-function": "^3.0.3",
108108
"postcss-loader": "^8.1.1",
109109
"prettier": "^3.2.5",
110-
"react": "19.0.0",
110+
"react": "19.0.1",
111111
"react-docgen-typescript": "^2.2.2",
112112
"react-element-to-jsx-string": "^17.0.1",
113113
"react-is": "^19.1.0",
@@ -152,7 +152,7 @@
152152
"classnames": "^2.3.1",
153153
"core-js": "^3.9.1",
154154
"prism-react-renderer": "^2.4.1",
155-
"react-dom": "19.0.0",
155+
"react-dom": "19.0.1",
156156
"throttle-debounce": "^2.1.0",
157157
"utility-types": "^3.10.0"
158158
},

0 commit comments

Comments
 (0)