Skip to content

Commit 32fd0d4

Browse files
authoredOct 1, 2024
[examples][tests] Upgrade Next.js to version 14.2.14 (#12201)
This auto-generated PR updates 8 packages to Next.js version 14.2.14
1 parent 93c579b commit 32fd0d4

File tree

3 files changed

+117
-114
lines changed

3 files changed

+117
-114
lines changed
 

‎.changeset/next-14-2-14.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
---
3+

‎examples/nextjs/package-lock.json

+112-112
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎examples/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.13"
14+
"next": "14.2.14"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5",
@@ -21,6 +21,6 @@
2121
"postcss": "^8",
2222
"tailwindcss": "^3.4.1",
2323
"eslint": "^8",
24-
"eslint-config-next": "14.2.13"
24+
"eslint-config-next": "14.2.14"
2525
}
2626
}

0 commit comments

Comments
 (0)
Please sign in to comment.