Skip to content

Commit dad7fe3

Browse files
committed
chore(deps): update next versions in test projects
1 parent 41a751b commit dad7fe3

4 files changed

Lines changed: 109 additions & 123 deletions

File tree

test/__snapshots__/next.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ exports[`mapping a Next.js appmap 1`] = `
8383
"http_server_response": {
8484
"headers": {
8585
"Content-Type": "application/json",
86-
"Vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Url",
86+
"Vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
8787
},
8888
"status_code": 200,
8989
},
@@ -189,7 +189,7 @@ exports[`mapping a Next.js appmap 1`] = `
189189
"http_server_response": {
190190
"headers": {
191191
"Cache-Control": "no-store, must-revalidate",
192-
"Content-Length": "1333",
192+
"Content-Length": "1197",
193193
"Content-Type": "text/html; charset=utf-8",
194194
"Vary": "Accept-Encoding",
195195
"X-Powered-By": "Next.js",

test/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packageManager": "yarn@3.6.3",
44
"private": true,
55
"dependencies": {
6-
"next": "^14.0.4",
6+
"next": "^14.2.35",
77
"react": "^18",
88
"react-dom": "^18"
99
},

test/next16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packageManager": "yarn@3.6.3",
44
"private": true,
55
"dependencies": {
6-
"next": "^16.0.0",
6+
"next": "^16.1.7",
77
"react": "^19",
88
"react-dom": "^19"
99
},

0 commit comments

Comments
 (0)