Skip to content

Commit 7fab54f

Browse files
chore(deps)(deps): bump the production-dependencies group with 5 updates
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `0.563.0` | | [hono](https://github.com/honojs/hono) | `4.11.4` | `4.11.7` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.4.7` | `16.5.0` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.5` | `14.2.6` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.4.7` | `16.5.0` | Updates `lucide-react` from 0.562.0 to 0.563.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.563.0/packages/lucide-react) Updates `hono` from 4.11.4 to 4.11.7 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.11.4...v4.11.7) Updates `fumadocs-core` from 16.4.7 to 16.5.0 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-core@16.5.0) Updates `fumadocs-mdx` from 14.2.5 to 14.2.6 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits) Updates `fumadocs-ui` from 16.4.7 to 16.5.0 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-ui@16.5.0) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.563.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: hono dependency-version: 4.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fumadocs-core dependency-version: 16.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: fumadocs-mdx dependency-version: 14.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fumadocs-ui dependency-version: 16.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9de3ee1 commit 7fab54f

File tree

4 files changed

+257
-140
lines changed

4 files changed

+257
-140
lines changed

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"class-variance-authority": "^0.7.1",
1414
"client-only": "^0.0.1",
1515
"clsx": "^2.1.1",
16-
"fumadocs-core": "^16.4.7",
17-
"fumadocs-mdx": "^14.2.5",
18-
"fumadocs-ui": "^16.4.7",
19-
"lucide-react": "^0.562.0",
16+
"fumadocs-core": "^16.5.0",
17+
"fumadocs-mdx": "^14.2.6",
18+
"fumadocs-ui": "^16.5.0",
19+
"lucide-react": "^0.563.0",
2020
"next": "^16.1.5",
2121
"react": "^19.2.3",
2222
"react-dom": "^19.2.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "^5.3.0"
3434
},
3535
"dependencies": {
36-
"lucide-react": "^0.562.0"
36+
"lucide-react": "^0.563.0"
3737
},
3838
"engines": {
3939
"node": ">=18.0.0"

packages/plugins/plugin-hono-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@objectstack/core": "workspace:*",
1414
"@objectstack/spec": "workspace:*",
1515
"@objectstack/types": "workspace:*",
16-
"hono": "^4.0.0"
16+
"hono": "^4.11.7"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^25.1.0",

0 commit comments

Comments
 (0)