Skip to content

Commit

Permalink
chore: fix fav shuffle switch tab re-order issue & tweak default vide…
Browse files Browse the repository at this point in the history
…o-source-tab height style
  • Loading branch information
magicdawn committed Sep 20, 2024
1 parent 16055cc commit c5a8e91
Show file tree
Hide file tree
Showing 4 changed files with 440 additions and 755 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@biomejs/biome": "^1.9.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/prompt-cli": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@emotion/babel-plugin": "^11.12.0",
"@iconify/json": "^2.2.248",
"@iconify/json": "^2.2.250",
"@magicdawn/prettier-config": "^0.0.4",
"@styled/typescript-styled-plugin": "^1.0.1",
"@svgr/core": "^8.1.0",
Expand All @@ -37,10 +37,10 @@
"@types/md5": "^2.3.5",
"@types/ms": "^0.7.34",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/ua-parser-js": "^0.7.39",
"@unocss/preset-rem-to-px": "^0.62.3",
"@unocss/preset-rem-to-px": "^0.62.4",
"@violentmonkey/types": "^0.1.9",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
Expand All @@ -59,17 +59,17 @@
"prettier": "^3.3.3",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.78.0",
"sass-embedded": "^1.78.0",
"sass": "^1.79.2",
"sass-embedded": "^1.79.2",
"turbo": "^2.1.2",
"type-fest": "^4.26.1",
"typed-scss-modules": "^8.0.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"unocss": "^0.62.3",
"typescript-eslint": "^8.6.0",
"unocss": "^0.62.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.5",
"vite": "^5.4.6",
"vite-plugin-importer": "^0.2.5",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-monkey": "^4.0.6",
Expand All @@ -96,7 +96,7 @@
"debug": "^4.3.7",
"delay": "^6.0.0",
"fast-sort-lens": "^0.0.1",
"framer-motion": "^11.5.4",
"framer-motion": "^11.5.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
Expand Down Expand Up @@ -130,5 +130,5 @@
"vite-plugin-importer>babel-plugin-import": "^1.13.8"
}
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}
Loading

0 comments on commit c5a8e91

Please sign in to comment.