Skip to content

Commit 7c3170c

Browse files
authored
Bump next to 16.0.7 for agent-evals (#9589)
* Bump next to 16.0.7 for agent-evals * ESLint
1 parent 64d4926 commit 7c3170c

File tree

2 files changed

+73
-57
lines changed

2 files changed

+73
-57
lines changed

scripts/agent-evals/templates/next-app-hello-world/package-lock.json

Lines changed: 71 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/agent-evals/templates/next-app-hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "19.2.1",
1313
"react-dom": "19.2.1",
14-
"next": "16.0.0"
14+
"next": "16.0.7"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5",
@@ -21,6 +21,6 @@
2121
"@tailwindcss/postcss": "^4",
2222
"tailwindcss": "^4",
2323
"eslint": "^9",
24-
"eslint-config-next": "16.0.0"
24+
"eslint-config-next": "16.0.7"
2525
}
2626
}

0 commit comments

Comments
 (0)