Skip to content

Commit 470735b

Browse files
committed
update deps
1 parent c1c5e9d commit 470735b

File tree

4 files changed

+1426
-1470
lines changed

4 files changed

+1426
-1470
lines changed

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest run",
1313
"tauri:dev": "dotenvx run --ignore MISSING_ENV_FILE -f ../../.env.supabase -f .env -- tauri dev",
1414
"tauri:build": "tauri build",
15-
"gen:schema": "tsx src/devtool/seed/script.ts"
15+
"gen:schema": "tsx src/components/devtool/seed/script.ts"
1616
},
1717
"dependencies": {
1818
"@ai-sdk/amazon-bedrock": "^3.0.57",

apps/web/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,43 +16,43 @@
1616
"@hypr/ui": "workspace:*",
1717
"@hypr/utils": "workspace:*",
1818
"@iconify-icon/react": "^3.0.3",
19-
"@mux/mux-player-react": "^3.9.0",
19+
"@mux/mux-player-react": "^3.9.2",
2020
"@nangohq/frontend": "^0.69.14",
2121
"@nangohq/node": "^0.69.14",
22-
"@netlify/vite-plugin-tanstack-start": "^1.2.1",
23-
"@posthog/react": "^1.5.0",
22+
"@netlify/vite-plugin-tanstack-start": "^1.2.2",
23+
"@posthog/react": "^1.5.1",
2424
"@restatedev/restate-sdk-clients": "^1.9.1",
25-
"@sentry/tanstackstart-react": "^10.26.0",
26-
"@stripe/stripe-js": "^8.5.2",
25+
"@sentry/tanstackstart-react": "^10.28.0",
26+
"@stripe/stripe-js": "^8.5.3",
2727
"@supabase/ssr": "^0.7.0",
28-
"@supabase/supabase-js": "^2.84.0",
28+
"@supabase/supabase-js": "^2.86.0",
2929
"@t3-oss/env-core": "^0.13.8",
3030
"@tailwindcss/vite": "^4.1.17",
3131
"@tanstack/react-devtools": "^0.7.11",
32-
"@tanstack/react-form": "^1.25.0",
33-
"@tanstack/react-query": "^5.90.10",
34-
"@tanstack/react-query-devtools": "^5.91.0",
35-
"@tanstack/react-router": "^1.139.3",
36-
"@tanstack/react-router-devtools": "^1.139.3",
37-
"@tanstack/react-router-ssr-query": "^1.139.3",
38-
"@tanstack/react-start": "^1.139.3",
39-
"@tanstack/router-plugin": "^1.139.3",
32+
"@tanstack/react-form": "^1.27.0",
33+
"@tanstack/react-query": "^5.90.11",
34+
"@tanstack/react-query-devtools": "^5.91.1",
35+
"@tanstack/react-router": "^1.139.14",
36+
"@tanstack/react-router-devtools": "^1.139.14",
37+
"@tanstack/react-router-ssr-query": "^1.139.14",
38+
"@tanstack/react-start": "^1.139.14",
39+
"@tanstack/router-plugin": "^1.139.14",
4040
"@unpic/react": "^1.0.1",
4141
"drizzle-orm": "^0.44.7",
4242
"exa-js": "^1.10.2",
4343
"lucide-react": "^0.544.0",
4444
"mdx-mermaid": "^2.0.3",
45-
"mermaid": "^11.12.1",
45+
"mermaid": "^11.12.2",
4646
"motion": "^11.18.2",
4747
"postgres": "^3.4.7",
48-
"posthog-js": "^1.298.0",
49-
"react": "^19.2.0",
50-
"react-dom": "^19.2.0",
48+
"posthog-js": "^1.301.0",
49+
"react": "^19.2.1",
50+
"react-dom": "^19.2.1",
5151
"react-tweet": "^3.2.2",
5252
"rehype-autolink-headings": "^7.1.0",
5353
"rehype-slug": "^6.0.0",
5454
"remark-gfm": "^4.0.1",
55-
"semver": "^7.7.3",
55+
"semver": "7.6.3",
5656
"stripe": "^19.3.1",
5757
"tailwind-scrollbar-hide": "^4.0.0",
5858
"tailwindcss": "^4.1.17",
@@ -61,12 +61,12 @@
6161
"zod": "^4.1.13"
6262
},
6363
"devDependencies": {
64-
"@argos-ci/playwright": "^6.3.3",
64+
"@argos-ci/playwright": "^6.3.4",
6565
"@content-collections/core": "^0.11.1",
6666
"@content-collections/mdx": "^0.2.2",
6767
"@content-collections/vite": "^0.2.7",
6868
"@dotenvx/dotenvx": "^1.51.1",
69-
"@playwright/test": "^1.56.1",
69+
"@playwright/test": "^1.57.0",
7070
"@tailwindcss/typography": "^0.5.19",
7171
"@testing-library/dom": "^10.4.1",
7272
"@testing-library/react": "^16.3.0",
@@ -76,11 +76,11 @@
7676
"@types/semver": "^7.7.1",
7777
"@vitejs/plugin-react": "^5.1.1",
7878
"jsdom": "^27.2.0",
79-
"netlify": "^23.11.1",
79+
"netlify": "^23.12.2",
8080
"pagefind": "^1.4.0",
8181
"tanstack-router-sitemap": "^1.0.13",
8282
"typescript": "^5.9.3",
83-
"vite": "^7.2.4",
83+
"vite": "^7.2.6",
8484
"web-vitals": "^5.1.0"
8585
}
8686
}

0 commit comments

Comments
 (0)