Skip to content

Commit

Permalink
feat: set css overflow value to auto from scroll, to prevent unneeded…
Browse files Browse the repository at this point in the history
… scrollbar
  • Loading branch information
magicdawn committed Feb 4, 2025
1 parent f443f9d commit ce6a415
Show file tree
Hide file tree
Showing 6 changed files with 473 additions and 464 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,37 +25,37 @@
"devDependencies": {
"@babel/plugin-syntax-explicit-resource-management": "^7.25.9",
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/prompt-cli": "^19.7.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/prompt-cli": "^19.7.1",
"@commitlint/types": "^19.5.0",
"@emotion/babel-plugin": "^11.13.5",
"@iconify/json": "^2.2.298",
"@iconify/json": "^2.2.302",
"@magicdawn/prettier-config": "^0.0.4",
"@styled/typescript-styled-plugin": "^1.0.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/debug": "^4.1.12",
"@types/ms": "^2.1.0",
"@types/node": "^22.10.7",
"@types/node": "^22.13.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/spark-md5": "^3.0.5",
"@types/ua-parser-js": "^0.7.39",
"@unocss/preset-rem-to-px": "^65.4.2",
"@unocss/preset-rem-to-px": "^65.4.3",
"@violentmonkey/types": "^0.2.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/ui": "3.0.3",
"@vitest/ui": "3.0.5",
"chalk": "^5.4.1",
"concurrently": "^9.1.2",
"dl-vampire": "^2.1.2",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"globals": "^15.14.0",
"husky": "^9.1.7",
"knip": "^5.42.2",
"lint-staged": "^15.4.1",
"knip": "^5.43.6",
"lint-staged": "^15.4.3",
"node-cjs-interop": "^0.1.7",
"open": "^10.1.0",
"postcss-media-minmax": "^5.0.0",
Expand All @@ -64,23 +64,23 @@
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.4",
"sass-embedded": "^1.83.4",
"turbo": "^2.3.3",
"turbo": "^2.4.0",
"type-fest": "^4.33.0",
"typed-scss-modules": "^8.1.1",
"typescript": "5.7.3",
"typescript-eslint": "^8.21.0",
"unocss": "^65.4.2",
"typescript-eslint": "^8.23.0",
"unocss": "^65.4.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-icons": "^22.0.0",
"vite": "^6.0.11",
"vite-plugin-importer": "^0.2.5",
"vite-plugin-inspect": "^10.0.7",
"vite-plugin-monkey": "^5.0.5",
"vite-plugin-inspect": "^10.1.0",
"vite-plugin-monkey": "^5.0.6",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.3"
"vitest": "^3.0.5"
},
"dependencies": {
"@ant-design/cssinjs": "^1.22.1",
"@ant-design/cssinjs": "^1.23.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
Expand All @@ -90,16 +90,16 @@
"@mgdn/bvid": "^0.3.0",
"@total-typescript/ts-reset": "^0.6.1",
"ahooks": "3.8.4",
"antd": "5.23.2",
"antd": "5.23.3",
"axios": "0",
"axios-userscript-adapter": "0",
"clsx": "^2.1.1",
"core-js-pure": "^3.40.0",
"dayjs": "1.11.13",
"debug": "^4.4.0",
"es-toolkit": "^1.31.0",
"es-toolkit": "^1.32.0",
"fast-sort-lens": "^0.0.2",
"framer-motion": "^12.0.1",
"framer-motion": "^12.0.11",
"localforage": "^1.10.0",
"mitt": "^3.0.1",
"ms": "^2.1.3",
Expand All @@ -117,7 +117,7 @@
"react-virtuoso": "^4.12.3",
"spark-md5": "^3.0.2",
"ua-parser-js": "^1.0.39",
"valtio": "^2.1.2"
"valtio": "^2.1.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit ce6a415

Please sign in to comment.