Skip to content

Commit c787e44

Browse files
Bump the npm group with 6 updates (#2045)
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.8` | `16.0.10` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.1` | `19.2.3` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.1` | `19.2.3` | | [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.0.8` | `16.0.10` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.0` | `25.0.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.8` | `16.0.10` | Updates `@next/mdx` from 16.0.8 to 16.0.10 - [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.10/packages/next-mdx) Updates `react` from 19.2.1 to 19.2.3 - [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.3/packages/react) Updates `react-dom` from 19.2.1 to 19.2.3 - [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.3/packages/react-dom) Updates `@next/eslint-plugin-next` from 16.0.8 to 16.0.10 - [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.10/packages/eslint-plugin-next) Updates `@types/node` from 25.0.0 to 25.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-config-next` from 16.0.8 to 16.0.10 - [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.10/packages/eslint-config-next) --- updated-dependencies: - dependency-name: "@next/mdx" dependency-version: 16.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: react dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: react-dom dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@next/eslint-plugin-next" dependency-version: 16.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-version: 25.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint-config-next dependency-version: 16.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4939c1 commit c787e44

File tree

2 files changed

+99
-99
lines changed

2 files changed

+99
-99
lines changed

package.json

Lines changed: 6 additions & 6 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.8",
25+
"@next/mdx": "16.0.10",
2626
"next": "16.0.10",
2727
"next-auth": "^4.24.13",
28-
"react": "19.2.1",
29-
"react-dom": "19.2.1",
28+
"react": "19.2.3",
29+
"react-dom": "19.2.3",
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.8",
35+
"@next/eslint-plugin-next": "16.0.10",
3636
"@stylistic/eslint-plugin": "^5.6.1",
3737
"@types/mdx": "^2.0.13",
38-
"@types/node": "^25.0.0",
38+
"@types/node": "^25.0.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.8",
43+
"eslint-config-next": "16.0.10",
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)