Skip to content

Commit 74cbf01

Browse files
authored
Update React version in example (#197)
1 parent 6030b21 commit 74cbf01

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
"pkg-pr-new": "0.0.60",
131131
"postcss": "8.5.6",
132132
"prettier": "3.6.2",
133-
"react": "19.2.1",
134-
"react-dom": "19.2.1",
133+
"react": "19.2.3",
134+
"react-dom": "19.2.3",
135135
"react-hook-form": "7.65.0",
136136
"react-markdown": "10.1.0",
137137
"react-router-dom": "7.9.5",

playground/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"input-otp": "^1.2.4",
8484
"lucide-react": "^0.548.0",
8585
"postcss": "^8.4.47",
86-
"react": "^19.2.1",
86+
"react": "^19.2.3",
8787
"react-day-picker": "^9.8.0",
88-
"react-dom": "^19.2.1",
88+
"react-dom": "^19.2.3",
8989
"react-hook-form": "^7.53.0",
9090
"react-resizable-panels": "^2.1.3",
9191
"react-router-dom": "^6.26.2",

0 commit comments

Comments
 (0)