Skip to content

Commit 852b47c

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 6 updates
Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.7.10` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `11.8.0` | `11.9.0` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.7.10` | | [next](https://github.com/vercel/next.js) | `15.5.0` | `15.5.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `24.3.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.0` | `15.5.2` | Updates `fumadocs-core` from 15.7.0 to 15.7.10 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@15.7.10) Updates `fumadocs-mdx` from 11.8.0 to 11.9.0 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@11.9.0) Updates `fumadocs-ui` from 15.7.0 to 15.7.10 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@15.7.10) Updates `next` from 15.5.0 to 15.5.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.0...v15.5.2) Updates `@types/node` from 24.3.0 to 24.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-config-next` from 15.5.0 to 15.5.2 - [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/v15.5.2/packages/eslint-config-next) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 15.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fumadocs-mdx dependency-version: 11.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: fumadocs-ui dependency-version: 15.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: next dependency-version: 15.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint-config-next dependency-version: 15.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0826418 commit 852b47c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apps/docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"postinstall": "fumadocs-mdx"
1212
},
1313
"dependencies": {
14-
"fumadocs-core": "15.7.0",
15-
"fumadocs-mdx": "11.8.0",
16-
"fumadocs-ui": "15.7.0",
17-
"next": "15.5.0",
14+
"fumadocs-core": "15.7.12",
15+
"fumadocs-mdx": "11.10.0",
16+
"fumadocs-ui": "15.7.12",
17+
"next": "15.5.3",
1818
"react": "^19.1.1",
1919
"react-dom": "^19.1.1",
2020
"yaml": "^2.8.1"
2121
},
2222
"devDependencies": {
2323
"@tailwindcss/postcss": "^4.1.13",
2424
"@types/mdx": "^2.0.13",
25-
"@types/node": "24.3.0",
25+
"@types/node": "24.5.2",
2626
"@types/react": "^19.1.12",
2727
"@types/react-dom": "^19.1.9",
2828
"eslint": "^9.35.0",
29-
"eslint-config-next": "15.5.0",
29+
"eslint-config-next": "15.5.3",
3030
"postcss": "^8.5.6",
3131
"tailwindcss": "^4.1.13",
3232
"typescript": "^5.9.2"

packages/coda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"devDependencies": {
6262
"@macalinao/eslint-config": "catalog:",
6363
"@macalinao/tsconfig": "catalog:",
64-
"@types/node": "^24.3.1",
64+
"@types/node": "^24.5.2",
6565
"eslint": "catalog:",
6666
"typescript": "catalog:"
6767
}

packages/create-coda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@macalinao/eslint-config": "catalog:",
4242
"@macalinao/tsconfig": "catalog:",
43-
"@types/node": "^24.3.1",
43+
"@types/node": "^24.5.2",
4444
"eslint": "catalog:",
4545
"typescript": "catalog:"
4646
}

0 commit comments

Comments
 (0)