Skip to content

Commit a46319c

Browse files
Bump next in the npm_and_yarn group across 1 directory (#30828)
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Updates `next` from 16.2.1 to 16.2.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v16.2.1...v16.2.3) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57d7058 commit a46319c

File tree

3 files changed

+96
-79
lines changed

3 files changed

+96
-79
lines changed

amplify/amplify-cdk/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@mui/icons-material": "^7.3.9",
2121
"@mui/material": "^7.3.9",
2222
"autoprefixer": "^10.4.27",
23-
"next": "^16.2.1",
23+
"next": "^16.2.3",
2424
"postcss": "^8.5.8",
2525
"react": "^19.2.4",
2626
"react-dom": "^19.2.4",

amplify/amplify_nextapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint-fix": "eslint -c ../../eslint.config.ts --fix"
1313
},
1414
"dependencies": {
15-
"next": "^16.2.1",
15+
"next": "^16.2.3",
1616
"react": "^19.2.4",
1717
"react-dom": "^19.2.4"
1818
},

0 commit comments

Comments
 (0)