chore: update deps
This commit is contained in:
parent
ab18fbd9ae
commit
50cba5ac31
2
auto-imports.d.ts
vendored
2
auto-imports.d.ts
vendored
@ -77,6 +77,7 @@ declare global {
|
||||
const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
|
||||
const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
|
||||
const useAttrs: typeof import('vue')['useAttrs']
|
||||
const useBase64: typeof import('@vueuse/core')['useBase64']
|
||||
const useBattery: typeof import('@vueuse/core')['useBattery']
|
||||
const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
|
||||
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
|
||||
@ -105,6 +106,7 @@ declare global {
|
||||
const useEventSource: typeof import('@vueuse/core')['useEventSource']
|
||||
const useFavicon: typeof import('@vueuse/core')['useFavicon']
|
||||
const useFetch: typeof import('@vueuse/core')['useFetch']
|
||||
const useFPS: typeof import('@vueuse/core')['useFPS']
|
||||
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
|
||||
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
|
||||
const useIdle: typeof import('@vueuse/core')['useIdle']
|
||||
|
||||
28
package.json
28
package.json
@ -6,26 +6,26 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^6.7.4",
|
||||
"vue": "^3.2.20",
|
||||
"vue-demi": "^0.12.0",
|
||||
"@vueuse/core": "^6.8.0",
|
||||
"vue": "^3.2.21",
|
||||
"vue-demi": "^0.12.1",
|
||||
"vue-router": "^4.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.9.0",
|
||||
"@iconify-json/carbon": "^1.0.3",
|
||||
"@types/node": "^16.10.2",
|
||||
"@unocss/preset-icons": "^0.4.9",
|
||||
"@unocss/reset": "^0.4.9",
|
||||
"@vitejs/plugin-vue": "^1.9.2",
|
||||
"@antfu/eslint-config": "^0.10.0",
|
||||
"@iconify-json/carbon": "^1.0.9",
|
||||
"@types/node": "^16.11.7",
|
||||
"@unocss/preset-icons": "^0.7.2",
|
||||
"@unocss/reset": "^0.7.2",
|
||||
"@vitejs/plugin-vue": "^1.9.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.1.0",
|
||||
"pnpm": "^6.20.1",
|
||||
"eslint": "^8.2.0",
|
||||
"pnpm": "^6.20.4",
|
||||
"typescript": "^4.4.4",
|
||||
"unocss": "^0.4.9",
|
||||
"unocss": "^0.7.2",
|
||||
"unplugin-auto-import": "^0.4.13",
|
||||
"unplugin-icons": "^0.12.17",
|
||||
"unplugin-vue-components": "^0.17.0",
|
||||
"unplugin-icons": "^0.12.18",
|
||||
"unplugin-vue-components": "^0.17.2",
|
||||
"vite": "^2.6.13",
|
||||
"vite-plugin-pages": "^0.18.2"
|
||||
}
|
||||
|
||||
681
pnpm-lock.yaml
generated
681
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user