Skip to content

Commit

Permalink
feat: support hsl
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jul 19, 2024
1 parent 1d2255f commit d0de5ed
Show file tree
Hide file tree
Showing 3 changed files with 5,304 additions and 4,095 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:coverage": "vitest run --coverage",
"test:e2e": "cypress open",
"test:e2e-run": "cypress run",
"bump": "pnpm update @varlet/touch-emulator @varlet/ui @varlet/use @varlet/axle @varlet/bounce-fixer @varlet/import-resolver --latest"
"bump": "pnpm update @varlet/* --latest"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --allow-empty --concurrent false",
Expand All @@ -29,12 +29,13 @@
},
"dependencies": {
"@material/material-color-utilities": "^0.2.7",
"@varlet/axle": "^0.6.0",
"@varlet/axle": "^0.7.1",
"@varlet/bounce-fixer": "^0.0.3",
"@varlet/touch-emulator": "3.0.6",
"@varlet/ui": "3.0.6",
"@varlet/use": "3.0.6",
"@varlet/touch-emulator": "3.3.6",
"@varlet/ui": "3.3.6",
"@varlet/use": "3.3.6",
"@vueuse/core": "^10.5.0",
"color": "^4.2.3",
"dayjs": "^1.11.8",
"mockjs": "^1.1.0",
"pinia": "^2.1.3",
Expand All @@ -46,12 +47,13 @@
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/mdi": "^1.1.54",
"@types/color": "^3.0.6",
"@types/mockjs": "^1.0.7",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@unocss/preset-rem-to-px": "^0.58.2",
"@varlet/import-resolver": "3.0.6",
"@varlet/import-resolver": "3.3.6",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "1.1.0",
Expand Down
Loading

0 comments on commit d0de5ed

Please sign in to comment.