Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 31, 2022
1 parent 19ed8a2 commit 5c56660
Show file tree
Hide file tree
Showing 7 changed files with 507 additions and 486 deletions.
14 changes: 1 addition & 13 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
const afterAll: typeof import('vitest')['afterAll']
const afterEach: typeof import('vitest')['afterEach']
const assert: typeof import('vitest')['assert']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
const beforeAll: typeof import('vitest')['beforeAll']
const beforeEach: typeof import('vitest')['beforeEach']
const biSyncRef: typeof import('@vueuse/core')['biSyncRef']
const chai: typeof import('vitest')['chai']
const computed: typeof import('vue')['computed']
const computedInject: typeof import('@vueuse/core')['computedInject']
const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
Expand All @@ -25,11 +19,9 @@ declare global {
const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
const defineComponent: typeof import('vue')['defineComponent']
const describe: typeof import('vitest')['describe']
const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
const effectScope: typeof import('vue')['effectScope']
const EffectScope: typeof import('vue')['EffectScope']
const expect: typeof import('vitest')['expect']
const extendRef: typeof import('@vueuse/core')['extendRef']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']
Expand All @@ -39,7 +31,6 @@ declare global {
const isDefined: typeof import('@vueuse/core')['isDefined']
const isReadonly: typeof import('vue')['isReadonly']
const isRef: typeof import('vue')['isRef']
const it: typeof import('vitest')['it']
const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
const markRaw: typeof import('vue')['markRaw']
const nextTick: typeof import('vue')['nextTick']
Expand Down Expand Up @@ -72,10 +63,8 @@ declare global {
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']
const shallowRef: typeof import('vue')['shallowRef']
const suite: typeof import('vitest')['suite']
const syncRef: typeof import('@vueuse/core')['syncRef']
const templateRef: typeof import('@vueuse/core')['templateRef']
const test: typeof import('vitest')['test']
const throttledRef: typeof import('@vueuse/core')['throttledRef']
const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
const toRaw: typeof import('vue')['toRaw']
Expand Down Expand Up @@ -181,6 +170,7 @@ declare global {
const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
const useStorage: typeof import('@vueuse/core')['useStorage']
const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
const useSwipe: typeof import('@vueuse/core')['useSwipe']
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
Expand Down Expand Up @@ -208,8 +198,6 @@ declare global {
const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
const vi: typeof import('vitest')['vi']
const vitest: typeof import('vitest')['vitest']
const watch: typeof import('vue')['watch']
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
const watchEffect: typeof import('vue')['watchEffect']
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
"test": "vitest"
},
"dependencies": {
"@vueuse/core": "^7.5.3",
"vue": "^3.2.26",
"@vueuse/core": "^7.5.5",
"vue": "^3.2.29",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@antfu/eslint-config": "^0.16.0",
"@iconify-json/carbon": "^1.0.13",
"@types/node": "^17.0.8",
"@unocss/reset": "^0.22.2",
"@vitejs/plugin-vue": "^2.0.1",
"@antfu/eslint-config": "^0.16.1",
"@iconify-json/carbon": "^1.0.14",
"@types/node": "^17.0.13",
"@unocss/reset": "^0.22.6",
"@vitejs/plugin-vue": "^2.1.0",
"@vue/test-utils": "^2.0.0-rc.18",
"eslint": "^8.6.0",
"eslint": "^8.8.0",
"jsdom": "^19.0.0",
"pnpm": "^6.26.1",
"typescript": "^4.5.4",
"unocss": "^0.22.2",
"unplugin-auto-import": "^0.5.10",
"unplugin-vue-components": "^0.17.11",
"vite": "^2.7.12",
"vite-plugin-pages": "^0.20.0",
"vitest": "^0.1.13"
"pnpm": "^6.29.1",
"typescript": "^4.5.5",
"unocss": "^0.22.6",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.15",
"vite": "^2.7.13",
"vite-plugin-pages": "^0.20.1",
"vitest": "^0.2.5"
}
}
Loading

0 comments on commit 5c56660

Please sign in to comment.