Skip to content

Commit 4ebb54a

Browse files
chore(deps)(deps): bump the production-dependencies group with 6 updates
Bumps the production-dependencies group with 6 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.5` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.4.7` | `16.4.8` | | [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.4.8` | | [next](https://github.com/vercel/next.js) | `16.1.3` | `16.1.4` | 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.5 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.11.4...v4.11.5) Updates `fumadocs-core` from 16.4.7 to 16.4.8 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits) 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.4.8 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits) Updates `next` from 16.1.3 to 16.1.4 - [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.1.3...v16.1.4) --- 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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fumadocs-core dependency-version: 16.4.8 dependency-type: direct:production update-type: version-update:semver-patch 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.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: next dependency-version: 16.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90eb0c5 commit 4ebb54a

File tree

4 files changed

+146
-141
lines changed

4 files changed

+146
-141
lines changed

apps/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
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",
20-
"next": "^16.1.3",
16+
"fumadocs-core": "^16.4.9",
17+
"fumadocs-mdx": "^14.2.6",
18+
"fumadocs-ui": "^16.4.9",
19+
"lucide-react": "^0.563.0",
20+
"next": "^16.1.6",
2121
"react": "^19.2.3",
2222
"react-dom": "^19.2.3",
2323
"server-only": "^0.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typescript": "^5.3.0"
2929
},
3030
"dependencies": {
31-
"lucide-react": "^0.562.0"
31+
"lucide-react": "^0.563.0"
3232
},
3333
"engines": {
3434
"node": ">=18.0.0"

packages/plugin-hono-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@objectstack/spec": "workspace:*",
1313
"@objectstack/types": "workspace:*",
1414
"@objectstack/runtime": "workspace:*",
15-
"hono": "^4.0.0"
15+
"hono": "^4.11.7"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20.0.0",

0 commit comments

Comments
 (0)