Skip to content

Commit

Permalink
feat: add up script for dep updating
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 26, 2022
1 parent fa08cc3 commit cbbd919
Show file tree
Hide file tree
Showing 2 changed files with 686 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit"
"typecheck": "vue-tsc --noEmit",
"up": "taze major -I"
},
"dependencies": {
"@vueuse/core": "^9.0.0",
Expand Down Expand Up @@ -40,6 +41,7 @@
"markdown-it-shiki": "^0.5.1",
"pnpm": "^7.6.0",
"shiki": "^0.10.1",
"taze": "^0.7.6",
"typescript": "^4.7.4",
"unocss": "^0.44.7",
"unplugin-auto-import": "^0.10.1",
Expand Down
Loading

0 comments on commit cbbd919

Please sign in to comment.