Skip to content

Commit 7d356ee

Browse files
committed
test: Use React 19 by default
i.e. update `devDependencies` to use 19. 18 is still tested in CI
1 parent 9618c51 commit 7d356ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"jest-diff": "^29.7.0",
5858
"kcd-scripts": "^13.0.0",
5959
"npm-run-all": "^4.1.5",
60-
"react": "^18.3.1",
61-
"react-dom": "^18.3.1",
60+
"react": "^19.0.0",
61+
"react-dom": "^19.0.0",
6262
"rimraf": "^3.0.2",
6363
"typescript": "^4.1.2"
6464
},

0 commit comments

Comments
 (0)