From 3186d1c526ed83aa928ccc68fb0450f971b91f1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:08:50 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /examples/s2-next-macros directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.1.3 to 14.2.21 - [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/v14.1.3...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/s2-next-macros/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/s2-next-macros/package.json b/examples/s2-next-macros/package.json index cf94f7fd88b..ead49893ebd 100644 --- a/examples/s2-next-macros/package.json +++ b/examples/s2-next-macros/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@react-spectrum/s2": "^0.3.0", - "next": "14.1.3", + "next": "14.2.21", "react": "^18", "react-dom": "^18", "unplugin-parcel-macros": "0.0.3"