Skip to content

Commit d2a02b1

Browse files
authored
Merge branch 'main' into feat/mention-trigger
2 parents 7c75fcb + cdd7ff5 commit d2a02b1

File tree

4 files changed

+1781
-1034
lines changed

4 files changed

+1781
-1034
lines changed

biome.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -24,8 +24,8 @@
2424
}
2525
},
2626
"css": {
27-
"linter": {
28-
"enabled": false
27+
"parser": {
28+
"tailwindDirectives": true
2929
}
3030
},
3131
"assist": {

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,45 +52,45 @@
5252
"react-syntax-highlighter": "^15.5.13"
5353
},
5454
"dependencies": {
55-
"@tailwindcss/vite": "^4.1.14",
55+
"@tailwindcss/vite": "^4.1.17",
5656
"class-variance-authority": "^0.7.1",
5757
"clsx": "^2.1.1",
5858
"nanoevents": "^9.1.0",
59-
"openai": "^5.23.2",
59+
"openai": "^6.8.1",
6060
"react-markdown": "^10.1.0",
61-
"react-syntax-highlighter": "^15.6.6",
61+
"react-syntax-highlighter": "^16.1.0",
6262
"remark-gfm": "^4.0.1",
6363
"remark-math": "^6.0.0",
6464
"tailwind-merge": "^3.3.1"
6565
},
6666
"devDependencies": {
67-
"@biomejs/biome": "^2.2.4",
68-
"@testing-library/jest-dom": "^6.9.0",
67+
"@biomejs/biome": "^2.3.4",
68+
"@testing-library/jest-dom": "^6.9.1",
6969
"@testing-library/react": "^16.3.0",
70-
"@types/node": "^24.6.1",
71-
"@types/react": "^19.1.17",
72-
"@types/react-dom": "^19.1.11",
70+
"@types/node": "^24.10.0",
71+
"@types/react": "^19.2.2",
72+
"@types/react-dom": "^19.2.2",
7373
"@types/react-syntax-highlighter": "^15.5.13",
74-
"@vitejs/plugin-react": "^5.0.4",
74+
"@vitejs/plugin-react": "^5.1.0",
7575
"archons": "^0.2.13",
7676
"chalk": "^5.6.2",
77-
"happy-dom": "^18.0.1",
78-
"lucide-react": "^0.536.0",
79-
"react": "^19.1.1",
80-
"react-dom": "^19.1.1",
81-
"shadcn": "2.9.3-canary.0",
82-
"tailwindcss": "^4.1.14",
83-
"tsdown": "^0.13.5",
77+
"happy-dom": "^20.0.10",
78+
"lucide-react": "^0.552.0",
79+
"react": "^19.2.0",
80+
"react-dom": "^19.2.0",
81+
"shadcn": "3.5.0",
82+
"tailwindcss": "^4.1.17",
83+
"tsdown": "^0.16.0",
8484
"tsx": "^4.20.6",
8585
"typescript": "^5.9.3",
86-
"vite": "npm:rolldown-vite@^7.1.14",
86+
"vite": "npm:rolldown-vite@7.2.1",
8787
"vite-plugin-dts": "^4.5.4",
8888
"vite-plugin-lib-inject-css": "^2.2.2",
89-
"vitest": "^3.2.4"
89+
"vitest": "^4.0.7"
9090
},
9191
"pnpm": {
9292
"overrides": {
93-
"vite": "npm:rolldown-vite@7.1.14"
93+
"vite": "npm:rolldown-vite@^7"
9494
}
9595
}
9696
}

playground/src/tailwind.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
@import "tailwindcss";
22
@custom-variant dark (&:where(.dark, .dark *));
33
@source "../../src/";
4-
5-
[data-slot="bubble-item"] {
6-
align-items: center !important;
7-
}

0 commit comments

Comments
 (0)