Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Apr 9, 2024
1 parent 12f0ff5 commit eee7045
Show file tree
Hide file tree
Showing 4 changed files with 2,425 additions and 2,585 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18
cache: "pnpm"
- run: pnpm install
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm build
- run: pnpm vitest --coverage
- uses: codecov/codecov-action@v3
38 changes: 19 additions & 19 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.5",
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.15.6",
"description": "Palette Preset for UnoCSS",
"author": "chizukicn",
"license": "MIT",
Expand Down Expand Up @@ -43,6 +43,7 @@
"release": "bumpp package.json --commit \"release: v\" --push --tag",
"lint": "eslint --ext .ts,.tsx .",
"prepare": "npx simple-git-hooks",
"typecheck":"tsc --noEmit --skipLibCheck",
"test": "vitest",
"test:coverage": "vitest --coverage",
"up:deps": "taze major",
Expand All @@ -53,36 +54,35 @@
"@unocss/preset-mini": "<1"
},
"dependencies": {
"@unocss/core": "^0.58.3",
"@unocss/preset-mini": "^0.58.3",
"csstype": "^3.1.2"
"csstype": "^3.1.3"
},
"devDependencies": {
"@curev/eslint-config": "^0.2.2",
"@curev/eslint-config": "^0.3.7",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-v8": "^0.34.6",
"@vueuse/core": "^10.6.1",
"bumpp": "^9.2.0",
"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.12.1",
"@vitest/coverage-v8": "^1.4.0",
"@vueuse/core": "^10.9.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"lint-staged": "^15.2.2",
"nolyfill": "^1.0.30",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.3",
"typescript": "5.3.2",
"unbuild": "^2.0.0",
"unocss": "0.57.7",
"vite": "^5.0.2",
"vitest": "^0.34.6",
"vue": "^3.3.9"
"unocss": "0.59.0",
"vite": "^5.2.8",
"vitest": "^1.4.0",
"vue": "^3.4.21"
},
"pnpm": {
"overrides": {
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"has": "npm:@nolyfill/has@latest",
"object.values": "npm:@nolyfill/object.values@latest"
"object.values": "npm:@nolyfill/object.values@latest",
"hasown": "npm:@nolyfill/hasown@latest"
}
},
"simple-git-hooks": {
Expand Down
Loading

0 comments on commit eee7045

Please sign in to comment.