Skip to content

Commit 56ef22a

Browse files
committed
chore(examples): match pages router versions to app router versions
1 parent 6ab4fa7 commit 56ef22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/nextjs/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": "file:.yalc/@rollbar/react",
13-
"next": "12.1.0",
14-
"react": "17.0.2",
15-
"react-dom": "17.0.2",
13+
"next": "14.2.15",
14+
"react": "^18",
15+
"react-dom": "^18",
1616
"rollbar": "^2.26.4"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)