From 86aab6326734208f7866817254e25b22979b3f07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:48:49 +0000 Subject: [PATCH] Bump next from 15.0.2 to 15.0.3 in /examples/app/without-i18n-routing Bumps [next](https://github.com/vercel/next.js) from 15.0.2 to 15.0.3. - [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/v15.0.2...v15.0.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/app/without-i18n-routing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/app/without-i18n-routing/package.json b/examples/app/without-i18n-routing/package.json index 8210428..2ee1764 100644 --- a/examples/app/without-i18n-routing/package.json +++ b/examples/app/without-i18n-routing/package.json @@ -24,7 +24,7 @@ "cmdk": "^1.0.0", "framer-motion": "^11.11.9", "lucide-react": "^0.454.0", - "next": "15.0.2", + "next": "15.0.3", "next-intl": "^3.23.2", "next-themes": "^0.4.3", "react": "^18.3.1",