Skip to content

Commit 7e3890c

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 9 updates
Bumps the minor-and-patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.0.1` | `16.0.8` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `13.0.0` | `13.0.5` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.0.1` | `16.0.8` | | [next](https://github.com/vercel/next.js) | `16.0.0` | `16.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.10.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.0` | `16.0.1` | | [@solana-program/memo](https://github.com/solana-program/memo) | `0.9.0` | `0.10.0` | | [@solana-program/system](https://github.com/solana-program/system) | `0.9.1` | `0.10.0` | | [@solana-program/token](https://github.com/solana-program/token) | `0.7.0` | `0.8.0` | Updates `fumadocs-core` from 16.0.1 to 16.0.8 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@16.0.8) Updates `fumadocs-mdx` from 13.0.0 to 13.0.5 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@13.0.5) Updates `fumadocs-ui` from 16.0.1 to 16.0.8 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/[email protected]@16.0.8) Updates `next` from 16.0.0 to 16.0.1 - [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.0.0...v16.0.1) Updates `@types/node` from 24.9.1 to 24.10.0 - [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.0 to 16.0.1 - [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.1/packages/eslint-config-next) Updates `@solana-program/memo` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/solana-program/memo/releases) - [Commits](https://github.com/solana-program/memo/compare/[email protected]@v0.10.0) Updates `@solana-program/system` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/solana-program/system/releases) - [Commits](https://github.com/solana-program/system/compare/[email protected]@v0.10.0) Updates `@solana-program/token` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/solana-program/token/releases) - [Commits](https://github.com/solana-program/token/compare/[email protected]@v0.8.0) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 16.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fumadocs-mdx dependency-version: 13.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fumadocs-ui dependency-version: 16.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: next dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-config-next dependency-version: 16.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@solana-program/memo" dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@solana-program/system" dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@solana-program/token" dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ac570a commit 7e3890c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

apps/docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"postinstall": "fumadocs-mdx"
1212
},
1313
"dependencies": {
14-
"fumadocs-core": "16.0.1",
15-
"fumadocs-mdx": "13.0.0",
16-
"fumadocs-ui": "16.0.1",
17-
"next": "16.0.0",
14+
"fumadocs-core": "16.0.8",
15+
"fumadocs-mdx": "13.0.5",
16+
"fumadocs-ui": "16.0.8",
17+
"next": "16.0.1",
1818
"react": "^19.2.0",
1919
"react-dom": "^19.2.0",
2020
"yaml": "^2.8.1"
@@ -23,11 +23,11 @@
2323
"@macalinao/biome-config": "^0.1.4",
2424
"@tailwindcss/postcss": "^4.1.16",
2525
"@types/mdx": "^2.0.13",
26-
"@types/node": "24.9.1",
26+
"@types/node": "24.10.0",
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.2",
2929
"eslint": "^9.38.0",
30-
"eslint-config-next": "16.0.0",
30+
"eslint-config-next": "16.0.1",
3131
"postcss": "^8.5.6",
3232
"tailwindcss": "^4.1.16",
3333
"typescript": "^5.9.3"

packages/coda-visitors/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"lint": "eslint . --cache"
4646
},
4747
"dependencies": {
48-
"@solana-program/memo": "^0.9.0",
49-
"@solana-program/system": "^0.9.0",
50-
"@solana-program/token": "^0.7.0",
48+
"@solana-program/memo": "^0.10.0",
49+
"@solana-program/system": "^0.10.0",
50+
"@solana-program/token": "^0.8.0",
5151
"@solana-program/token-2022": "^0.6.0",
5252
"@solana/sysvars": "^4.0.0",
5353
"codama": "catalog:"

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

0 commit comments

Comments
 (0)