From 788c833308e9944f7c38943c30f210f0fae1dfa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:35:29 +0000 Subject: [PATCH] chore(deps): bump next from 12.3.4 to 13.5.1 in /apps/web Bumps [next](https://github.com/vercel/next.js) from 12.3.4 to 13.5.1. - [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/v12.3.4...v13.5.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index e85fef83..fe6e9366 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@app/ui": "^0.0.1", - "next": "12.3.4", + "next": "13.5.1", "next-plugin-preact": "3.0.7", "react": "npm:@preact/compat@17.1.2", "react-dom": "npm:@preact/compat@17.1.2",