Skip to content

Commit 2e739ab

Browse files
chore(deps): bump the patch-updates group with 7 updates
Bumps the patch-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [hono](https://github.com/honojs/hono) | `4.12.7` | `4.12.8` | | [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.5.4` | `1.5.5` | | [i18next](https://github.com/i18next/i18next) | `25.8.17` | `25.8.18` | | [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.21` | `3.13.22` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.6.12` | `16.6.17` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.9` | `14.2.10` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.6.12` | `16.6.17` | Updates `hono` from 4.12.7 to 4.12.8 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.7...v4.12.8) Updates `better-auth` from 1.5.4 to 1.5.5 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Commits](https://github.com/better-auth/better-auth/commits/v1.5.5/packages/better-auth) Updates `i18next` from 25.8.17 to 25.8.18 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v25.8.17...v25.8.18) Updates `@tanstack/react-virtual` from 3.13.21 to 3.13.22 - [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.22/packages/react-virtual) Updates `fumadocs-core` from 16.6.12 to 16.6.17 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.6.12...fumadocs-core@16.6.17) Updates `fumadocs-mdx` from 14.2.9 to 14.2.10 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@14.2.9...fumadocs-mdx@14.2.10) Updates `fumadocs-ui` from 16.6.12 to 16.6.17 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.6.12...fumadocs-ui@16.6.17) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: better-auth dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: i18next dependency-version: 25.8.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@tanstack/react-virtual" dependency-version: 3.13.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-core dependency-version: 16.6.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-mdx dependency-version: 14.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: fumadocs-ui dependency-version: 16.6.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f77ce69 commit 2e739ab

8 files changed

Lines changed: 650 additions & 165 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.12",
36-
"fumadocs-mdx": "14.2.9",
37-
"fumadocs-ui": "16.6.12",
35+
"fumadocs-core": "16.6.17",
36+
"fumadocs-mdx": "14.2.10",
37+
"fumadocs-ui": "16.6.17",
3838
"lucide-react": "^0.577.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.6",
2727
"@objectstack/runtime": "^3.2.6",
2828
"@objectstack/spec": "^3.2.6",
29-
"hono": "^4.12.7",
29+
"hono": "^4.12.8",
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
@@ -135,7 +135,7 @@
135135
"@objectstack/plugin-hono-server": "^3.2.6",
136136
"@objectstack/studio": "^3.2.6",
137137
"coverage-v8": "0.0.1-security",
138-
"hono": "^4.12.7",
138+
"hono": "^4.12.8",
139139
"pino": "^8.21.0",
140140
"pino-pretty": "^13.1.3"
141141
},

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@object-ui/types": "workspace:*",
38-
"better-auth": "^1.5.4"
38+
"better-auth": "^1.5.5"
3939
},
4040
"devDependencies": {
4141
"@types/react": "19.2.14",

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lint": "eslint ."
3737
},
3838
"dependencies": {
39-
"i18next": "^25.8.17",
39+
"i18next": "^25.8.18",
4040
"react-i18next": "^16.5.6"
4141
},
4242
"peerDependencies": {

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.21",
29+
"@tanstack/react-virtual": "^3.13.22",
3030
"lucide-react": "^0.577.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.21",
41+
"@tanstack/react-virtual": "^3.13.22",
4242
"lucide-react": "^0.577.0"
4343
},
4444
"peerDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)