chore: update deps

This commit is contained in:
hanlee 2022-01-09 17:11:06 +09:00
parent 2de501b03f
commit 8ef1343fef
No known key found for this signature in database
GPG Key ID: 17C81448D8058286
3 changed files with 1294 additions and 1383 deletions

View File

@ -12,7 +12,7 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^7.4.1",
"@vueuse/core": "^7.5.3",
"@vueuse/head": "^0.7.4",
"nprogress": "^0.2.0",
"pinia": "^2.0.9",
@ -23,7 +23,7 @@
"vue-router": "^4.0.12"
},
"devDependencies": {
"@antfu/eslint-config": "^0.14.0",
"@antfu/eslint-config": "^0.15.0",
"@iconify-json/carbon": "^1.0.12",
"@intlify/vite-plugin-vue-i18n": "^3.2.1",
"@types/markdown-it-link-attributes": "^3.0.1",
@ -32,28 +32,28 @@
"@vue/compiler-sfc": "^3.2.26",
"@vue/server-renderer": "^3.2.26",
"@vue/test-utils": "^2.0.0-rc.18",
"critters": "^0.0.15",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^9.1.1",
"eslint": "^8.5.0",
"cypress": "^9.2.0",
"eslint": "^8.6.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.0",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.1",
"pnpm": "^6.24.3",
"markdown-it-prism": "^2.2.2",
"pnpm": "^6.25.1",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.5.4",
"unplugin-auto-import": "^0.5.5",
"unplugin-icons": "^0.13.0",
"unplugin-vue-components": "^0.17.11",
"vite": "^2.7.6",
"vite-plugin-inspect": "^0.3.11",
"vite": "^2.7.10",
"vite-plugin-inspect": "^0.3.13",
"vite-plugin-md": "^0.11.7",
"vite-plugin-pages": "^0.19.7",
"vite-plugin-pages": "^0.20.0-beta.3",
"vite-plugin-pwa": "^0.11.12",
"vite-plugin-vue-layouts": "^0.5.0",
"vite-plugin-windicss": "^1.6.1",
"vite-ssg": "^0.17.2",
"vitest": "^0.0.113",
"vue-tsc": "^0.30.0"
"vite-ssg": "0.17.4",
"vitest": "^0.0.139",
"vue-tsc": "^0.30.2"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -97,6 +97,7 @@ declare global {
const useBase64: typeof import('@vueuse/core')['useBase64']
const useBattery: typeof import('@vueuse/core')['useBattery']
const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
const useClamp: typeof import('@vueuse/core')['useClamp']
const useClipboard: typeof import('@vueuse/core')['useClipboard']
@ -146,6 +147,7 @@ declare global {
const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
const useMemoize: typeof import('@vueuse/core')['useMemoize']
const useMemory: typeof import('@vueuse/core')['useMemory']
const useMounted: typeof import('@vueuse/core')['useMounted']
const useMouse: typeof import('@vueuse/core')['useMouse']
@ -195,10 +197,12 @@ declare global {
const useTransition: typeof import('@vueuse/core')['useTransition']
const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
const useVibrate: typeof import('@vueuse/core')['useVibrate']
const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
const useVModel: typeof import('@vueuse/core')['useVModel']
const useVModels: typeof import('@vueuse/core')['useVModels']
const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']