From f2263f10e19c9c810c9594d38d0d497c9a785948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 21:38:40 +0000 Subject: [PATCH] chore(deps): bump next from 15.0.0-rc.0 to 15.4.7 in /apps/dashboard Bumps [next](https://github.com/vercel/next.js) from 15.0.0-rc.0 to 15.4.7. - [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.0-rc.0...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 8f94f12..e95e3b7 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -12,7 +12,7 @@ "@ant-design/charts": "^2.1.1", "@ant-design/plots": "^2.2.4", "babel-plugin-react-compiler": "0.0.0-experimental-c23de8d-20240515", - "next": "15.0.0-rc.0", + "next": "15.4.7", "react": "19.0.0-rc-f994737d14-20240522", "react-content-loader": "^7.0.2", "react-dom": "19.0.0-rc-f994737d14-20240522",