commit e4c803ed05c915b4e9d803dd9a5b5419b2ca80d7
parent 03e10179ecd0c61dd21b52b8ee87f935916debe6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 8 Aug 2026 21:19:19 +0900
build(deps): bump next from 16.2.12 to 16.3.0 (#91)
Bumps [next](https://github.com/vercel/next.js) from 16.2.12 to 16.3.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/compare/v16.2.12...v16.3.0)
---
updated-dependencies:
- dependency-name: next
dependency-version: 16.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
@@ -17,7 +17,7 @@
"dependencies": {
"@opennextjs/cloudflare": "^1.20.2",
"@sentry/nextjs": "^10.69.0",
- "next": "16.2.12",
+ "next": "16.3.0",
"react": "19.2.8",
"react-dom": "19.2.8"
},