Skip to content

Commit 4ac1312

Browse files
Bump the npm group with 6 updates (#2038)
Bumps the npm group with 6 updates: | Package | From | To | | --- | --- | --- | | [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `16.0.6` | `16.0.7` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.1` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.1` | | [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.0.6` | `16.0.7` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.6` | `16.0.7` | | [update-browserslist-db](https://github.com/browserslist/update-db) | `1.2.1` | `1.2.2` | Updates `@next/mdx` from 16.0.6 to 16.0.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/commits/v16.0.7/packages/next-mdx) Updates `react` from 19.2.0 to 19.2.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react) Updates `react-dom` from 19.2.0 to 19.2.1 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.1/packages/react-dom) Updates `@next/eslint-plugin-next` from 16.0.6 to 16.0.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/commits/v16.0.7/packages/eslint-plugin-next) Updates `eslint-config-next` from 16.0.6 to 16.0.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/commits/v16.0.7/packages/eslint-config-next) Updates `update-browserslist-db` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/browserslist/update-db/releases) - [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md) - [Commits](browserslist/update-db@1.2.1...1.2.2) --- updated-dependencies: - dependency-name: "@next/mdx" dependency-version: 16.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: react dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: react-dom dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/eslint-plugin-next" dependency-version: 16.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-config-next dependency-version: 16.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: update-browserslist-db dependency-version: 1.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c90882 commit 4ac1312

File tree

2 files changed

+97
-97
lines changed

2 files changed

+97
-97
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
"@mui/icons-material": "^7.3.6",
2323
"@mui/material": "^7.3.6",
2424
"@mui/system": "^7.3.6",
25-
"@next/mdx": "16.0.6",
25+
"@next/mdx": "16.0.7",
2626
"next": "16.0.7",
2727
"next-auth": "^4.24.13",
28-
"react": "19.2.0",
29-
"react-dom": "19.2.0",
28+
"react": "19.2.1",
29+
"react-dom": "19.2.1",
3030
"web-vitals": "^5.1.0"
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.3",
3434
"@eslint/js": "^9.39.1",
35-
"@next/eslint-plugin-next": "16.0.6",
35+
"@next/eslint-plugin-next": "16.0.7",
3636
"@stylistic/eslint-plugin": "^5.6.1",
3737
"@types/mdx": "^2.0.13",
3838
"@types/node": "^24.10.1",
3939
"@types/react": "19.2.7",
4040
"@types/react-dom": "19.2.3",
4141
"eslint": "^9.39.1",
4242
"eslint-config-import": "^0.13.0",
43-
"eslint-config-next": "16.0.6",
43+
"eslint-config-next": "16.0.7",
4444
"eslint-import-resolver-typescript": "^4.4.4",
4545
"eslint-plugin-flowtype": "^8.0.3",
4646
"eslint-plugin-import": "^2.32.0",

0 commit comments

Comments
 (0)