Skip to content

Commit 1971f44

Browse files
committed
chore(integration): upgrade bundled-ui template to react 19
1 parent c96b6ca commit 1971f44

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • integration/templates/next-app-router-bundled-ui

integration/templates/next-app-router-bundled-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"dependencies": {
1212
"@types/node": "^20.12.12",
13-
"@types/react": "18.3.12",
14-
"@types/react-dom": "18.3.1",
13+
"@types/react": "19.2.14",
14+
"@types/react-dom": "19.2.3",
1515
"next": "^15.0.1",
16-
"react": "18.3.1",
17-
"react-dom": "18.3.1",
16+
"react": "19.2.4",
17+
"react-dom": "19.2.4",
1818
"typescript": "^5.7.3"
1919
},
2020
"engines": {

0 commit comments

Comments
 (0)