File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"@sentry/nextjs" : " file:../../" ,
14
- "next" : " 10.x " ,
14
+ "next" : " latest " ,
15
15
"react" : " ^17.0.1" ,
16
16
"react-dom" : " ^17.0.1"
17
17
},
24
24
"yargs" : " ^16.2.0"
25
25
},
26
26
"resolutions" : {
27
- "next" : " ./node_modules/next/dist" ,
28
27
"@sentry/browser" : " file:../../../browser" ,
29
28
"@sentry/core" : " file:../../../core" ,
30
29
"@sentry/integrations" : " file:../../../integrations" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ START_TIME=$(date -R)
9
9
function cleanup {
10
10
echo " [nextjs] Cleaning up..."
11
11
mv next.config.js.bak next.config.js 2> /dev/null || true
12
+ mv package.json.bak package.json || true
12
13
rm -rf node_modules 2> /dev/null || true
13
14
14
15
# Delete yarn's cached versions of sentry packages added during this test run, since every test run installs multiple
You can’t perform that action at this time.
0 commit comments