Skip to content

Commit dbcf059

Browse files
chore(deps)(deps): bump the production-dependencies group with 7 updates
Bumps the production-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.562.0` | `0.563.0` | | [msw](https://github.com/mswjs/msw) | `2.12.7` | `2.12.9` | | [hono](https://github.com/honojs/hono) | `4.11.4` | `4.11.9` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.4.7` | `16.5.2` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.5` | `14.2.7` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.4.7` | `16.5.2` | | [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.6.1` | `4.6.2` | 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 `msw` from 2.12.7 to 2.12.9 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.12.7...v2.12.9) Updates `hono` from 4.11.4 to 4.11.9 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.11.4...v4.11.9) Updates `fumadocs-core` from 16.4.7 to 16.5.2 - [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.7 - [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.2 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits) Updates `react-resizable-panels` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](bvaughn/react-resizable-panels@4.6.1...4.6.2) --- 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: msw dependency-version: 2.12.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: hono dependency-version: 4.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fumadocs-core dependency-version: 16.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: fumadocs-mdx dependency-version: 14.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fumadocs-ui dependency-version: 16.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-resizable-panels dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8c93ba commit dbcf059

8 files changed

Lines changed: 593 additions & 231 deletions

File tree

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"class-variance-authority": "^0.7.1",
1515
"client-only": "^0.0.1",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "^16.4.7",
18-
"fumadocs-mdx": "^14.2.5",
19-
"fumadocs-ui": "^16.4.7",
20-
"lucide-react": "^0.562.0",
17+
"fumadocs-core": "^16.5.2",
18+
"fumadocs-mdx": "^14.2.7",
19+
"fumadocs-ui": "^16.5.2",
20+
"lucide-react": "^0.563.0",
2121
"next": "^16.1.5",
2222
"react": "^19.2.4",
2323
"react-dom": "^19.2.4",

apps/studio/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"@radix-ui/react-tooltip": "^1.2.8",
4343
"class-variance-authority": "^0.7.1",
4444
"clsx": "^2.1.1",
45-
"lucide-react": "^0.562.0",
45+
"lucide-react": "^0.563.0",
4646
"react": "^18.3.1",
4747
"react-dom": "^18.3.1",
48-
"react-resizable-panels": "^4.6.1",
48+
"react-resizable-panels": "^4.6.2",
4949
"tailwind-merge": "^3.4.0"
5050
},
5151
"devDependencies": {
@@ -56,7 +56,7 @@
5656
"@vitejs/plugin-react": "^5.1.3",
5757
"autoprefixer": "^10.4.24",
5858
"happy-dom": "^20.5.0",
59-
"msw": "^2.0.0",
59+
"msw": "^2.12.9",
6060
"postcss": "^8.5.6",
6161
"tailwindcss": "^4.1.18",
6262
"typescript": "^5.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@objectstack/plugin-hono-server": "workspace:*",
4242
"@objectstack/runtime": "workspace:*",
4343
"@objectstack/spec": "workspace:*",
44-
"lucide-react": "^0.562.0"
44+
"lucide-react": "^0.563.0"
4545
},
4646
"engines": {
4747
"node": ">=18.0.0"

packages/adapters/hono/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"peerDependencies": {
1818
"@objectstack/runtime": "workspace:*",
19-
"hono": "^4.0.0"
19+
"hono": "^4.11.9"
2020
},
2121
"devDependencies": {
2222
"@objectstack/runtime": "workspace:*",
23-
"hono": "^4.0.0",
23+
"hono": "^4.11.9",
2424
"typescript": "^5.0.0"
2525
}
2626
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@objectstack/plugin-hono-server": "workspace:*",
3030
"@objectstack/plugin-msw": "workspace:*",
3131
"@objectstack/runtime": "workspace:*",
32-
"msw": "^2.0.0",
32+
"msw": "^2.12.9",
3333
"typescript": "^5.0.0",
3434
"vitest": "^4.0.18"
3535
}

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
"@hono/node-server": "^1.2.0",
1414
"@objectstack/core": "workspace:*",
1515
"@objectstack/spec": "workspace:*",
16-
"hono": "^4.0.0"
16+
"hono": "^4.11.9"
1717
},
1818
"devDependencies": {
1919
"@types/node": "^25.1.0",

packages/plugins/plugin-msw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@objectstack/objectql": "workspace:*",
2525
"@objectstack/spec": "workspace:*",
2626
"@objectstack/types": "workspace:*",
27-
"msw": "^2.0.0"
27+
"msw": "^2.12.9"
2828
},
2929
"devDependencies": {
3030
"@objectstack/runtime": "workspace:*",

0 commit comments

Comments
 (0)