Skip to content

Commit c5185e4

Browse files
committed
perf: optimize scrollbar
1 parent eb37dd2 commit c5185e4

File tree

3 files changed

+101
-96
lines changed

3 files changed

+101
-96
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@radix-ui/react-checkbox": "^1.1.2",
5252
"@radix-ui/react-dropdown-menu": "^2.1.2",
5353
"@radix-ui/react-hover-card": "^1.1.2",
54-
"@radix-ui/react-icons": "^1.3.1",
54+
"@radix-ui/react-icons": "^1.3.2",
5555
"@radix-ui/react-label": "^2.1.0",
5656
"@radix-ui/react-popover": "^1.1.2",
5757
"@radix-ui/react-portal": "^1.1.2",
@@ -65,13 +65,13 @@
6565
"@rtco/client": "^0.2.17",
6666
"@tailwindcss/typography": "^0.5.15",
6767
"@webcomponents/custom-elements": "^1.6.0",
68-
"@webext-core/messaging": "^2.0.2",
68+
"@webext-core/messaging": "^2.1.0",
6969
"@webext-core/proxy-service": "^1.2.0",
7070
"class-variance-authority": "^0.7.0",
7171
"clsx": "^2.1.1",
7272
"danmu": "^0.14.0",
7373
"date-fns": "^4.1.0",
74-
"framer-motion": "^11.11.13",
74+
"framer-motion": "^11.11.17",
7575
"idb-keyval": "^6.2.1",
7676
"lucide-react": "^0.456.0",
7777
"nanoid": "^5.0.8",
@@ -102,8 +102,8 @@
102102
"@semantic-release/exec": "^6.0.3",
103103
"@semantic-release/git": "^10.0.1",
104104
"@types/eslint": "^9.6.1",
105-
"@types/eslint-plugin-tailwindcss": "^3.17.0",
106105
"@types/eslint__js": "^8.42.3",
106+
"@types/eslint-plugin-tailwindcss": "^3.17.0",
107107
"@types/node": "^22.9.0",
108108
"@types/react": "^18.3.12",
109109
"@types/react-dom": "^18.3.1",
@@ -125,13 +125,13 @@
125125
"prettier": "^3.3.3",
126126
"rimraf": "^6.0.1",
127127
"semantic-release": "^24.2.0",
128-
"tailwindcss": "^3.4.14",
128+
"tailwindcss": "^3.4.15",
129129
"tailwindcss-animate": "^1.0.7",
130130
"typescript": "^5.6.3",
131131
"typescript-eslint": "^8.14.0",
132132
"vite-plugin-svgr": "^4.3.0",
133133
"webext-bridge": "^6.0.1",
134-
"wxt": "^0.19.13"
134+
"wxt": "^0.19.15"
135135
},
136136
"lint-staged": {
137137
"*.{js,jsx,ts,tsx}": "eslint --fix --flag unstable_ts_config"

0 commit comments

Comments
 (0)