diff --git a/package.json b/package.json index 81bded1..72da8a2 100644 --- a/package.json +++ b/package.json @@ -12,38 +12,38 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@vueuse/core": "^7.6.1", + "@vueuse/core": "^7.6.2", "@vueuse/head": "^0.7.5", "nprogress": "^0.2.0", "pinia": "^2.0.11", "prism-theme-vars": "^0.2.2", - "vue": "^3.2.30", + "vue": "^3.2.31", "vue-demi": "^0.12.1", "vue-i18n": "^9.1.9", "vue-router": "^4.0.12" }, "devDependencies": { "@antfu/eslint-config": "^0.16.1", - "@iconify-json/carbon": "^1.0.15", - "@intlify/vite-plugin-vue-i18n": "^3.2.2", + "@iconify-json/carbon": "^1.1.1", + "@intlify/vite-plugin-vue-i18n": "^3.3.0", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", "@vitejs/plugin-vue": "^2.2.0", "@vue/test-utils": "^2.0.0-rc.18", "critters": "^0.0.16", "cross-env": "^7.0.3", - "cypress": "^9.4.1", - "eslint": "^8.8.0", + "cypress": "^9.5.0", + "eslint": "^8.9.0", "eslint-plugin-cypress": "^2.12.1", - "https-localhost": "^4.7.0", + "https-localhost": "^4.7.1", "markdown-it-link-attributes": "^4.0.0", "markdown-it-prism": "^2.2.2", - "pnpm": "^6.30.1", + "pnpm": "^6.31.0", "typescript": "^4.5.5", - "unplugin-auto-import": "^0.5.11", + "unplugin-auto-import": "^0.6.0", "unplugin-icons": "^0.13.1", "unplugin-vue-components": "^0.17.18", - "vite": "^2.8.0", + "vite": "^2.8.3", "vite-plugin-inspect": "^0.3.14", "vite-plugin-md": "^0.11.8", "vite-plugin-pages": "^0.20.2", @@ -51,7 +51,7 @@ "vite-plugin-vue-layouts": "^0.6.0", "vite-plugin-windicss": "^1.7.0", "vite-ssg": "^0.17.10", - "vitest": "^0.3.2", - "vue-tsc": "^0.31.2" + "vitest": "^0.3.6", + "vue-tsc": "^0.31.4" } } diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index 8f98591..69ad444 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -42,6 +42,7 @@ declare global { const onDeactivated: typeof import('vue')['onDeactivated'] const onErrorCaptured: typeof import('vue')['onErrorCaptured'] const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke'] + const onLongPress: typeof import('@vueuse/core')['onLongPress'] const onMounted: typeof import('vue')['onMounted'] const onRenderTracked: typeof import('vue')['onRenderTracked'] const onRenderTriggered: typeof import('vue')['onRenderTriggered'] @@ -88,6 +89,7 @@ declare global { const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints'] const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel'] const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation'] + const useCached: typeof import('@vueuse/core')['useCached'] const useClamp: typeof import('@vueuse/core')['useClamp'] const useClipboard: typeof import('@vueuse/core')['useClipboard'] const useColorMode: typeof import('@vueuse/core')['useColorMode'] @@ -127,6 +129,7 @@ declare global { const useHead: typeof import('@vueuse/head')['useHead'] const useI18n: typeof import('vue-i18n')['useI18n'] const useIdle: typeof import('@vueuse/core')['useIdle'] + const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll'] const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver'] const useInterval: typeof import('@vueuse/core')['useInterval'] const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn'] @@ -147,6 +150,7 @@ declare global { const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage'] const useNetwork: typeof import('@vueuse/core')['useNetwork'] const useNow: typeof import('@vueuse/core')['useNow'] + const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination'] const useOnline: typeof import('@vueuse/core')['useOnline'] const usePageLeave: typeof import('@vueuse/core')['usePageLeave'] const useParallax: typeof import('@vueuse/core')['useParallax'] diff --git a/src/components.d.ts b/src/components.d.ts index 32e0fcf..3da6a5a 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -9,9 +9,7 @@ declare module 'vue' { CarbonLanguage: typeof import('~icons/carbon/language')['default'] CarbonLogoGithub: typeof import('~icons/carbon/logo-github')['default'] CarbonMoon: typeof import('~icons/carbon/moon')['default'] - CarbonPedestrian: typeof import('~icons/carbon/pedestrian')['default'] CarbonSun: typeof import('~icons/carbon/sun')['default'] - CarbonWarning: typeof import('~icons/carbon/warning')['default'] Counter: typeof import('./components/Counter.vue')['default'] Footer: typeof import('./components/Footer.vue')['default'] README: typeof import('./components/README.md')['default']