Skip to content

Commit

Permalink
Bump next from 12.3.3 to 14.1.1
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 12.3.3 to 14.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.3.3...v14.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 7850bbd commit 228c8b9
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 445 deletions.
2 changes: 1 addition & 1 deletion examples/next-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/resource": "^6.1.10",
"@fullcalendar/resource-timeline": "^6.1.10",
"next": "^12.3.2",
"next": "^14.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fullcalendar/resource": "^6.1.10",
"@fullcalendar/resource-timeline": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"next": "^12.3.2",
"next": "^14.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/next13-app-scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@fullcalendar/timegrid": "^6.1.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "13.5.6"
"next": "14.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/next13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fullcalendar/resource-timeline": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@next/font": "13.2.3",
"next": "13.2.3",
"next": "14.1.1",
"react": "18.3.1",
"react-dom": "18.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/t3-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.2.1",
"next": "^13.4.1",
"next": "^14.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "^3.21.4"
Expand Down
Loading

0 comments on commit 228c8b9

Please sign in to comment.