Skip to content

Commit

Permalink
feat: add useOpacityVariable option, close #3
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Nov 27, 2023
1 parent cc6f35f commit 5c2eb1b
Show file tree
Hide file tree
Showing 4 changed files with 1,226 additions and 588 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unocss-preset-palette",
"type": "module",
"version": "0.3.2",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.11.0",
"description": "Palette Preset for UnoCSS",
"author": "chizukicn",
"license": "MIT",
Expand Down Expand Up @@ -53,28 +53,28 @@
"@unocss/preset-mini": "<1"
},
"dependencies": {
"@unocss/core": "^0.57.1",
"@unocss/preset-mini": "^0.57.1",
"@unocss/core": "^0.57.7",
"@unocss/preset-mini": "^0.57.7",
"csstype": "^3.1.2"
},
"devDependencies": {
"@curev/eslint-config": "^0.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@curev/eslint-config": "^0.2.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^0.34.6",
"@vueuse/core": "^10.5.0",
"@vueuse/core": "^10.6.1",
"bumpp": "^9.2.0",
"eslint": "^8.52.0",
"lint-staged": "^15.0.2",
"nolyfill": "^1.0.21",
"prettier": "^3.0.3",
"eslint": "^8.54.0",
"lint-staged": "^15.1.0",
"nolyfill": "^1.0.25",
"prettier": "^3.1.0",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.4",
"typescript": "5.2.2",
"taze": "^0.12.1",
"typescript": "5.3.2",
"unbuild": "^2.0.0",
"unocss": "0.57.1",
"vite": "^4.5.0",
"unocss": "0.57.7",
"vite": "^5.0.2",
"vitest": "^0.34.6",
"vue": "^3.3.7"
"vue": "^3.3.9"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 5c2eb1b

Please sign in to comment.