Skip to content

Commit df41bf4

Browse files
committed
chores
1 parent bbfcda2 commit df41bf4

File tree

11 files changed

+253
-390
lines changed

11 files changed

+253
-390
lines changed

.github/workflows/api_cd.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
workflow_dispatch:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
deploy:
8+
runs-on: ubuntu-latest
9+
timeout-minutes: 60
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: cloudflare/wrangler-action@v3
13+
with:
14+
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
15+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
16+
- uses: ./.github/actions/pnpm_install
17+
- run: pnpm -F @hypr/api deploy

.github/workflows/web_cd.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
workflow_dispatch:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
deploy:
8+
runs-on: ubuntu-latest
9+
timeout-minutes: 60
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: cloudflare/wrangler-action@v3
13+
with:
14+
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
15+
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
16+
- uses: ./.github/actions/pnpm_install
17+
- run: pnpm -F @hypr/web deploy

admin/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@hono/zod-validator": "^0.7.3",
1212
"@t3-oss/env-core": "^0.13.8",
1313
"better-auth": "^1.3.26",
14-
"hono": "^4.9.9",
14+
"hono": "^4.9.10",
1515
"qs": "^6.14.0",
1616
"zod": "^4.1.11"
1717
},

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"hono": "^4.9.10"
1111
},
1212
"devDependencies": {
13-
"wrangler": "^4.4.0"
13+
"wrangler": "^4.42.0"
1414
}
1515
}

apps/desktop/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@hypr/utils": "workspace:^",
4242
"@lingui/core": "^5.5.0",
4343
"@lingui/react": "^5.5.0",
44-
"@lobehub/icons": "^2.36.0",
44+
"@lobehub/icons": "^2.37.0",
4545
"@modelcontextprotocol/sdk": "^1.19.1",
4646
"@mux/mux-player-react": "^3.6.1",
4747
"@mux/mux-video": "^0.26.1",
@@ -56,8 +56,8 @@
5656
"@sentry/react": "^8.55.0",
5757
"@tanstack/react-query": "^5.90.2",
5858
"@tanstack/react-query-devtools": "^5.90.2",
59-
"@tanstack/react-router": "^1.132.37",
60-
"@tanstack/react-router-devtools": "^1.132.37",
59+
"@tanstack/react-router": "^1.132.41",
60+
"@tanstack/react-router-devtools": "^1.132.41",
6161
"@tauri-apps/api": "^2.8.0",
6262
"@tauri-apps/plugin-autostart": "^2.5.0",
6363
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
@@ -107,7 +107,7 @@
107107
"@lingui/cli": "^5.5.0",
108108
"@lingui/vite-plugin": "^5.5.0",
109109
"@mux/mux-player": "^3.6.1",
110-
"@tanstack/router-plugin": "^1.132.37",
110+
"@tanstack/router-plugin": "^1.132.41",
111111
"@tauri-apps/cli": "^2.8.4",
112112
"@types/diff": "^8.0.0",
113113
"@types/html-pdf": "^3.0.3",

apps/desktop2/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@
2020
"@hypr/ui": "workspace:^",
2121
"@hypr/utils": "workspace:^",
2222
"@sentry/react": "^8.55.0",
23-
"@tanstack/react-router": "^1.132.37",
23+
"@tanstack/react-router": "^1.132.41",
2424
"@tanstack/react-virtual": "^3.13.12",
2525
"@tauri-apps/api": "^2.8.0",
2626
"@tauri-apps/plugin-opener": "^2.5.0",
2727
"clsx": "^2.1.1",
2828
"date-fns": "^4.1.0",
29+
"lucide-react": "^0.544.0",
2930
"react": "^19.2.0",
3031
"react-dom": "^19.2.0",
3132
"tinybase": "^6.7.0",
32-
"zod": "^4.1.11",
33-
"lucide-react": "^0.544.0"
33+
"zod": "^4.1.11"
3434
},
3535
"devDependencies": {
3636
"@faker-js/faker": "^10.0.0",
37-
"@tanstack/react-router-devtools": "^1.132.37",
38-
"@tanstack/router-plugin": "^1.132.37",
37+
"@tanstack/react-router-devtools": "^1.132.41",
38+
"@tanstack/router-plugin": "^1.132.41",
3939
"@tauri-apps/cli": "^2.8.4",
40-
"@types/node": "^24.6.2",
40+
"@types/node": "^24.7.0",
4141
"@types/react": "^19.2.0",
4242
"@types/react-dom": "^19.2.0",
4343
"@vitejs/plugin-react": "^4.7.0",

apps/pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@t3-oss/env-core": "^0.13.8",
1515
"dotenv": "^17.2.3",
1616
"exa-js": "^1.9.3",
17-
"hono": "^4.9.9",
17+
"hono": "^4.9.10",
1818
"hono-rate-limiter": "^0.4.2",
1919
"zod": "^3.25.76"
2020
},

apps/web/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "web",
2+
"name": "@hypr/web",
33
"private": true,
44
"type": "module",
55
"scripts": {
@@ -10,37 +10,37 @@
1010
"deploy": "wrangler deploy"
1111
},
1212
"dependencies": {
13-
"@cloudflare/vite-plugin": "^1.13.8",
13+
"@cloudflare/vite-plugin": "^1.13.10",
1414
"@sentry/tanstackstart-react": "^10.17.0",
1515
"@t3-oss/env-core": "^0.13.8",
16-
"@tailwindcss/vite": "^4.0.6",
17-
"@tanstack/react-devtools": "^0.7.0",
18-
"@tanstack/react-query": "^5.66.5",
19-
"@tanstack/react-query-devtools": "^5.84.2",
20-
"@tanstack/react-router": "^1.132.0",
21-
"@tanstack/react-router-devtools": "^1.132.0",
22-
"@tanstack/react-router-ssr-query": "^1.131.7",
23-
"@tanstack/react-start": "^1.132.0",
24-
"@tanstack/router-plugin": "^1.132.0",
16+
"@tailwindcss/vite": "^4.1.14",
17+
"@tanstack/react-devtools": "^0.7.2",
18+
"@tanstack/react-query": "^5.90.2",
19+
"@tanstack/react-query-devtools": "^5.90.2",
20+
"@tanstack/react-router": "^1.132.41",
21+
"@tanstack/react-router-devtools": "^1.132.41",
22+
"@tanstack/react-router-ssr-query": "^1.132.41",
23+
"@tanstack/react-start": "^1.132.43",
24+
"@tanstack/router-plugin": "^1.132.41",
2525
"lucide-react": "^0.544.0",
26-
"react": "^19.0.0",
27-
"react-dom": "^19.0.0",
28-
"tailwindcss": "^4.0.6",
26+
"react": "^19.2.0",
27+
"react-dom": "^19.2.0",
28+
"tailwindcss": "^4.1.14",
2929
"vite-tsconfig-paths": "^5.1.4",
3030
"zod": "^4.1.11"
3131
},
3232
"devDependencies": {
33-
"@testing-library/dom": "^10.4.0",
34-
"@testing-library/react": "^16.2.0",
35-
"@types/node": "^22.10.2",
36-
"@types/react": "^19.0.8",
37-
"@types/react-dom": "^19.0.3",
33+
"@testing-library/dom": "^10.4.1",
34+
"@testing-library/react": "^16.3.0",
35+
"@types/node": "^22.18.8",
36+
"@types/react": "^19.2.0",
37+
"@types/react-dom": "^19.2.0",
3838
"@vitejs/plugin-react": "^5.0.4",
3939
"jsdom": "^27.0.0",
40-
"typescript": "^5.7.2",
41-
"vite": "^7.1.7",
42-
"vitest": "^3.0.5",
40+
"typescript": "^5.9.3",
41+
"vite": "^7.1.9",
42+
"vitest": "^3.2.4",
4343
"web-vitals": "^5.1.0",
44-
"wrangler": "^4.40.3"
44+
"wrangler": "^4.42.0"
4545
}
4646
}

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"zod": "^4.1.11"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^24.6.2",
23+
"@types/node": "^24.7.0",
2424
"drizzle-kit": "^0.31.5",
2525
"typescript": "~5.8.3"
2626
}

packages/tiptap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@hypr/utils": "workspace:^",
2121
"@remixicon/react": "^4.6.0",
2222
"@tanstack/react-query": "^5.90.2",
23-
"@tanstack/react-router": "^1.132.37",
23+
"@tanstack/react-router": "^1.132.41",
2424
"@tiptap/core": "^3.6.5",
2525
"@tiptap/extension-bubble-menu": "^3.6.5",
2626
"@tiptap/extension-document": "^3.6.5",

0 commit comments

Comments
 (0)