Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Oct 25, 2023
1 parent 81cfba8 commit f523acc
Show file tree
Hide file tree
Showing 2 changed files with 749 additions and 944 deletions.
40 changes: 26 additions & 14 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.2.3",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.9.2",
"description": "Palette Preset for UnoCSS",
"author": "chizukicn",
"license": "MIT",
Expand Down Expand Up @@ -35,42 +35,54 @@
"dist"
],
"scripts": {
"dev": "vite playground",
"dev": "vitest",
"play": "vite playground",
"build": "unbuild",
"build:playground": "vite build playground",
"release": "bumpp package.json --commit \"release: v\" --push --tag",
"lint": "eslint --ext .ts,.tsx .",
"prepare": "npx simple-git-hooks",
"test": "vitest",
"test:coverage": "vitest --coverage",
"up": "taze major"
"up:deps": "taze major",
"up:polyfill": "nolyfill install"
},
"peerDependencies": {
"@unocss/core": "<1",
"@unocss/preset-mini": "<1"
},
"dependencies": {
"@unocss/core": "^0.56.2",
"@unocss/preset-mini": "^0.56.2",
"@unocss/core": "^0.57.1",
"@unocss/preset-mini": "^0.57.1",
"csstype": "^3.1.2"
},
"devDependencies": {
"@curev/eslint-config": "^0.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-v8": "^0.34.5",
"@vueuse/core": "^10.4.1",
"@vitest/coverage-v8": "^0.34.6",
"@vueuse/core": "^10.5.0",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"lint-staged": "^14.0.1",
"eslint": "^8.52.0",
"lint-staged": "^15.0.2",
"nolyfill": "^1.0.21",
"prettier": "^3.0.3",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"taze": "^0.11.4",
"typescript": "5.2.2",
"unbuild": "^2.0.0",
"unocss": "0.56.2",
"vite": "^4.4.9",
"vitest": "^0.34.5",
"vue": "^3.3.4"
"unocss": "0.57.1",
"vite": "^4.5.0",
"vitest": "^0.34.6",
"vue": "^3.3.7"
},
"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"
}
},
"simple-git-hooks": {
"pre-commit": [
Expand Down
Loading

0 comments on commit f523acc

Please sign in to comment.