Skip to content

Commit c4cd391

Browse files
committed
chore(deps): bump dependencies
1 parent d5883a4 commit c4cd391

File tree

3 files changed

+317
-476
lines changed

3 files changed

+317
-476
lines changed

docs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"useDefineForClassFields": true,
1414
"allowImportingTsExtensions": true
1515
},
16-
"include": ["docs", "theme", "rspress.config.ts"],
16+
"include": ["docs", "theme", "rspress.config.ts", "env.d.ts"],
1717
"mdx": {
1818
"checkMdx": true
1919
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@matechat/react",
33
"version": "0.1.0-alpha.7",
4-
"packageManager": "pnpm@10.11.0",
4+
"packageManager": "pnpm@10.13.1",
55
"description": "Front-end AI scenario solution UI library based on Huawei DevUI Design.",
66
"type": "module",
77
"license": "MIT",
@@ -51,34 +51,34 @@
5151
"react-syntax-highlighter": "^15.5.13"
5252
},
5353
"dependencies": {
54-
"@tailwindcss/vite": "^4.1.10",
54+
"@tailwindcss/vite": "^4.1.11",
5555
"class-variance-authority": "^0.7.1",
5656
"clsx": "^2.1.1",
5757
"nanoevents": "^9.1.0",
58-
"openai": "^5.5.1",
58+
"openai": "^5.9.0",
5959
"react-markdown": "^10.1.0",
6060
"react-syntax-highlighter": "^15.6.1",
6161
"remark-gfm": "^4.0.1",
6262
"remark-math": "^6.0.0",
6363
"tailwind-merge": "^3.3.1",
64-
"tailwindcss": "^4.1.10"
64+
"tailwindcss": "^4.1.11"
6565
},
6666
"devDependencies": {
67-
"@biomejs/biome": "^2.0.0",
67+
"@biomejs/biome": "^2.1.1",
6868
"@testing-library/jest-dom": "^6.6.3",
6969
"@testing-library/react": "^16.3.0",
70-
"@types/node": "^22.15.32",
70+
"@types/node": "^22.16.3",
7171
"@types/react": "^19.1.8",
7272
"@types/react-dom": "^19.1.6",
7373
"@types/react-syntax-highlighter": "^15.5.13",
7474
"@vitejs/plugin-react-swc": "^3.10.2",
75-
"archons": "^0.2.12",
75+
"archons": "^0.2.13",
7676
"chalk": "^5.4.1",
7777
"happy-dom": "^18.0.1",
7878
"lucide-react": "^0.518.0",
7979
"react": "^19.1.0",
8080
"react-dom": "^19.1.0",
81-
"tsdown": "^0.12.8",
81+
"tsdown": "^0.12.9",
8282
"tsx": "^4.20.3",
8383
"typescript": "^5.8.3",
8484
"vite": "npm:rolldown-vite@^6.3.21",

0 commit comments

Comments
 (0)