Skip to content

Commit 7f4c1e1

Browse files
chore(deps): bump the patch-updates group with 8 updates (#1179)
Bumps the patch-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [hono](https://github.com/honojs/hono) | `4.12.10` | `4.12.11` | | [@oclif/core](https://github.com/oclif/core) | `4.10.3` | `4.10.5` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.3` | `8.0.4` | | [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.143` | `3.0.148` | | [ai](https://github.com/vercel/ai) | `6.0.141` | `6.0.146` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.7.7` | `16.7.10` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.7.7` | `16.7.10` | | [next](https://github.com/vercel/next.js) | `16.2.1` | `16.2.2` | Updates `hono` from 4.12.10 to 4.12.11 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.10...v4.12.11) Updates `@oclif/core` from 4.10.3 to 4.10.5 - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.10.3...4.10.5) Updates `vite` from 8.0.3 to 8.0.4 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.4/packages/vite) Updates `@ai-sdk/react` from 3.0.143 to 3.0.148 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/@ai-sdk/react@3.0.143...@ai-sdk/react@3.0.148) Updates `ai` from 6.0.141 to 6.0.146 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/ai@6.0.141...ai@6.0.146) Updates `fumadocs-core` from 16.7.7 to 16.7.10 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.7.7...fumadocs-core@16.7.10) Updates `fumadocs-ui` from 16.7.7 to 16.7.10 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.7.7...fumadocs-ui@16.7.10) Updates `next` from 16.2.1 to 16.2.2 - [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.2.1...v16.2.2) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@oclif/core" dependency-version: 4.10.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: vite dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@ai-sdk/react" dependency-version: 3.0.148 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: ai dependency-version: 6.0.146 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-core dependency-version: 16.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-ui dependency-version: 16.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: next dependency-version: 16.2.2 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 12db755 commit 7f4c1e1

31 files changed

Lines changed: 377 additions & 340 deletions

File tree

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"sonner": "^2.0.7",
9696
"tailwindcss": "^4.2.2",
9797
"typescript": "^5.9.3",
98-
"vite": "^8.0.3",
98+
"vite": "^8.0.4",
9999
"vitest": "^4.1.2"
100100
},
101101
"msw": {

apps/site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"@object-ui/types": "workspace:*",
3333
"ag-grid-community": "^35.2.0",
3434
"ag-grid-react": "^35.2.0",
35-
"fumadocs-core": "16.7.7",
35+
"fumadocs-core": "16.7.10",
3636
"fumadocs-mdx": "14.2.11",
37-
"fumadocs-ui": "16.7.7",
37+
"fumadocs-ui": "16.7.10",
3838
"lucide-react": "^1.7.0",
39-
"next": "16.2.1",
39+
"next": "16.2.2",
4040
"react": "19.2.4",
4141
"react-dom": "19.2.4",
4242
"tailwind-merge": "^3.5.0"

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": "^4.0.1",
2727
"@objectstack/runtime": "^4.0.1",
2828
"@objectstack/spec": "^4.0.1",
29-
"hono": "^4.12.10",
29+
"hono": "^4.12.11",
3030
"pino": "^8.21.0",
3131
"pino-pretty": "^13.1.3"
3232
},

examples/msw-todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"postcss": "^8.5.8",
3131
"tailwindcss": "^4.2.2",
3232
"typescript": "^5.9.3",
33-
"vite": "^8.0.3"
33+
"vite": "^8.0.4"
3434
},
3535
"msw": {
3636
"workerDirectory": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"@objectstack/plugin-setup": "^4.0.1",
137137
"@objectstack/studio": "^4.0.1",
138138
"coverage-v8": "0.0.1-security",
139-
"hono": "^4.12.10",
139+
"hono": "^4.12.11",
140140
"pino": "^8.21.0",
141141
"pino-pretty": "^13.1.3"
142142
},

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@object-ui/components": "workspace:*",
5252
"@object-ui/react": "workspace:*",
5353
"@object-ui/types": "workspace:*",
54-
"@oclif/core": "^4.10.3",
54+
"@oclif/core": "^4.10.5",
5555
"@types/glob": "^9.0.0",
5656
"@vitejs/plugin-react": "^6.0.1",
5757
"chalk": "^5.6.2",
@@ -60,7 +60,7 @@
6060
"express-rate-limit": "^8.3.2",
6161
"glob": "^13.0.6",
6262
"js-yaml": "^4.1.1",
63-
"vite": "^8.0.3"
63+
"vite": "^8.0.4"
6464
},
6565
"devDependencies": {
6666
"@types/express": "^4.17.25",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"storybook": "^8.6.18",
8080
"tailwindcss": "^4.2.2",
8181
"typescript": "^5.9.3",
82-
"vite": "^8.0.3",
82+
"vite": "^8.0.4",
8383
"vite-plugin-dts": "^4.5.4"
8484
}
8585
}

packages/fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/react-dom": "19.2.3",
4848
"@vitejs/plugin-react": "^6.0.1",
4949
"typescript": "^5.9.3",
50-
"vite": "^8.0.3",
50+
"vite": "^8.0.4",
5151
"vite-plugin-dts": "^4.5.4"
5252
},
5353
"publishConfig": {

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@vitejs/plugin-react": "^6.0.1",
4141
"react-router-dom": "^7.13.2",
42-
"vite": "^8.0.3",
42+
"vite": "^8.0.4",
4343
"vite-plugin-dts": "^4.5.4"
4444
}
4545
}

packages/plugin-aggrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ag-grid-react": "^35.2.0",
5353
"ag-grid-community": "^35.2.0",
5454
"typescript": "^5.9.3",
55-
"vite": "^8.0.3",
55+
"vite": "^8.0.4",
5656
"vite-plugin-dts": "^4.5.4"
5757
}
5858
}

0 commit comments

Comments
 (0)