feat: add up script for dep updating

This commit is contained in:
Anthony Fu 2022-07-27 03:02:12 +08:00
parent 084bc9b750
commit e681139414
2 changed files with 807 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest"
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@vueuse/core": "^9.0.0",
@ -24,6 +25,7 @@
"eslint": "^8.20.0",
"jsdom": "^20.0.0",
"pnpm": "^7.6.0",
"taze": "^0.7.6",
"typescript": "^4.7.4",
"unocss": "^0.44.7",
"unplugin-auto-import": "^0.10.1",

804
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff