Skip to content

Commit c190252

Browse files
author
tianzx
committed
chore: update dependencies and changelogs across all packages
1 parent 95758d4 commit c190252

18 files changed

Lines changed: 164 additions & 110 deletions

File tree

apps/builder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vite-shadcn-builder-libra
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- update deps
8+
39
## 1.0.7
410

511
### Patch Changes

apps/builder/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-shadcn-builder-libra",
33
"private": true,
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -46,8 +46,8 @@
4646
"tailwind-merge": "^3.3.1",
4747
"zod": "^4.0.17",
4848
"@hookform/resolvers": "^5.2.1",
49-
"hono": "^4.9.1",
50-
"@tanstack/react-query": "^5.85.0",
49+
"hono": "^4.9.2",
50+
"@tanstack/react-query": "^5.85.3",
5151
"recharts": "^2.15.4",
5252
"vaul": "^1.1.2",
5353
"react": "^19.1.1",
@@ -56,20 +56,20 @@
5656
"motion": "^12.23.12"
5757
},
5858
"devDependencies": {
59-
"@types/node": "^22.17.1",
59+
"@types/node": "^22.17.2",
6060
"@types/react": "^19.1.10",
6161
"@types/react-dom": "^19.1.7",
62-
"@tailwindcss/vite": "^4.1.11",
62+
"@tailwindcss/vite": "^4.1.12",
6363
"@vitejs/plugin-react-swc": "^3.11.0",
6464
"date-fns": "^4.1.0",
6565
"clsx": "^2.1.1",
6666
"postcss": "^8.5.6",
6767
"autoprefixer": "^10.4.21",
68-
"tailwindcss": "^4.1.11",
68+
"tailwindcss": "^4.1.12",
6969
"tailwindcss-animate": "^1.0.7",
7070
"typescript": "^5.9.2",
7171
"vite": "^6.3.5",
72-
"@cloudflare/vite-plugin": "^1.11.4",
72+
"@cloudflare/vite-plugin": "^1.11.5",
7373
"wrangler": "4.27.0",
7474
"@cloudflare/workers-types": "^4.20250813.0"
7575
}

apps/cdn/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @libra/cdn
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- update deps
8+
39
## 1.0.2
410

511
### Patch Changes

apps/cdn/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libra/cdn",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"scripts": {
55
"dev": "wrangler dev --port 3004 --persist-to=../web/.wrangler/state",
66
"deploy": "wrangler deploy --minify",
@@ -13,7 +13,7 @@
1313
"@libra/db": "*",
1414
"@libra/middleware": "*",
1515
"@libra/typescript-config": "*",
16-
"hono": "^4.9.1",
16+
"hono": "^4.9.2",
1717
"@scalar/hono-api-reference": "^0.9.13",
1818
"@hono/zod-openapi": "^0.19.10"
1919
},

apps/deploy-workflow/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @libra/deploy-workflow
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- update deps
8+
39
## 1.0.2
410

511
### Patch Changes

apps/deploy-workflow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libra/deploy-workflow",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"scripts": {
55
"dev": "wrangler dev --port 3008 --persist-to=../web/.wrangler/state",
66
"deploy": "wrangler deploy --minify",
@@ -16,7 +16,7 @@
1616
"@libra/sandbox": "*",
1717
"@libra/templates": "*",
1818
"@libra/typescript-config": "*",
19-
"hono": "^4.9.1",
19+
"hono": "^4.9.2",
2020
"@scalar/hono-api-reference": "^0.9.13",
2121
"@hono/zod-openapi": "^0.19.10"
2222
},

apps/deploy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @libra/deploy
22

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- update deps
8+
39
## 1.0.5
410

511
### Patch Changes

apps/deploy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libra/deploy",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Queue-based deployment service for Libra platform",
55
"scripts": {
66
"dev": "wrangler dev --port 3008 --persist-to=../web/.wrangler/state",
@@ -20,15 +20,15 @@
2020
"@libra/sandbox": "*",
2121
"@libra/templates": "*",
2222
"@libra/typescript-config": "*",
23-
"hono": "^4.9.1",
23+
"hono": "^4.9.2",
2424
"@scalar/hono-api-reference": "^0.9.13",
2525
"@hono/zod-openapi": "^0.19.10",
2626
"zod": "^4.0.17",
2727
"drizzle-orm": "^0.44.4"
2828
},
2929
"devDependencies": {
3030
"wrangler": "4.27.0",
31-
"@types/node": "^24.2.1",
31+
"@types/node": "^24.3.0",
3232
"typescript": "^5.9.2",
3333
"vitest": "^3.2.4",
3434
"@vitest/coverage-v8": "^3.2.4"

apps/dispatcher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @libra/dispatcher
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- update deps
8+
39
## 1.0.7
410

511
### Patch Changes

apps/dispatcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libra/dispatcher",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"type": "module",
55
"scripts": {
66
"dev": "wrangler dev --port 3007 --persist-to=../web/.wrangler/state",
@@ -15,7 +15,7 @@
1515
"@libra/db": "*",
1616
"@libra/common": "*",
1717
"@libra/middleware": "*",
18-
"hono": "^4.9.1",
18+
"hono": "^4.9.2",
1919
"pg": "^8.16.3",
2020
"zod": "^4.0.17",
2121
"@hono/zod-openapi": "^0.19.10",

0 commit comments

Comments
 (0)