Skip to content

Commit 50d9df3

Browse files
chore(deps)(deps): bump the production-dependencies group with 8 updates
Bumps the production-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.563.0` | `0.564.0` | | [msw](https://github.com/mswjs/msw) | `2.12.9` | `2.12.10` | | [pino](https://github.com/pinojs/pino) | `10.3.0` | `10.3.1` | | [glob](https://github.com/isaacs/node-glob) | `13.0.1` | `13.0.3` | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.5.2` | `16.6.1` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.5.2` | `16.6.1` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.0` | `3.4.1` | | [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.6.2` | `4.6.4` | Updates `lucide-react` from 0.563.0 to 0.564.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.564.0/packages/lucide-react) Updates `msw` from 2.12.9 to 2.12.10 - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.12.9...v2.12.10) Updates `pino` from 10.3.0 to 10.3.1 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](pinojs/pino@v10.3.0...v10.3.1) Updates `glob` from 13.0.1 to 13.0.3 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v13.0.1...v13.0.3) Updates `fumadocs-core` from 16.5.2 to 16.6.1 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-core@16.6.1) Updates `fumadocs-ui` from 16.5.2 to 16.6.1 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-ui@16.6.1) Updates `tailwind-merge` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.4.0...v3.4.1) Updates `react-resizable-panels` from 4.6.2 to 4.6.4 - [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.2...4.6.4) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.564.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: msw dependency-version: 2.12.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pino dependency-version: 10.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: glob dependency-version: 13.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fumadocs-core dependency-version: 16.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: fumadocs-ui dependency-version: 16.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tailwind-merge dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-resizable-panels dependency-version: 4.6.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 69c4965 commit 50d9df3

File tree

8 files changed

+268
-149
lines changed

8 files changed

+268
-149
lines changed

apps/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"postinstall": "fumadocs-mdx"
1414
},
1515
"dependencies": {
16-
"fumadocs-core": "16.5.2",
16+
"fumadocs-core": "16.6.1",
1717
"fumadocs-mdx": "14.2.7",
18-
"fumadocs-ui": "16.5.2",
19-
"lucide-react": "^0.563.0",
18+
"fumadocs-ui": "16.6.1",
19+
"lucide-react": "^0.564.0",
2020
"next": "16.1.6",
2121
"react": "^19.2.4",
2222
"react-dom": "^19.2.4",
23-
"tailwind-merge": "^3.4.0"
23+
"tailwind-merge": "^3.4.1"
2424
},
2525
"devDependencies": {
2626
"@objectstack/spec": "workspace:*",

apps/studio/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"@radix-ui/react-tooltip": "^1.2.8",
4343
"class-variance-authority": "^0.7.1",
4444
"clsx": "^2.1.1",
45-
"lucide-react": "^0.563.0",
45+
"lucide-react": "^0.564.0",
4646
"react": "^19.2.4",
4747
"react-dom": "^19.2.4",
48-
"react-resizable-panels": "^4.6.2",
49-
"tailwind-merge": "^3.4.0"
48+
"react-resizable-panels": "^4.6.4",
49+
"tailwind-merge": "^3.4.1"
5050
},
5151
"devDependencies": {
5252
"@objectstack/cli": "workspace:*",
@@ -56,7 +56,7 @@
5656
"@vitejs/plugin-react": "^5.1.3",
5757
"autoprefixer": "^10.4.24",
5858
"happy-dom": "^20.5.3",
59-
"msw": "^2.12.9",
59+
"msw": "^2.12.10",
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
@@ -42,7 +42,7 @@
4242
"@objectstack/plugin-hono-server": "workspace:*",
4343
"@objectstack/runtime": "workspace:*",
4444
"@objectstack/spec": "workspace:*",
45-
"lucide-react": "^0.563.0"
45+
"lucide-react": "^0.564.0"
4646
},
4747
"engines": {
4848
"node": ">=18.0.0"

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.12.9",
32+
"msw": "^2.12.10",
3333
"typescript": "^5.0.0",
3434
"vitest": "^4.0.18"
3535
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@objectstack/spec": "workspace:*",
28-
"pino": "^10.3.0",
28+
"pino": "^10.3.1",
2929
"pino-pretty": "^13.1.3",
3030
"zod": "^4.3.6"
3131
},

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@objectstack/core": "workspace:*",
3737
"@objectstack/spec": "workspace:*",
3838
"@objectstack/types": "workspace:*",
39-
"glob": "^13.0.1",
39+
"glob": "^13.0.3",
4040
"js-yaml": "^4.1.0",
4141
"chokidar": "^5.0.0",
4242
"zod": "^4.3.6"

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.12.9"
27+
"msw": "^2.12.10"
2828
},
2929
"devDependencies": {
3030
"@objectstack/runtime": "workspace:*",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)