Skip to content

Commit 165e7dc

Browse files
chore(deps): bump the patch-updates group with 6 updates (#960)
Bumps the patch-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [hono](https://github.com/honojs/hono) | `4.12.2` | `4.12.3` | | [@oclif/core](https://github.com/oclif/core) | `4.8.1` | `4.8.2` | | [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.18` | `3.13.19` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.6.5` | `16.6.8` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.8` | `14.2.9` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.6.5` | `16.6.8` | Updates `hono` from 4.12.2 to 4.12.3 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.2...v4.12.3) Updates `@oclif/core` from 4.8.1 to 4.8.2 - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.8.1...4.8.2) Updates `@tanstack/react-virtual` from 3.13.18 to 3.13.19 - [Release notes](https://github.com/TanStack/virtual/releases) - [Changelog](https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md) - [Commits](https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.19/packages/react-virtual) Updates `fumadocs-core` from 16.6.5 to 16.6.8 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.6.5...fumadocs-core@16.6.8) Updates `fumadocs-mdx` from 14.2.8 to 14.2.9 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@14.2.8...fumadocs-mdx@14.2.9) Updates `fumadocs-ui` from 16.6.5 to 16.6.8 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.6.5...fumadocs-ui@16.6.8) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@oclif/core" dependency-version: 4.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@tanstack/react-virtual" dependency-version: 3.13.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-core dependency-version: 16.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-mdx dependency-version: 14.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-ui dependency-version: 16.6.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0b568d commit 165e7dc

7 files changed

Lines changed: 203 additions & 190 deletions

File tree

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@object-ui/types": "workspace:*",
3333
"ag-grid-community": "^35.1.0",
3434
"ag-grid-react": "^35.1.0",
35-
"fumadocs-core": "16.6.5",
36-
"fumadocs-mdx": "14.2.8",
37-
"fumadocs-ui": "16.6.5",
35+
"fumadocs-core": "16.6.8",
36+
"fumadocs-mdx": "14.2.9",
37+
"fumadocs-ui": "16.6.8",
3838
"lucide-react": "^0.575.0",
3939
"next": "16.1.6",
4040
"react": "19.2.4",

examples/crm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@objectstack/plugin-hono-server": "^3.2.0",
2727
"@objectstack/runtime": "^3.2.0",
2828
"@objectstack/spec": "^3.2.0",
29-
"hono": "^4.12.2",
29+
"hono": "^4.12.3",
3030
"pino": "^8.21.0",
3131
"pino-pretty": "^13.1.3"
3232
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"@objectstack/plugin-hono-server": "^3.2.0",
135135
"@objectstack/studio": "^3.2.0",
136136
"coverage-v8": "0.0.1-security",
137-
"hono": "^4.12.2",
137+
"hono": "^4.12.3",
138138
"pino": "^8.21.0",
139139
"pino-pretty": "^13.1.3"
140140
},

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@object-ui/components": "workspace:*",
5151
"@object-ui/react": "workspace:*",
5252
"@object-ui/types": "workspace:*",
53-
"@oclif/core": "^4.8.1",
53+
"@oclif/core": "^4.8.2",
5454
"@types/glob": "^9.0.0",
5555
"@vitejs/plugin-react": "^5.1.4",
5656
"chalk": "^5.6.2",

packages/plugin-grid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@object-ui/mobile": "workspace:*",
2727
"@object-ui/react": "workspace:*",
2828
"@object-ui/types": "workspace:*",
29-
"@tanstack/react-virtual": "^3.13.18",
29+
"@tanstack/react-virtual": "^3.13.19",
3030
"lucide-react": "^0.575.0"
3131
},
3232
"peerDependencies": {

packages/plugin-kanban/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@object-ui/core": "workspace:*",
3939
"@object-ui/react": "workspace:*",
4040
"@object-ui/types": "workspace:*",
41-
"@tanstack/react-virtual": "^3.13.18",
41+
"@tanstack/react-virtual": "^3.13.19",
4242
"lucide-react": "^0.575.0"
4343
},
4444
"peerDependencies": {

pnpm-lock.yaml

Lines changed: 195 additions & 182 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)