Skip to content

Commit fad3b1a

Browse files
chore(deps): bump next
Bumps [next](https://github.com/vercel/next.js) from 13.4.1 to 14.1.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.4.1...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e361b06 commit fad3b1a

File tree

1 file changed

+2
-2
lines changed
  • tests/smoke/fixtures/yarn-monorepo-multiple-next-versions-site-incompatible/apps/site

1 file changed

+2
-2
lines changed

tests/smoke/fixtures/yarn-monorepo-multiple-next-versions-site-incompatible/apps/site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
},
88
"dependencies": {
99
"@packages/ui": "*",
10-
"next": "13.4.1",
10+
"next": "14.1.1",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"
1313
},
1414
"test": {
1515
"dependencies": {
16-
"next": "13.4.1"
16+
"next": "14.1.1"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)