Skip to content

Commit cb5a221

Browse files
committed
update deps
1 parent 805578a commit cb5a221

File tree

11 files changed

+2131
-1711
lines changed

11 files changed

+2131
-1711
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
**What’s special about it?**
2020

21-
- <ins>Works **offline**</ins> using **open-source models** (_Whisper_ & _Llama_)
22-
- Highly [extensible](https://docs.hyprnote.com/extensions/), powered by [plugins](https://docs.hyprnote.com/plugins/)
21+
- <ins>Works **offline**</ins> using **open-source models** (_Whisper_ & _Llama_)
2322

2423
## Installation
2524

apps/app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,37 @@
1111
"start": "vite"
1212
},
1313
"devDependencies": {
14-
"@clerk/types": "^4.56.1",
14+
"@clerk/types": "^4.58.0",
1515
"@hypr/client": "workspace:^",
1616
"@tailwindcss/typography": "^0.5.16",
17-
"@tanstack/router-plugin": "^1.119.0",
18-
"@types/react": "^18.3.20",
17+
"@tanstack/router-plugin": "^1.120.3",
18+
"@types/react": "^18.3.21",
1919
"@types/react-dom": "^18.3.7",
2020
"@vitejs/plugin-react": "^4.4.1",
2121
"autoprefixer": "^10.4.21",
22-
"msw": "^2.7.5",
22+
"msw": "^2.8.2",
2323
"postcss": "^8.5.3",
2424
"tailwindcss": "^3.4.17",
2525
"typescript": "^5.8.3",
26-
"vite": "^6.3.4"
26+
"vite": "^6.3.5"
2727
},
2828
"dependencies": {
29-
"@clerk/clerk-react": "^5.30.2",
29+
"@clerk/clerk-react": "^5.31.2",
3030
"@hypr/tiptap": "workspace:^",
3131
"@hypr/ui": "workspace:^",
3232
"@hypr/utils": "workspace:^",
3333
"@nangohq/frontend": "^0.53.2",
3434
"@remixicon/react": "^4.6.0",
3535
"@sentry/react": "^8.55.0",
36-
"@tanstack/react-query": "^5.74.11",
37-
"@tanstack/react-router": "^1.119.0",
38-
"@tanstack/zod-adapter": "^1.119.0",
36+
"@tanstack/react-query": "^5.75.7",
37+
"@tanstack/react-router": "^1.120.3",
38+
"@tanstack/zod-adapter": "^1.120.3",
3939
"clsx": "^2.1.1",
4040
"lucide-react": "^0.487.0",
4141
"react": "^18.3.1",
4242
"react-dom": "^18.3.1",
43-
"zod": "^3.24.3",
44-
"zustand": "^5.0.3"
43+
"zod": "^3.24.4",
44+
"zustand": "^5.0.4"
4545
},
4646
"msw": {
4747
"workerDirectory": [

apps/desktop/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
"@hypr/utils": "workspace:^",
3939
"@lingui/core": "^5.3.1",
4040
"@lingui/react": "^5.3.1",
41-
"@mux/mux-player-react": "^3.3.4",
42-
"@mux/mux-video": "^0.25.1",
43-
"@radix-ui/react-dialog": "^1.1.11",
44-
"@radix-ui/react-form": "^0.1.4",
45-
"@radix-ui/react-radio-group": "^1.3.4",
46-
"@radix-ui/react-select": "^2.2.2",
47-
"@radix-ui/react-switch": "^1.2.2",
48-
"@radix-ui/react-tabs": "^1.1.9",
41+
"@mux/mux-player-react": "^3.4.0",
42+
"@mux/mux-video": "^0.25.2",
43+
"@radix-ui/react-dialog": "^1.1.13",
44+
"@radix-ui/react-form": "^0.1.6",
45+
"@radix-ui/react-radio-group": "^1.3.6",
46+
"@radix-ui/react-select": "^2.2.4",
47+
"@radix-ui/react-switch": "^1.2.4",
48+
"@radix-ui/react-tabs": "^1.1.11",
4949
"@remixicon/react": "^4.6.0",
5050
"@sentry/react": "^8.55.0",
51-
"@tanstack/react-query": "^5.74.11",
52-
"@tanstack/react-query-devtools": "^5.74.11",
53-
"@tanstack/react-router": "^1.119.0",
54-
"@tanstack/react-router-devtools": "^1.119.1",
55-
"@tanstack/zod-adapter": "^1.119.0",
51+
"@tanstack/react-query": "^5.75.7",
52+
"@tanstack/react-query-devtools": "^5.75.7",
53+
"@tanstack/react-router": "^1.120.3",
54+
"@tanstack/react-router-devtools": "^1.120.3",
55+
"@tanstack/zod-adapter": "^1.120.3",
5656
"@tauri-apps/api": "^2.5.0",
5757
"@tauri-apps/plugin-clipboard-manager": "^2.2.2",
5858
"@tauri-apps/plugin-dialog": "^2.2.1",
@@ -73,27 +73,27 @@
7373
"react": "^18.3.1",
7474
"react-dom": "^18.3.1",
7575
"react-grid-layout": "^1.5.1",
76-
"react-hook-form": "^7.56.1",
76+
"react-hook-form": "^7.56.3",
7777
"react-hotkeys-hook": "^4.6.2",
7878
"react-resizable": "^3.0.5",
7979
"react-scan": "^0.3.3",
8080
"sonner": "^1.7.4",
8181
"tailwind-merge": "^2.6.0",
8282
"tauri-plugin-sentry-api": "^0.4.1",
8383
"tippy.js": "^6.3.7",
84-
"zod": "^3.24.3",
85-
"zustand": "^5.0.3"
84+
"zod": "^3.24.4",
85+
"zustand": "^5.0.4"
8686
},
8787
"devDependencies": {
88-
"@eslint/js": "^9.25.1",
88+
"@eslint/js": "^9.26.0",
8989
"@lingui/babel-plugin-lingui-macro": "^5.3.1",
9090
"@lingui/cli": "^5.3.1",
9191
"@lingui/vite-plugin": "^5.3.1",
92-
"@mux/mux-player": "^3.3.4",
93-
"@tanstack/router-plugin": "^1.119.0",
92+
"@mux/mux-player": "^3.4.0",
93+
"@tanstack/router-plugin": "^1.120.3",
9494
"@tauri-apps/cli": "^2.5.0",
95-
"@types/node": "^22.15.3",
96-
"@types/react": "^18.3.20",
95+
"@types/node": "^22.15.17",
96+
"@types/react": "^18.3.21",
9797
"@types/react-dom": "^18.3.7",
9898
"@types/react-grid-layout": "^1.3.5",
9999
"@vitejs/plugin-react": "^4.4.1",
@@ -104,16 +104,16 @@
104104
"@wdio/spec-reporter": "^8.43.0",
105105
"@wdio/types": "^8.41.0",
106106
"autoprefixer": "^10.4.21",
107-
"eslint": "^9.25.1",
107+
"eslint": "^9.26.0",
108108
"eslint-plugin-lingui": "^0.9.0",
109109
"eslint-plugin-react": "^7.37.5",
110110
"globals": "^15.15.0",
111111
"postcss": "^8.5.3",
112112
"tailwindcss": "^3.4.17",
113113
"typescript": "^5.8.3",
114-
"typescript-eslint": "^8.31.1",
114+
"typescript-eslint": "^8.32.0",
115115
"vite": "^5.4.19",
116116
"vite-multiple-assets": "^2.2.5",
117-
"vitest": "^3.1.2"
117+
"vitest": "^3.1.3"
118118
}
119119
}

apps/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
},
99
"devDependencies": {
1010
"@iconify-json/heroicons": "^1.2.2",
11-
"@unocss/preset-icons": "^66.0.0",
12-
"@unocss/preset-wind3": "^66.0.0",
11+
"@unocss/preset-icons": "^66.1.1",
12+
"@unocss/preset-wind3": "^66.1.1",
1313
"isomorphic-git": "^1.30.1",
1414
"octokit": "^4.1.3",
1515
"typedoc": "^0.27.9",
16-
"unocss": "^66.0.0",
16+
"unocss": "^66.1.1",
1717
"vite-plugin-posthog": "^2.1.0",
1818
"vitepress": "2.0.0-alpha.2",
1919
"vue": "^3.5.13",
20-
"zod": "^3.24.3"
20+
"zod": "^3.24.4"
2121
},
2222
"dependencies": {
2323
"@tanstack/vue-table": "^8.21.3",
2424
"clsx": "^2.1.1",
2525
"floating-vue": "^5.2.2",
26-
"posthog-js": "^1.237.1",
26+
"posthog-js": "^1.240.6",
2727
"react": "^18.3.1",
2828
"react-dom": "^18.3.1"
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageManager": "pnpm@10.10.0",
33
"devDependencies": {
4-
"turbo": "^2.5.2"
4+
"turbo": "^2.5.3"
55
}
66
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"dependencies": {
1818
"@hey-api/client-fetch": "^0.10.0",
19-
"@tanstack/react-query": "^5.74.11"
19+
"@tanstack/react-query": "^5.75.7"
2020
}
2121
}

packages/obsidian/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"dependencies": {
1919
"@hey-api/client-fetch": "^0.8.4",
20-
"@tanstack/react-query": "^5.74.11"
20+
"@tanstack/react-query": "^5.75.7"
2121
}
2222
}

packages/tiptap/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414
},
1515
"dependencies": {
1616
"@remixicon/react": "^4.6.0",
17-
"@tiptap/core": "^2.11.9",
18-
"@tiptap/extension-highlight": "^2.11.9",
19-
"@tiptap/extension-image": "^2.11.9",
20-
"@tiptap/extension-link": "^2.11.9",
21-
"@tiptap/extension-list-keymap": "^2.11.9",
22-
"@tiptap/extension-placeholder": "^2.11.9",
23-
"@tiptap/extension-strike": "^2.11.9",
24-
"@tiptap/extension-task-item": "^2.11.9",
25-
"@tiptap/extension-task-list": "^2.11.9",
26-
"@tiptap/extension-typography": "^2.11.9",
27-
"@tiptap/extension-underline": "^2.11.9",
28-
"@tiptap/pm": "^2.11.9",
29-
"@tiptap/react": "^2.11.9",
30-
"@tiptap/starter-kit": "^2.11.9",
17+
"@tiptap/core": "^2.12.0",
18+
"@tiptap/extension-highlight": "^2.12.0",
19+
"@tiptap/extension-image": "^2.12.0",
20+
"@tiptap/extension-link": "^2.12.0",
21+
"@tiptap/extension-list-keymap": "^2.12.0",
22+
"@tiptap/extension-placeholder": "^2.12.0",
23+
"@tiptap/extension-strike": "^2.12.0",
24+
"@tiptap/extension-task-item": "^2.12.0",
25+
"@tiptap/extension-task-list": "^2.12.0",
26+
"@tiptap/extension-typography": "^2.12.0",
27+
"@tiptap/extension-underline": "^2.12.0",
28+
"@tiptap/pm": "^2.12.0",
29+
"@tiptap/react": "^2.12.0",
30+
"@tiptap/starter-kit": "^2.12.0",
3131
"clsx": "^2.1.1",
3232
"tippy.js": "^6.3.7",
3333
"turndown": "^7.2.0"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^22.15.3",
37-
"@types/react": "^18.3.20",
36+
"@types/node": "^22.15.17",
37+
"@types/react": "^18.3.21",
3838
"@types/react-dom": "^18.3.7",
3939
"@types/turndown": "^5.0.5"
4040
}

packages/ui/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,39 +17,39 @@
1717
},
1818
"dependencies": {
1919
"@hookform/resolvers": "^3.10.0",
20-
"@radix-ui/react-accordion": "^1.2.8",
21-
"@radix-ui/react-avatar": "^1.1.7",
22-
"@radix-ui/react-checkbox": "^1.2.3",
23-
"@radix-ui/react-context-menu": "^2.2.12",
24-
"@radix-ui/react-dialog": "^1.1.11",
25-
"@radix-ui/react-dropdown-menu": "^2.1.12",
26-
"@radix-ui/react-label": "^2.1.4",
27-
"@radix-ui/react-popover": "^1.1.11",
28-
"@radix-ui/react-progress": "^1.1.4",
29-
"@radix-ui/react-radio-group": "^1.3.4",
30-
"@radix-ui/react-scroll-area": "^1.2.6",
31-
"@radix-ui/react-select": "^2.2.2",
32-
"@radix-ui/react-separator": "^1.1.4",
33-
"@radix-ui/react-slot": "^1.2.0",
34-
"@radix-ui/react-switch": "^1.2.2",
35-
"@radix-ui/react-tabs": "^1.1.9",
36-
"@radix-ui/react-tooltip": "^1.2.4",
20+
"@radix-ui/react-accordion": "^1.2.10",
21+
"@radix-ui/react-avatar": "^1.1.9",
22+
"@radix-ui/react-checkbox": "^1.3.1",
23+
"@radix-ui/react-context-menu": "^2.2.14",
24+
"@radix-ui/react-dialog": "^1.1.13",
25+
"@radix-ui/react-dropdown-menu": "^2.1.14",
26+
"@radix-ui/react-label": "^2.1.6",
27+
"@radix-ui/react-popover": "^1.1.13",
28+
"@radix-ui/react-progress": "^1.1.6",
29+
"@radix-ui/react-radio-group": "^1.3.6",
30+
"@radix-ui/react-scroll-area": "^1.2.8",
31+
"@radix-ui/react-select": "^2.2.4",
32+
"@radix-ui/react-separator": "^1.1.6",
33+
"@radix-ui/react-slot": "^1.2.2",
34+
"@radix-ui/react-switch": "^1.2.4",
35+
"@radix-ui/react-tabs": "^1.1.11",
36+
"@radix-ui/react-tooltip": "^1.2.6",
3737
"class-variance-authority": "^0.7.1",
3838
"cmdk": "1.1.1",
3939
"embla-carousel-react": "^8.6.0",
4040
"lucide-react": "^0.487.0",
41-
"motion": "^12.9.2",
41+
"motion": "^12.10.5",
4242
"next-themes": "^0.4.6",
43-
"react-hook-form": "^7.56.1",
43+
"react-hook-form": "^7.56.3",
4444
"react-hotkeys-hook": "^4.6.2",
4545
"react-resizable-panels": "^2.1.9",
4646
"sonner": "^1.7.4",
47-
"zod": "^3.24.3"
47+
"zod": "^3.24.4"
4848
},
4949
"devDependencies": {
50-
"@tanstack/react-query": "^5.74.11",
51-
"@types/node": "^22.15.3",
52-
"@types/react": "^18.3.20",
50+
"@tanstack/react-query": "^5.75.7",
51+
"@types/node": "^22.15.17",
52+
"@types/react": "^18.3.21",
5353
"@types/react-dom": "^18.3.7",
5454
"autoprefixer": "^10.4.21",
5555
"clsx": "^2.1.1",

packages/utils/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"@ai-sdk/openai-compatible": "^0.2.13",
16-
"@ai-sdk/react": "^1.2.10",
15+
"@ai-sdk/openai-compatible": "^0.2.14",
16+
"@ai-sdk/react": "^1.2.12",
1717
"@date-fns/tz": "^1.2.0",
1818
"@hypr/client": "workspace:^",
1919
"@hypr/plugin-connector": "workspace:^",
@@ -24,15 +24,15 @@
2424
"@lingui/core": "^5.3.1",
2525
"@tauri-apps/api": "^2.5.0",
2626
"@tauri-apps/plugin-http": "^2.4.3",
27-
"ai": "^4.3.12",
27+
"ai": "^4.3.15",
2828
"date-fns": "^4.1.0",
2929
"mutative": "^1.1.0",
3030
"p-debounce": "^4.0.0",
31-
"zustand": "^5.0.3"
31+
"zustand": "^5.0.4"
3232
},
3333
"devDependencies": {
34-
"@types/react": "^18.3.20",
35-
"vitest": "^3.1.2"
34+
"@types/react": "^18.3.21",
35+
"vitest": "^3.1.3"
3636
},
3737
"peerDependencies": {
3838
"react": "^18.3.1"

0 commit comments

Comments
 (0)