Skip to content

Commit 454e5c4

Browse files
authored
chore: bump package versions and update dependencies across project (#29)
1 parent bfdcd83 commit 454e5c4

35 files changed

Lines changed: 457 additions & 325 deletions

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.12
4+
5+
### Patch Changes
6+
7+
- docs bug fix & deps update
8+
39
## 1.0.11
410

511
### Patch Changes

apps/builder/package.json

Lines changed: 5 additions & 5 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.11",
4+
"version": "1.0.12",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -47,13 +47,13 @@
4747
"zod": "^4.1.11",
4848
"@hookform/resolvers": "^5.2.2",
4949
"hono": "^4.9.8",
50-
"@tanstack/react-query": "^5.89.0",
50+
"@tanstack/react-query": "^5.90.2",
5151
"recharts": "^2.15.4",
5252
"vaul": "^1.1.2",
5353
"react": "^19.1.1",
5454
"react-dom": "^19.1.1",
5555
"embla-carousel-react": "^8.6.0",
56-
"motion": "^12.23.16"
56+
"motion": "^12.23.19"
5757
},
5858
"devDependencies": {
5959
"@types/node": "^22.18.6",
@@ -69,8 +69,8 @@
6969
"tailwindcss-animate": "^1.0.7",
7070
"typescript": "^5.9.2",
7171
"vite": "^6.3.6",
72-
"@cloudflare/vite-plugin": "^1.13.3",
72+
"@cloudflare/vite-plugin": "^1.13.4",
7373
"wrangler": "4.27.0",
74-
"@cloudflare/workers-types": "^4.20250921.0"
74+
"@cloudflare/workers-types": "^4.20250924.0"
7575
}
7676
}

apps/builder/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/wrangler/config-schema.json",
33
"main": "src/worker.ts",
4-
"compatibility_date": "2025-08-03",
4+
"compatibility_date": "2025-09-03",
55
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
66
"assets": {
77
"directory": "./dist/",

apps/deploy/CHANGELOG.md

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

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- docs bug fix & deps update
8+
- Updated dependencies
9+
- @libra/auth@1.0.6
10+
311
## 1.0.9
412

513
### Patch Changes

apps/deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libra/deploy",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Queue-based deployment service for Libra platform",
55
"scripts": {
66
"dev": "wrangler dev --port 3008 --persist-to=../web/.wrangler/state",

apps/deploy/wrangler.jsonc.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../../node_modules/wrangler/config-schema.json",
33
"name": "libra-deploy",
44
"main": "src/index.ts",
5-
"compatibility_date": "2025-08-03",
5+
"compatibility_date": "2025-09-03",
66
"compatibility_flags": [
77
"nodejs_compat",
88
"global_fetch_strictly_public"

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.12
4+
5+
### Patch Changes
6+
7+
- docs bug fix & deps update
8+
39
## 1.0.11
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.11",
3+
"version": "1.0.12",
44
"type": "module",
55
"scripts": {
66
"dev": "wrangler dev --port 3007 --persist-to=../web/.wrangler/state",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"wrangler": "4.27.0",
26-
"@cloudflare/workers-types": "^4.20250921.0",
26+
"@cloudflare/workers-types": "^4.20250924.0",
2727
"typescript": "^5.9.2",
2828
"dotenv": "^17.2.2",
2929
"dotenv-cli": "^10.0.0",

apps/dispatcher/wrangler.jsonc.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../../node_modules/wrangler/config-schema.json",
33
"name": "libra-dispatcher",
44
"main": "src/index.ts",
5-
"compatibility_date": "2025-08-03",
5+
"compatibility_date": "2025-09-03",
66
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
77
"assets": {
88
"binding": "ASSETS",

apps/docs/.source/index.ts

Lines changed: 27 additions & 27 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)