Skip to content

Commit 230a72c

Browse files
test(webview): add minimal tests for FileIcon and FilePathWithIcon; chore(webview): remove unused dep, restore i18n context, refactor styles and types
1 parent 476aa67 commit 230a72c

File tree

7 files changed

+94
-314
lines changed

7 files changed

+94
-314
lines changed

webview-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"lru-cache": "^11.1.0",
5252
"lucide-react": "^0.518.0",
5353
"mermaid": "^11.4.1",
54-
"path-browserify": "^1.0.1",
5554
"posthog-js": "^1.227.2",
5655
"pretty-bytes": "^7.0.0",
5756
"qrcode": "^1.5.4",
@@ -68,6 +67,7 @@
6867
"remark-gfm": "^4.0.1",
6968
"remark-math": "^6.0.0",
7069
"remove-markdown": "^0.6.0",
70+
"postcss": "^8.4.49",
7171
"shell-quote": "^1.8.2",
7272
"shiki": "^3.2.1",
7373
"source-map": "^0.7.4",
@@ -78,7 +78,7 @@
7878
"tailwindcss-animate": "^1.0.7",
7979
"unist-util-visit": "^5.0.0",
8080
"use-sound": "^5.0.0",
81-
"vscode-material-icons": "^0.1.1",
81+
"vscode-material-icons": "^2.4.0",
8282
"vscrui": "^0.2.2",
8383
"zod": "^3.25.61"
8484
},

0 commit comments

Comments
 (0)