Skip to content

Commit cbeb2e4

Browse files
authored
Merge pull request #1450 from rollbar/brianr/upgrade-next
Upgrade next and react versions in next example
2 parents af07767 + f48a719 commit cbeb2e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/next-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@rollbar/react": "^1.0.0",
13-
"react": "19.1.0",
14-
"react-dom": "19.1.0",
15-
"next": "15.4.5",
13+
"react": "19.1.4",
14+
"react-dom": "19.1.4",
15+
"next": "15.4.10",
1616
"rollbar": "file::../rollbar.tgz"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)