webtools

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1bdffdc447a506b26999ffddcf5fee739d565b0f
parent 8756fe1fc99aaf318d9263a6230b13bf98be100e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri, 20 Mar 2026 08:48:53 +0900

Bump next from 16.1.7 to 16.2.0 (#47)

Bumps [next](https://github.com/vercel/next.js) from 16.1.7 to 16.2.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.1.7...v16.2.0)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.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:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@sentry/nextjs": "^10.32.1", - "next": "16.1.7", + "next": "16.2.0", "react": "19.2.4", "react-dom": "19.2.4" },