Skip to content

Commit

Permalink
chore: up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Nov 21, 2023
1 parent 75b077c commit d3d2ad6
Show file tree
Hide file tree
Showing 2 changed files with 1,821 additions and 411 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unocss-preset-block",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@8.7.0",
"packageManager": "pnpm@8.10.5",
"description": "<description>",
"author": "unpreset <https://github.com/unpreset>",
"license": "MIT",
Expand Down Expand Up @@ -44,30 +44,28 @@
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"stub": "unbuild --stub",
"prepublishOnly": "pnpm run build",
"release": "bumpp --commit --push --tag && pnpm publish",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:update": "vitest --update",
"play": "vite playground",
"deploy": "vite build playground"
"dev":"vitest",

Check failure on line 53 in package.json

View workflow job for this annotation

GitHub Actions / lint

Missing space before value for key 'dev'
"up:deps": "taze major"
},
"peerDependencies": {
"@unocss/core": "^0.57.6"
"@unocss/core": "^0.57.7"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.10",
"@babel/types": "^7.23.0",
"@types/node": "^20.7.0",
"@vitejs/plugin-vue": "^4.3.4",
"@antfu/eslint-config": "2.0.0",
"@babel/types": "^7.23.4",
"@types/node": "^20.9.3",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"eslint": "^8.54.0",
"taze": "^0.12.0",
"typescript": "5.2.2",
"unbuild": "^2.0.0",
"unocss": "^0.57.6",
"vite": "^4.4.9",
"vitest": "^0.34.5"
"unocss": "^0.57.7",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit d3d2ad6

Please sign in to comment.