Skip to content

Commit

Permalink
perf: optimize scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Nov 15, 2024
1 parent eb37dd2 commit c5185e4
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 96 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-portal": "^1.1.2",
Expand All @@ -65,13 +65,13 @@
"@rtco/client": "^0.2.17",
"@tailwindcss/typography": "^0.5.15",
"@webcomponents/custom-elements": "^1.6.0",
"@webext-core/messaging": "^2.0.2",
"@webext-core/messaging": "^2.1.0",
"@webext-core/proxy-service": "^1.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"danmu": "^0.14.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.13",
"framer-motion": "^11.11.17",
"idb-keyval": "^6.2.1",
"lucide-react": "^0.456.0",
"nanoid": "^5.0.8",
Expand Down Expand Up @@ -102,8 +102,8 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/eslint__js": "^8.42.3",
"@types/eslint-plugin-tailwindcss": "^3.17.0",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -125,13 +125,13 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite-plugin-svgr": "^4.3.0",
"webext-bridge": "^6.0.1",
"wxt": "^0.19.13"
"wxt": "^0.19.15"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix --flag unstable_ts_config"
Expand Down
Loading

0 comments on commit c5185e4

Please sign in to comment.