Skip to content

Commit 7f4a45d

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 5 updates
Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.7.13` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.7.13` | | [next](https://github.com/vercel/next.js) | `15.5.0` | `15.5.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `24.5.2` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.0` | `15.5.3` | Updates `fumadocs-core` from 15.7.0 to 15.7.13 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@15.7.13) Updates `fumadocs-ui` from 15.7.0 to 15.7.13 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@15.7.13) Updates `next` from 15.5.0 to 15.5.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@v15.5.0...v15.5.3) Updates `@types/node` from 24.3.0 to 24.5.2 - [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.3 - [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.3/packages/eslint-config-next) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 15.7.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fumadocs-ui dependency-version: 15.7.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: next dependency-version: 15.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-config-next dependency-version: 15.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eeaaf67 commit 7f4a45d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

apps/docs/package.json

Lines changed: 5 additions & 5 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",
14+
"fumadocs-core": "15.8.5",
1515
"fumadocs-mdx": "11.8.0",
16-
"fumadocs-ui": "15.7.0",
17-
"next": "15.5.0",
16+
"fumadocs-ui": "15.8.5",
17+
"next": "15.5.4",
1818
"react": "^19.2.0",
1919
"react-dom": "^19.2.0",
2020
"yaml": "^2.8.1"
2121
},
2222
"devDependencies": {
2323
"@tailwindcss/postcss": "^4.1.14",
2424
"@types/mdx": "^2.0.13",
25-
"@types/node": "24.3.0",
25+
"@types/node": "24.7.2",
2626
"@types/react": "^19.2.0",
2727
"@types/react-dom": "^19.2.0",
2828
"eslint": "^9.37.0",
29-
"eslint-config-next": "15.5.0",
29+
"eslint-config-next": "15.5.4",
3030
"postcss": "^8.5.6",
3131
"tailwindcss": "^4.1.14",
3232
"typescript": "^5.9.3"

packages/coda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"devDependencies": {
6363
"@macalinao/eslint-config": "catalog:",
6464
"@macalinao/tsconfig": "catalog:",
65-
"@types/node": "^24.6.2",
65+
"@types/node": "^24.7.2",
6666
"eslint": "catalog:",
6767
"typescript": "catalog:"
6868
}

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.6.2",
43+
"@types/node": "^24.7.2",
4444
"eslint": "catalog:",
4545
"typescript": "catalog:"
4646
}

0 commit comments

Comments
 (0)