Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Jan 11, 2023
1 parent 7868eb7 commit 9c1f0b6
Show file tree
Hide file tree
Showing 3 changed files with 562 additions and 1,243 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
"@simon_he/git-fork-vue": "^0.0.7",
"@simon_he/git-fork-vue": "^0.0.8",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^3.1.2",
"ant-design-vue": "3.3.0-beta.4",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"element-plus": "^2.2.28",
Expand All @@ -82,8 +81,7 @@
"tsx": "^3.12.1",
"typescript": "^4.8.4",
"vite": "^3.0.2",
"vitest": "^0.13.1",
"vuetify": "^2.6.13"
"vitest": "^0.13.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand Down
1 change: 1 addition & 0 deletions playground/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ declare global {
const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
const useArraySome: typeof import('@vueuse/core')['useArraySome']
const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
const useAttrs: typeof import('vue')['useAttrs']
Expand Down

0 comments on commit 9c1f0b6

Please sign in to comment.