Skip to content

Commit 510d26e

Browse files
authored
Merge pull request #557 from objectstack-ai/dependabot/npm_and_yarn/production-dependencies-e85c1ba047
2 parents a51cd9c + dbcf059 commit 510d26e

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)