Skip to content

Commit c95fa12

Browse files
chore(deps): bump the minor-and-patch group across 1 directory with 8 updates
Bumps the minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.8.5` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `15.7.0` | `15.8.5` | | [next](https://github.com/vercel/next.js) | `15.5.0` | `15.5.6` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `24.8.1` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.5.0` | `15.5.6` | | [@solana-program/system](https://github.com/solana-program/system) | `0.8.1` | `0.9.0` | | [@solana-program/token](https://github.com/solana-program/token) | `0.6.0` | `0.7.0` | | [@solana-program/token-2022](https://github.com/solana-program/token-2022) | `0.5.0` | `0.6.0` | Updates `fumadocs-core` from 15.7.0 to 15.8.5 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits) Updates `fumadocs-ui` from 15.7.0 to 15.8.5 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits) Updates `next` from 15.5.0 to 15.5.6 - [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.6) Updates `@types/node` from 24.3.0 to 24.8.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.6 - [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.6/packages/eslint-config-next) Updates `@solana-program/system` from 0.8.1 to 0.9.0 - [Release notes](https://github.com/solana-program/system/releases) - [Commits](https://github.com/solana-program/system/compare/[email protected]@v0.9.0) Updates `@solana-program/token` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/solana-program/token/releases) - [Commits](https://github.com/solana-program/token/compare/[email protected]@v0.7.0) Updates `@solana-program/token-2022` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/solana-program/token-2022/releases) - [Commits](https://github.com/solana-program/token-2022/compare/[email protected]@v0.6.0) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 15.8.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: fumadocs-ui dependency-version: 15.8.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: next dependency-version: 15.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-config-next dependency-version: 15.5.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@solana-program/system" dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@solana-program/token" dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@solana-program/token-2022" dependency-version: 0.6.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 9c47857 commit c95fa12

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.6",
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.8.1",
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.6",
3030
"postcss": "^8.5.6",
3131
"tailwindcss": "^4.1.14",
3232
"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/system": "^0.8.1",
49-
"@solana-program/token": "^0.6.0",
50-
"@solana-program/token-2022": "^0.5.0",
48+
"@solana-program/system": "^0.9.0",
49+
"@solana-program/token": "^0.7.0",
50+
"@solana-program/token-2022": "^0.6.0",
5151
"@solana/sysvars": "^3.0.3",
5252
"codama": "catalog:"
5353
},

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.8.1",
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.8.1",
4444
"eslint": "catalog:",
4545
"typescript": "catalog:"
4646
}

0 commit comments

Comments
 (0)