Skip to content

Commit 4351c88

Browse files
committed
chore: biome fixes
1 parent 78c6056 commit 4351c88

8 files changed

Lines changed: 854 additions & 898 deletions

File tree

biome.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
33
"files": {
44
"includes": ["src/**"]
55
},
66
"formatter": {
77
"indentStyle": "space",
88
"lineWidth": 200
99
},
10+
"css": {
11+
"parser": {
12+
"tailwindDirectives": true
13+
}
14+
},
1015
"linter": {
1116
"rules": {
1217
"suspicious": {
1318
"noEmptyInterface": "off",
1419
"noArrayIndexKey": "warn",
1520
"noExplicitAny": "off",
16-
"noImplicitAnyLet": "off"
21+
"noImplicitAnyLet": "off",
22+
"noUnknownAtRules": "warn"
1723
},
1824
"recommended": true,
1925
"correctness": {

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,21 @@
1313
"tauri": "tauri"
1414
},
1515
"dependencies": {
16-
"ai": "6.0.5",
1716
"@ai-sdk/amazon-bedrock": "4.0.4",
1817
"@ai-sdk/anthropic": "3.0.2",
1918
"@ai-sdk/google": "3.0.2",
2019
"@ai-sdk/openai": "3.0.2",
2120
"@codemirror/autocomplete": "^6.20.0",
2221
"@codemirror/lang-markdown": "^6.5.0",
23-
"@codemirror/language": "^6.11.3",
22+
"@codemirror/language": "^6.12.1",
2423
"@codemirror/language-data": "^6.5.2",
25-
"@codemirror/state": "^6.5.2",
26-
"@codemirror/view": "^6.38.8",
24+
"@codemirror/state": "^6.5.3",
25+
"@codemirror/view": "^6.39.9",
2726
"@dnd-kit/core": "^6.3.1",
2827
"@dnd-kit/modifiers": "^9.0.0",
2928
"@dnd-kit/sortable": "^10.0.0",
3029
"@dnd-kit/utilities": "^3.2.2",
31-
"@google/genai": "^1.30.0",
30+
"@google/genai": "^1.34.0",
3231
"@hookform/resolvers": "^4.1.3",
3332
"@lezer/highlight": "^1.2.3",
3433
"@openrouter/ai-sdk-provider": "1.0.0-beta.7",
@@ -55,8 +54,8 @@
5554
"@radix-ui/react-toggle": "^1.1.10",
5655
"@radix-ui/react-tooltip": "^1.2.8",
5756
"@tailwindcss/typography": "^0.5.19",
58-
"@tanstack/react-virtual": "^3.13.12",
59-
"@tauri-apps/api": "^2.9.0",
57+
"@tanstack/react-virtual": "^3.13.17",
58+
"@tauri-apps/api": "^2.9.1",
6059
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
6160
"@tauri-apps/plugin-dialog": "~2.4.2",
6261
"@tauri-apps/plugin-fs": "~2.4.4",
@@ -65,36 +64,37 @@
6564
"@tauri-apps/plugin-process": "^2.3.1",
6665
"@tauri-apps/plugin-sql": "^2.3.1",
6766
"@tauri-apps/plugin-updater": "^2.9.0",
68-
"@uiw/codemirror-themes": "^4.25.3",
69-
"@uiw/react-codemirror": "^4.25.3",
70-
"@xyflow/react": "^12.9.3",
67+
"@uiw/codemirror-themes": "^4.25.4",
68+
"@uiw/react-codemirror": "^4.25.4",
69+
"@xyflow/react": "^12.10.0",
70+
"ai": "6.0.5",
7171
"class-variance-authority": "^0.7.1",
7272
"clsx": "^2.1.1",
7373
"cmdk": "^1.1.1",
7474
"date-fns": "^4.1.0",
75-
"framer-motion": "^12.23.24",
75+
"framer-motion": "^12.24.7",
7676
"fuse.js": "^7.1.0",
7777
"howler": "^2.2.4",
7878
"immer": "^10.2.0",
79-
"jotai": "^2.15.1",
80-
"lucide-react": "^0.554.0",
81-
"motion": "^12.23.24",
79+
"jotai": "^2.16.1",
80+
"lucide-react": "^0.562.0",
81+
"motion": "^12.24.7",
8282
"nanoid": "^5.1.6",
8383
"next-themes": "^0.4.6",
8484
"png-chunk-text": "^1.0.0",
8585
"png-chunks-encode": "^1.0.0",
8686
"png-chunks-extract": "^1.0.0",
8787
"react": "^18.3.1",
8888
"react-dom": "^18.3.1",
89-
"react-easy-crop": "^5.5.5",
89+
"react-easy-crop": "^5.5.6",
9090
"react-fast-compare": "^3.2.2",
91-
"react-grid-layout": "^1.5.2",
92-
"react-hook-form": "^7.66.1",
91+
"react-grid-layout": "^1.5.3",
92+
"react-hook-form": "^7.70.0",
9393
"react-markdown": "^10.1.0",
9494
"react-resizable-panels": "^3.0.6",
9595
"react-resizeable": "^0.2.6",
9696
"react-syntax-highlighter": "^15.6.6",
97-
"react-virtuoso": "^4.15.0",
97+
"react-virtuoso": "^4.18.1",
9898
"recharts": "^2.15.4",
9999
"rehype-highlight": "^7.0.2",
100100
"remark-breaks": "^4.0.0",
@@ -106,13 +106,13 @@
106106
"use-stick-to-bottom": "^1.1.1",
107107
"usehooks-ts": "^3.1.1",
108108
"uuid": "^11.1.0",
109-
"zod": "^4.2.1",
110-
"zustand": "^5.0.8"
109+
"zod": "^4.3.5",
110+
"zustand": "^5.0.9"
111111
},
112112
"devDependencies": {
113-
"@biomejs/biome": "^2.3.7",
113+
"@biomejs/biome": "^2.3.11",
114114
"@tailwindcss/container-queries": "^0.1.1",
115-
"@tauri-apps/cli": "^2.9.4",
115+
"@tauri-apps/cli": "^2.9.6",
116116
"@types/hast": "^3.0.4",
117117
"@types/lodash": "^4.17.21",
118118
"@types/png-chunk-text": "^1.0.3",
@@ -124,13 +124,13 @@
124124
"@types/react-syntax-highlighter": "^15.5.13",
125125
"@types/uuid": "^10.0.0",
126126
"@vitejs/plugin-react": "^4.7.0",
127-
"autoprefixer": "^10.4.22",
127+
"autoprefixer": "^10.4.23",
128128
"postcss": "^8.5.6",
129-
"tailwindcss": "^3.4.18",
129+
"tailwindcss": "^3.4.19",
130130
"typescript": "~5.9.3",
131131
"unified": "^11.0.5",
132132
"unist-util-visit": "^5.0.0",
133-
"vite": "^7.2.4",
134-
"vitest": "^3.2.4"
133+
"vite": "^7.3.0",
134+
"vitest": "^4.0.16"
135135
}
136136
}

0 commit comments

Comments
 (0)