Skip to content

Commit aaabc50

Browse files
test(nextjs): Pin next v10 to integration tests (#3692)
To unblock broken master, we pin integration test deps. Once we've tested more with next v11, we should come back and update these tests to use a test matrix with varying next versions. Co-authored-by: Katie Byers <[email protected]>
1 parent d675a70 commit aaabc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/test/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"dependencies": {
99
"@sentry/nextjs": "file:../../",
10-
"next": "latest",
10+
"next": "10.x",
1111
"react": "^17.0.1",
1212
"react-dom": "^17.0.1"
1313
},

0 commit comments

Comments
 (0)