From 00a2808e8accae013394df6b2d9bcfba8b020796 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 11 May 2022 14:06:08 +0800 Subject: [PATCH] chore: update deps --- .vscode/extensions.json | 1 + auto-imports.d.ts | 2 + components.d.ts | 3 +- package.json | 26 +- pnpm-lock.yaml | 625 ++++++++++++++++++++-------------------- 5 files changed, 338 insertions(+), 319 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 14ccbef..26b0f74 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,6 +3,7 @@ "antfu.vite", "antfu.iconify", "antfu.unocss", + "antfu.goto-alias", "vue.volar", "dbaeumer.vscode-eslint" ] diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 3ccd5b0..8cf0ed5 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -119,6 +119,7 @@ declare global { const useCssModule: typeof import('vue')['useCssModule'] const useCssVar: typeof import('@vueuse/core')['useCssVar'] const useCssVars: typeof import('vue')['useCssVars'] + const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement'] const useCycleList: typeof import('@vueuse/core')['useCycleList'] const useDark: typeof import('@vueuse/core')['useDark'] const useDateFormat: typeof import('@vueuse/core')['useDateFormat'] @@ -187,6 +188,7 @@ declare global { const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver'] const useRoute: typeof import('vue-router')['useRoute'] const useRouter: typeof import('vue-router')['useRouter'] + const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation'] const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea'] const useScriptTag: typeof import('@vueuse/core')['useScriptTag'] const useScroll: typeof import('@vueuse/core')['useScroll'] diff --git a/components.d.ts b/components.d.ts index 7a567d0..1f2f74d 100644 --- a/components.d.ts +++ b/components.d.ts @@ -1,6 +1,7 @@ // generated by unplugin-vue-components // We suggest you to commit this file into source control // Read more: https://github.com/vuejs/vue-next/pull/3399 +import '@vue/runtime-core' declare module '@vue/runtime-core' { export interface GlobalComponents { @@ -11,4 +12,4 @@ declare module '@vue/runtime-core' { } } -export { } +export {} diff --git a/package.json b/package.json index b9cac9b..f01e8e0 100644 --- a/package.json +++ b/package.json @@ -10,28 +10,28 @@ "test": "vitest" }, "dependencies": { - "@vueuse/core": "^8.3.1", + "@vueuse/core": "^8.4.2", "vue": "^3.2.33", - "vue-router": "^4.0.14" + "vue-router": "^4.0.15" }, "devDependencies": { - "@antfu/eslint-config": "^0.22.0", + "@antfu/eslint-config": "^0.23.0", "@iconify-json/carbon": "^1.1.4", - "@types/node": "^17.0.31", - "@unocss/reset": "^0.32.9", - "@vitejs/plugin-vue": "^2.3.1", + "@types/node": "^17.0.32", + "@unocss/reset": "^0.33.2", + "@vitejs/plugin-vue": "^2.3.2", "@vue/test-utils": "^2.0.0-rc.21", - "eslint": "^8.14.0", + "eslint": "^8.15.0", "jsdom": "^19.0.0", - "pnpm": "^7.0.0", + "pnpm": "^7.0.1", "typescript": "^4.6.4", - "unocss": "^0.32.9", + "unocss": "^0.33.2", "unplugin-auto-import": "^0.7.1", - "unplugin-vue-components": "^0.19.3", - "vite": "^2.9.7", + "unplugin-vue-components": "^0.19.5", + "vite": "^2.9.8", "vite-plugin-pages": "^0.23.0", - "vitest": "^0.10.1", - "vue-tsc": "^0.34.11" + "vitest": "^0.12.4", + "vue-tsc": "^0.34.12" }, "eslintConfig": { "extends": "@antfu" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5420bcd..eaf7996 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,69 +1,69 @@ lockfileVersion: 5.4 specifiers: - '@antfu/eslint-config': ^0.22.0 + '@antfu/eslint-config': ^0.23.0 '@iconify-json/carbon': ^1.1.4 - '@types/node': ^17.0.31 - '@unocss/reset': ^0.32.9 - '@vitejs/plugin-vue': ^2.3.1 + '@types/node': ^17.0.32 + '@unocss/reset': ^0.33.2 + '@vitejs/plugin-vue': ^2.3.2 '@vue/test-utils': ^2.0.0-rc.21 - '@vueuse/core': ^8.3.1 - eslint: ^8.14.0 + '@vueuse/core': ^8.4.2 + eslint: ^8.15.0 jsdom: ^19.0.0 - pnpm: ^7.0.0 + pnpm: ^7.0.1 typescript: ^4.6.4 - unocss: ^0.32.9 + unocss: ^0.33.2 unplugin-auto-import: ^0.7.1 - unplugin-vue-components: ^0.19.3 - vite: ^2.9.7 + unplugin-vue-components: ^0.19.5 + vite: ^2.9.8 vite-plugin-pages: ^0.23.0 - vitest: ^0.10.1 + vitest: ^0.12.4 vue: ^3.2.33 - vue-router: ^4.0.14 - vue-tsc: ^0.34.11 + vue-router: ^4.0.15 + vue-tsc: ^0.34.12 dependencies: - '@vueuse/core': 8.3.1_vue@3.2.33 + '@vueuse/core': 8.4.2_vue@3.2.33 vue: 3.2.33 - vue-router: 4.0.14_vue@3.2.33 + vue-router: 4.0.15_vue@3.2.33 devDependencies: - '@antfu/eslint-config': 0.22.0_t725usgvqspm5woeqpaxbfp2qu + '@antfu/eslint-config': 0.23.0_hcfsmds2fshutdssjqluwm76uu '@iconify-json/carbon': 1.1.4 - '@types/node': 17.0.31 - '@unocss/reset': 0.32.9 - '@vitejs/plugin-vue': 2.3.1_vite@2.9.7+vue@3.2.33 + '@types/node': 17.0.32 + '@unocss/reset': 0.33.2 + '@vitejs/plugin-vue': 2.3.2_vite@2.9.8+vue@3.2.33 '@vue/test-utils': 2.0.0-rc.21_vue@3.2.33 - eslint: 8.14.0 + eslint: 8.15.0 jsdom: 19.0.0 - pnpm: 7.0.0 + pnpm: 7.0.1 typescript: 4.6.4 - unocss: 0.32.9_vite@2.9.7 - unplugin-auto-import: 0.7.1_ughpjznvtpymuf7ubf7g3kiiem - unplugin-vue-components: 0.19.3_vite@2.9.7+vue@3.2.33 - vite: 2.9.7 - vite-plugin-pages: 0.23.0_vite@2.9.7 - vitest: 0.10.1_jsdom@19.0.0 - vue-tsc: 0.34.11_typescript@4.6.4 + unocss: 0.33.2_vite@2.9.8 + unplugin-auto-import: 0.7.1_zx3pfbbc5uei3k4c6zdezegtqm + unplugin-vue-components: 0.19.5_vite@2.9.8+vue@3.2.33 + vite: 2.9.8 + vite-plugin-pages: 0.23.0_vite@2.9.8 + vitest: 0.12.4_jsdom@19.0.0 + vue-tsc: 0.34.12_typescript@4.6.4 packages: - /@antfu/eslint-config-basic/0.22.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-c9KMc7uQXRaTNLUAgmFYImNkzj3Ae8zCpdVZXfMep+PYOClG3lEJ3s66qdB7u8mNAoIxcnZTE9n6ya/Y0/iXtA==} + /@antfu/eslint-config-basic/0.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-Jygnpgq+9Rb7gBjeQjWx5SNUBPfcHtCh87nydHKXc3hly/wi2pwebp0lZMJahSfIH38DYpVTj4q4pl4lAh1sNA==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.14.0 - eslint-plugin-antfu: 0.22.0_t725usgvqspm5woeqpaxbfp2qu - eslint-plugin-eslint-comments: 3.2.0_eslint@8.14.0 + eslint: 8.15.0 + eslint-plugin-antfu: 0.23.0_hcfsmds2fshutdssjqluwm76uu + eslint-plugin-eslint-comments: 3.2.0_eslint@8.15.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 - eslint-plugin-jsonc: 2.2.1_eslint@8.14.0 - eslint-plugin-markdown: 2.2.1_eslint@8.14.0 - eslint-plugin-n: 15.1.0_eslint@8.14.0 - eslint-plugin-promise: 6.0.0_eslint@8.14.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.14.0 - eslint-plugin-yml: 0.14.0_eslint@8.14.0 + eslint-plugin-import: 2.26.0_eslint@8.15.0 + eslint-plugin-jsonc: 2.2.1_eslint@8.15.0 + eslint-plugin-markdown: 2.2.1_eslint@8.15.0 + eslint-plugin-n: 15.2.0_eslint@8.15.0 + eslint-plugin-promise: 6.0.0_eslint@8.15.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.15.0 + eslint-plugin-yml: 0.14.0_eslint@8.15.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 0.5.0 transitivePeerDependencies: @@ -71,66 +71,66 @@ packages: - typescript dev: true - /@antfu/eslint-config-react/0.22.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-68biOuGUrNDXfnCs+mZUzFnipB13TMhKrNdZrye/6fheoAiTOA+lwx5ipQcYaOdFn16vzPSUqjTq+lzpUVbdKg==} + /@antfu/eslint-config-react/0.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-bF/4ngA9IEv9WconCtKneub1xlFRu/XBVmkbYzfXSZk8QcrNfb+BZOuLQihxCSo534ulh2zWbxc4EsS/4AOs9Q==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.22.0_t725usgvqspm5woeqpaxbfp2qu - eslint: 8.14.0 - eslint-plugin-react: 7.29.4_eslint@8.14.0 + '@antfu/eslint-config-ts': 0.23.0_hcfsmds2fshutdssjqluwm76uu + eslint: 8.15.0 + eslint-plugin-react: 7.29.4_eslint@8.15.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config-ts/0.22.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-jEFQO39emkurhusaDzUJYqpQcaGgnd81yhSZMEgV+VOn5JCKpIm/65pPvmW0ETFjr1MpHJ1eNyYIm1mL9BMqpg==} + /@antfu/eslint-config-ts/0.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-3nLrgj0jLyznTAgBxsRj9HbmnHcHw9RkYVorkge7gf2yVRXXTsjbjYo4O7YSsq/ZrF9Wj4gOJWiX5uVI981V8A==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.22.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/eslint-plugin': 5.21.0_vxtfsxfxxyksjzzdyas4bgfolu - '@typescript-eslint/parser': 5.21.0_t725usgvqspm5woeqpaxbfp2qu - eslint: 8.14.0 + '@antfu/eslint-config-basic': 0.23.0_hcfsmds2fshutdssjqluwm76uu + '@typescript-eslint/eslint-plugin': 5.23.0_c63nfttrfhylg3zmgcxfslaw44 + '@typescript-eslint/parser': 5.23.0_hcfsmds2fshutdssjqluwm76uu + eslint: 8.15.0 typescript: 4.6.4 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-vue/0.22.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-g786yeawFDj1njJXB0BPZ7uDir8xWMtM2djGiCJXTxlpPrLN4JwtpYwA59pH70Nuj5bmByuKdT4qZNMPqJMiJg==} + /@antfu/eslint-config-vue/0.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-ufgJM+iTx8sNnOJtOnb/U9cqb45g0iUVRGSuSfHBFsN6EAV4IOhHDYioO/S1x1HC7ecdYrfvmlJRLPopxJph+Q==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.22.0_t725usgvqspm5woeqpaxbfp2qu - eslint: 8.14.0 - eslint-plugin-vue: 8.7.1_eslint@8.14.0 + '@antfu/eslint-config-ts': 0.23.0_hcfsmds2fshutdssjqluwm76uu + eslint: 8.15.0 + eslint-plugin-vue: 8.7.1_eslint@8.15.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config/0.22.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-Rv2ppt98/RsSxlNkhG83d1CS/0ptkOTpywXjVlSVU68i93w9nglEdiuJ2OVRyHMT1wXKZrPQSJNEeMYAs8r1UA==} + /@antfu/eslint-config/0.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-hfK7zkBH1UxdKRMyUxuAzOihBuoPrk1wZBvGBtQkhpEYwkd//sl3uFaIi+DnLiAsmRWBleAmruaEfkJyvA3Efg==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.22.0_t725usgvqspm5woeqpaxbfp2qu - '@antfu/eslint-config-vue': 0.22.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/eslint-plugin': 5.21.0_vxtfsxfxxyksjzzdyas4bgfolu - '@typescript-eslint/parser': 5.21.0_t725usgvqspm5woeqpaxbfp2qu - eslint: 8.14.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.14.0 + '@antfu/eslint-config-react': 0.23.0_hcfsmds2fshutdssjqluwm76uu + '@antfu/eslint-config-vue': 0.23.0_hcfsmds2fshutdssjqluwm76uu + '@typescript-eslint/eslint-plugin': 5.23.0_c63nfttrfhylg3zmgcxfslaw44 + '@typescript-eslint/parser': 5.23.0_hcfsmds2fshutdssjqluwm76uu + eslint: 8.15.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.15.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 - eslint-plugin-jsonc: 2.2.1_eslint@8.14.0 - eslint-plugin-n: 15.1.0_eslint@8.14.0 - eslint-plugin-promise: 6.0.0_eslint@8.14.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.14.0 - eslint-plugin-vue: 8.7.1_eslint@8.14.0 - eslint-plugin-yml: 0.14.0_eslint@8.14.0 + eslint-plugin-import: 2.26.0_eslint@8.15.0 + eslint-plugin-jsonc: 2.2.1_eslint@8.15.0 + eslint-plugin-n: 15.2.0_eslint@8.15.0 + eslint-plugin-promise: 6.0.0_eslint@8.15.0 + eslint-plugin-unicorn: 42.0.0_eslint@8.15.0 + eslint-plugin-vue: 8.7.1_eslint@8.15.0 + eslint-plugin-yml: 0.14.0_eslint@8.15.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 0.5.0 transitivePeerDependencies: @@ -145,10 +145,6 @@ packages: find-up: 5.0.0 dev: true - /@antfu/utils/0.5.0: - resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==} - dev: true - /@antfu/utils/0.5.1: resolution: {integrity: sha512-8Afo0+xvYe1K8Wm4xHTymfTkpzy36aaqDvhXIayUwl+mecMG9Xzl3XjXa6swG6Bk8FBeQ646RyvmsYt6+2Be9g==} dev: true @@ -179,13 +175,13 @@ packages: engines: {node: '>=6.0.0'} hasBin: true - /@eslint/eslintrc/1.2.2: - resolution: {integrity: sha512-lTVWHs7O2hjBFZunXTZYnYqtB9GakA1lnxIf+gKq2nY5gxkkNi/lQvveW6t8gFdOHTg6nG50Xs95PrLqVpcaLg==} + /@eslint/eslintrc/1.2.3: + resolution: {integrity: sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.3.1 + espree: 9.3.2 globals: 13.11.0 ignore: 5.2.0 import-fresh: 3.3.0 @@ -314,8 +310,8 @@ packages: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node/17.0.31: - resolution: {integrity: sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==} + /@types/node/17.0.32: + resolution: {integrity: sha512-eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw==} dev: true /@types/normalize-package-data/2.4.1: @@ -326,8 +322,8 @@ packages: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: true - /@typescript-eslint/eslint-plugin/5.21.0_vxtfsxfxxyksjzzdyas4bgfolu: - resolution: {integrity: sha512-fTU85q8v5ZLpoZEyn/u1S2qrFOhi33Edo2CZ0+q1gDaWWm0JuPh3bgOyU8lM0edIEYgKLDkPFiZX2MOupgjlyg==} + /@typescript-eslint/eslint-plugin/5.23.0_c63nfttrfhylg3zmgcxfslaw44: + resolution: {integrity: sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -337,12 +333,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.21.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/scope-manager': 5.21.0 - '@typescript-eslint/type-utils': 5.21.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/utils': 5.21.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/parser': 5.23.0_hcfsmds2fshutdssjqluwm76uu + '@typescript-eslint/scope-manager': 5.23.0 + '@typescript-eslint/type-utils': 5.23.0_hcfsmds2fshutdssjqluwm76uu + '@typescript-eslint/utils': 5.23.0_hcfsmds2fshutdssjqluwm76uu debug: 4.3.4 - eslint: 8.14.0 + eslint: 8.15.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 @@ -353,8 +349,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.21.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-8RUwTO77hstXUr3pZoWZbRQUxXcSXafZ8/5gpnQCfXvgmP9gpNlRGlWzvfbEQ14TLjmtU8eGnONkff8U2ui2Eg==} + /@typescript-eslint/parser/5.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -363,26 +359,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.21.0 - '@typescript-eslint/types': 5.21.0 - '@typescript-eslint/typescript-estree': 5.21.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.23.0 + '@typescript-eslint/types': 5.23.0 + '@typescript-eslint/typescript-estree': 5.23.0_typescript@4.6.4 debug: 4.3.4 - eslint: 8.14.0 + eslint: 8.15.0 typescript: 4.6.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.21.0: - resolution: {integrity: sha512-XTX0g0IhvzcH/e3393SvjRCfYQxgxtYzL3UREteUneo72EFlt7UNoiYnikUtmGVobTbhUDByhJ4xRBNe+34kOQ==} + /@typescript-eslint/scope-manager/5.23.0: + resolution: {integrity: sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.21.0 - '@typescript-eslint/visitor-keys': 5.21.0 + '@typescript-eslint/types': 5.23.0 + '@typescript-eslint/visitor-keys': 5.23.0 dev: true - /@typescript-eslint/type-utils/5.21.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-MxmLZj0tkGlkcZCSE17ORaHl8Th3JQwBzyXL/uvC6sNmu128LsgjTX0NIzy+wdH2J7Pd02GN8FaoudJntFvSOw==} + /@typescript-eslint/type-utils/5.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -391,22 +387,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.21.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/utils': 5.23.0_hcfsmds2fshutdssjqluwm76uu debug: 4.3.4 - eslint: 8.14.0 + eslint: 8.15.0 tsutils: 3.21.0_typescript@4.6.4 typescript: 4.6.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.21.0: - resolution: {integrity: sha512-XnOOo5Wc2cBlq8Lh5WNvAgHzpjnEzxn4CJBwGkcau7b/tZ556qrWXQz4DJyChYg8JZAD06kczrdgFPpEQZfDsA==} + /@typescript-eslint/types/5.23.0: + resolution: {integrity: sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.21.0_typescript@4.6.4: - resolution: {integrity: sha512-Y8Y2T2FNvm08qlcoSMoNchh9y2Uj3QmjtwNMdRQkcFG7Muz//wfJBGBxh8R7HAGQFpgYpdHqUpEoPQk+q9Kjfg==} + /@typescript-eslint/typescript-estree/5.23.0_typescript@4.6.4: + resolution: {integrity: sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -414,8 +410,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.21.0 - '@typescript-eslint/visitor-keys': 5.21.0 + '@typescript-eslint/types': 5.23.0 + '@typescript-eslint/visitor-keys': 5.23.0 debug: 4.3.4 globby: 11.0.4 is-glob: 4.0.3 @@ -426,192 +422,198 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.21.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-q/emogbND9wry7zxy7VYri+7ydawo2HDZhRZ5k6yggIvXa7PvBbAAZ4PFH/oZLem72ezC4Pr63rJvDK/sTlL8Q==} + /@typescript-eslint/utils/5.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.21.0 - '@typescript-eslint/types': 5.21.0 - '@typescript-eslint/typescript-estree': 5.21.0_typescript@4.6.4 - eslint: 8.14.0 + '@typescript-eslint/scope-manager': 5.23.0 + '@typescript-eslint/types': 5.23.0 + '@typescript-eslint/typescript-estree': 5.23.0_typescript@4.6.4 + eslint: 8.15.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint-utils: 3.0.0_eslint@8.15.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.21.0: - resolution: {integrity: sha512-SX8jNN+iHqAF0riZQMkm7e8+POXa/fXw5cxL+gjpyP+FI+JVNhii53EmQgDAfDcBpFekYSlO0fGytMQwRiMQCA==} + /@typescript-eslint/visitor-keys/5.23.0: + resolution: {integrity: sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.21.0 + '@typescript-eslint/types': 5.23.0 eslint-visitor-keys: 3.3.0 dev: true - /@unocss/cli/0.32.9: - resolution: {integrity: sha512-lHqq7wCI7Q7yWbDyGB4W4BMsr9m4U+HIu9/18Vn4N7eqr0wog5tUTaea2c0ErJYH8LVXvqMmvbib1Kq/KrbRaA==} + /@unocss/cli/0.33.2: + resolution: {integrity: sha512-X64DpwvPnHHjTROm+6fZb/HoMl4SYzaVjNg/XxmGxrbBbh18tbY6rAcjQF6O7TGPVn07ZuSTEGUsH4PsCaOxXg==} engines: {node: '>=14'} hasBin: true dependencies: - '@unocss/config': 0.32.9 - '@unocss/core': 0.32.9 - '@unocss/preset-uno': 0.32.9 + '@unocss/config': 0.33.2 + '@unocss/core': 0.33.2 + '@unocss/preset-uno': 0.33.2 cac: 6.7.12 chokidar: 3.5.3 colorette: 2.0.16 consola: 2.15.3 fast-glob: 3.2.11 - pathe: 0.2.0 + pathe: 0.3.0 perfect-debounce: 0.1.3 dev: true - /@unocss/config/0.32.9: - resolution: {integrity: sha512-AXZS+AjZzObyPtFK02esDAEaCu6D3FeR8qv+IQ1lGBMe0jGws8lQlduV/ey59HEzoRPxaIi3ziQ6FlxL4wiZ/g==} + /@unocss/config/0.33.2: + resolution: {integrity: sha512-0IntORr7pTYVngdHUS1RUtRFKBJ/wuOy/i9/s2gGYA+Dmh9odZHzB1ExpMckrnGZEjzq6VYX69bDtwSgvl4cyQ==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.32.9 - unconfig: 0.3.3 + '@unocss/core': 0.33.2 + unconfig: 0.3.4 dev: true - /@unocss/core/0.32.9: - resolution: {integrity: sha512-tnKMbe3hGFaMyVCiK5kw4rVEENNJ/XZHOy1SQ+WVobLv4K6zAxXdqeQ3DiNvzzHnEzAFX6ddp4zx975sTJ74ZQ==} + /@unocss/core/0.33.2: + resolution: {integrity: sha512-o6x1SyO9gUHMhXagUNekZ0Bj/GOg1a2QSorFBg1NoR36GHuX+Uz9UJqzHPx5QS7g2jbJdeR01zG9pwVw0R5Tlg==} dev: true - /@unocss/inspector/0.32.9: - resolution: {integrity: sha512-dSjAWTkxkyOU48+mroF3hbxVm8SxNtx57HkT/j2nuZoX3F3tVVEi+5xHwiIKeDO4h0oR8zpbzWCK6NkhtdTEsw==} + /@unocss/inspector/0.33.2: + resolution: {integrity: sha512-3/DwcEvnrnIMDL0pCSAkFQoEDR64H/U+WP78vczF1gwBYXGp+feBSBCKvUy7EjU1SWzFh6FW821oSjhyyM8P8A==} dependencies: gzip-size: 6.0.0 sirv: 2.0.2 dev: true - /@unocss/preset-attributify/0.32.9: - resolution: {integrity: sha512-a2GwHj9ukh1WhhrXHfOQyOCDPYAwg8JVJKwn9EAOdOSb1xNw0LtWF+y90/wZqab7eAZbWwsxb7S8Ja32w7MwLg==} + /@unocss/preset-attributify/0.33.2: + resolution: {integrity: sha512-07SAPb/ehSDoigk80ivyGQcY0QqIonN99v8uZCZR4GtYaSJ8jHjL17TlXoWYMbbB26qdc0XxwWyajD2bQw1NaQ==} dependencies: - '@unocss/core': 0.32.9 + '@unocss/core': 0.33.2 dev: true - /@unocss/preset-icons/0.32.9: - resolution: {integrity: sha512-ccYMPNYQ1nCR3Exe7GoWuW2upP/1wHTyI0zxFQuWI8Pfs3umHsRFnjkDd2J55svK2EmQi0wmVvh9nNu0d63qdQ==} + /@unocss/preset-icons/0.33.2: + resolution: {integrity: sha512-KU5TFR1teW3FEtronf3ihVFK68UU+9h62umSxoxJtn9W7wsX/NXzysl2UN6usbWLcg6TjCpZAyPtuap1/29XSg==} dependencies: '@iconify/utils': 1.0.32 - '@unocss/core': 0.32.9 + '@unocss/core': 0.33.2 transitivePeerDependencies: - supports-color dev: true - /@unocss/preset-mini/0.32.9: - resolution: {integrity: sha512-AXuY4tQMbESzLwgIPPCspC5lppoJ1P7Qhrc/1tdDEb4+11ryTeLyb3yQZgL7HQ1YKKxS0i1hVV5f2x8eNEe2Pg==} + /@unocss/preset-mini/0.33.2: + resolution: {integrity: sha512-Fa+BD5kGo3YQ87A67GzkLhxLzyL5LGyHTlnGsktMQOpcLVpiQKnWAjleCfDN3joSUcX/j7Yny+ruOR1XEFvrrQ==} dependencies: - '@unocss/core': 0.32.9 + '@unocss/core': 0.33.2 dev: true - /@unocss/preset-typography/0.32.9: - resolution: {integrity: sha512-j4aUsl56HSnMZHVjnNl+BQRpWef2NiCiEMADzFrwrw+YvFj4WsMAQITnAMW5i5LXKM8WPYuLEmc3dStuIKnK5w==} + /@unocss/preset-typography/0.33.2: + resolution: {integrity: sha512-ArR/a3K4yEcUkJN6woHw6ClCHUBsKK0wcpZDJkcIOyJJI/a8NkNmJdH7uNAn1SnX4nyOIkdD2WTF3kU4f+mhVA==} dependencies: - '@unocss/core': 0.32.9 + '@unocss/core': 0.33.2 dev: true - /@unocss/preset-uno/0.32.9: - resolution: {integrity: sha512-pTp6HDGn//zhoX05+7B96K9jyR2OpGPLT4pfMatu1ipjyIr6hT8pB3NjXQe26N+VAoLlyckQmAD1rB/gvVaWMw==} + /@unocss/preset-uno/0.33.2: + resolution: {integrity: sha512-iFmYzGXicf8ny4lg5wGK9pGFmDbih2qWYZnNFS1PWwWe4a1rNJUO2ZKi0XesSvdTNNyrxzvWv+39rikGhlDwyw==} dependencies: - '@unocss/core': 0.32.9 - '@unocss/preset-mini': 0.32.9 - '@unocss/preset-wind': 0.32.9 + '@unocss/core': 0.33.2 + '@unocss/preset-mini': 0.33.2 + '@unocss/preset-wind': 0.33.2 dev: true - /@unocss/preset-web-fonts/0.32.9: - resolution: {integrity: sha512-XruDgt/sD4DpJsN45qSBSdJ2NGfmItGqWbKtrErxDghbEYQdkIyZBrKn+4dzjs2qe4aOTtWzzRx5+fBlHFc5rg==} + /@unocss/preset-web-fonts/0.33.2: + resolution: {integrity: sha512-PxMhZiM5WpqXpSSUlJ+46au+te/ZJ77dpyv3HJ0leiMxUx3UWkUKOlNWyBUPWO61EpxlXisLEmdhEU/xyZ318g==} dependencies: - '@unocss/core': 0.32.9 + '@unocss/core': 0.33.2 ohmyfetch: 0.4.16 dev: true - /@unocss/preset-wind/0.32.9: - resolution: {integrity: sha512-wnbVU/rpMrONowCMC9XTXSo34CuSGST6nje/PXyGssdHOHRaC4DcOM2tznJ2Ol0QlhmJ3n6gq/JbSTO0PRp9bQ==} + /@unocss/preset-wind/0.33.2: + resolution: {integrity: sha512-ecuUaDMxOgflMDXSG+hBZ0C9R8tb36nVmyxctEd6oBBG8Trabd8wuZhlTvq59mEfcDcMtK77lgAfDlJxX+/GSQ==} dependencies: - '@unocss/core': 0.32.9 - '@unocss/preset-mini': 0.32.9 + '@unocss/core': 0.33.2 + '@unocss/preset-mini': 0.33.2 dev: true - /@unocss/reset/0.32.9: - resolution: {integrity: sha512-H7MVOCmlDc78hl7nb1Ct+Sa1Hp2wtiO5qLhkHAvd3sB0R0l8kccBDTU7RcGpBD1Vq4QspCadFM5zjLScndyp5A==} + /@unocss/reset/0.33.2: + resolution: {integrity: sha512-ArrkGVr8OEfCHZ5p3IiCi2sv5qXRJZ45zzhCr6vuwP+7+RbgMiyDKhV5oYqIGu7oxFesgXxeD+nRe/v4tKL33g==} dev: true - /@unocss/scope/0.32.9: - resolution: {integrity: sha512-Mv2jFxGuV369Zn3rLb/cKQp/yyw7IVp0TrSd3j7Q3WUTqqg2zjKxXcRGs3EVHtfJV0YC6LxGc1HA7iwH5voAQQ==} + /@unocss/scope/0.33.2: + resolution: {integrity: sha512-Pt267ptQwvdefq16dJxxCKTsWEiIdSfUfYv1KLsr7BQB/AFiiJLuRNn1rjUCrdYrLlA7riav9zdVk85x/u0PAg==} dev: true - /@unocss/transformer-directives/0.32.9: - resolution: {integrity: sha512-1R1lknyQDzeI3dxnAtjQ6oSB6eYVoGXvY5Lo7g8jwOvxkso7DcqG/Evq9KGOj97QWz0Ez/Z7uKQuUXDZdV/11w==} + /@unocss/transformer-compile-class/0.33.2: + resolution: {integrity: sha512-m9whHhhiv93yWyE+Dl5+tBHDItZ+ndiAicNqDYhu1mGsqi4nsPM6xJbbDibiXJWU2W4X+ZA6xhy3GvPkHut+tA==} dependencies: - '@unocss/core': 0.32.9 + '@unocss/core': 0.33.2 + dev: true + + /@unocss/transformer-directives/0.33.2: + resolution: {integrity: sha512-nv1Fxh5iIJPkS7APVZ8EJqjehKXOh5RVX8E1zIFNe0DPrU4xpzrWD8JT0uJJdkBa4eZakB+ElpErej0yc4mhgg==} + dependencies: + '@unocss/core': 0.33.2 css-tree: 2.1.0 dev: true - /@unocss/transformer-variant-group/0.32.9: - resolution: {integrity: sha512-qA6sQZ+U/I4wmPcddfY9/YbesvNdsavY0SBYjnqutjMjf01+1lDfIpn2g01iYR/tdj4sP00mAkigOSXvpjbaOg==} + /@unocss/transformer-variant-group/0.33.2: + resolution: {integrity: sha512-1fk9mYxpnTl6ieLZ3dZ451u0JpVaGy/EzA5CUYQrbXZJKeGcQQzu61okHQOTVAaOXWFkqhiVXbCMSPNGy7HMHA==} dependencies: - '@unocss/core': 0.32.9 + '@unocss/core': 0.33.2 dev: true - /@unocss/vite/0.32.9_vite@2.9.7: - resolution: {integrity: sha512-CE2Dt+pr3gQckvyu1lnqANkALQOPohn1HVir/lYQmd0gGd6l6nr+kL8WrLezqHkhuiJ+DZGq+OFZfs4a32TVBA==} + /@unocss/vite/0.33.2_vite@2.9.8: + resolution: {integrity: sha512-oRt1ejtUEHwGMKXfuXy9BiETkeV27J8miOKrlt+tlg/pm2y0h8113C12J0m15FS3cJhls4eBZs5umPr4J+shDw==} peerDependencies: vite: ^2.9.0 dependencies: '@rollup/pluginutils': 4.2.1 - '@unocss/config': 0.32.9 - '@unocss/core': 0.32.9 - '@unocss/inspector': 0.32.9 - '@unocss/scope': 0.32.9 - '@unocss/transformer-directives': 0.32.9 + '@unocss/config': 0.33.2 + '@unocss/core': 0.33.2 + '@unocss/inspector': 0.33.2 + '@unocss/scope': 0.33.2 + '@unocss/transformer-directives': 0.33.2 magic-string: 0.26.1 - vite: 2.9.7 + vite: 2.9.8 dev: true - /@vitejs/plugin-vue/2.3.1_vite@2.9.7+vue@3.2.33: - resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==} + /@vitejs/plugin-vue/2.3.2_vite@2.9.8+vue@3.2.33: + resolution: {integrity: sha512-umyypfSHS4kQLdYAnJHhaASq7FRzNCdvcRoQ3uYGNk1/M4a+hXUd7ysN7BLhCrWH6uBokyCkFeUAaFDzSaaSrQ==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.7 + vite: 2.9.8 vue: 3.2.33 dev: true - /@volar/code-gen/0.34.11: - resolution: {integrity: sha512-A4w+y+zP8qCDFyZ0KIm2oydRerp14a+IAYXro9wLt0LLvvqUGHEu/6y87uAj6TDqiX4OL/W8r1cEdhOJqFrBlA==} + /@volar/code-gen/0.34.12: + resolution: {integrity: sha512-5GAPsSjScnfMmMoh9qLW7CWQjjnT0fTUsPWnDMMjKIOqQF9J5mOyo7rprt1VzX63zwayqFfx7V8W3EVNhUCE3w==} dependencies: - '@volar/source-map': 0.34.11 + '@volar/source-map': 0.34.12 dev: true - /@volar/source-map/0.34.11: - resolution: {integrity: sha512-ZsNZqFPUDDL1y6hK0ok7EriFb3CnCeapTLQrziTAbi3yOhcE4yM4G59XtRzc1i9EB+RXscm9a6Q6TgzD5KvoeA==} + /@volar/source-map/0.34.12: + resolution: {integrity: sha512-07imKws1cz9g3eo0VWXdioNfc1eCjqwK7GsxVuYSc7OCzKASt9PywUW+F39QGB9g2Kewof+PjCVIPeGqGRECTA==} dev: true - /@volar/vue-code-gen/0.34.11: - resolution: {integrity: sha512-r/tnLd1eyy/PI0fBUYU7hKXkCyHb0JqBidTiADrazzkYMraRcwL6JNLOj/D7Pk75W0ObzlMUfHJdrAuxKvAHRg==} + /@volar/vue-code-gen/0.34.12: + resolution: {integrity: sha512-PFcft62eIvQvcB6H2Z88fouTu2JmYwimORziFGr3LlGriQUEVmyDtqddtb+E+j2wGChtLkh6hf1py94C5VpI/Q==} dependencies: - '@volar/code-gen': 0.34.11 - '@volar/source-map': 0.34.11 + '@volar/code-gen': 0.34.12 + '@volar/source-map': 0.34.12 '@vue/compiler-core': 3.2.33 '@vue/compiler-dom': 3.2.33 '@vue/shared': 3.2.33 dev: true - /@volar/vue-typescript/0.34.11: - resolution: {integrity: sha512-pZkIeCPIjRRc/Oj9uxyOk6UvE43ecD71B/CSbmtiMU9sqrSwpP8cdDr/B/cqm1jwebkChTaa1gLodNHS8BOLuw==} + /@volar/vue-typescript/0.34.12: + resolution: {integrity: sha512-mY5cZ2OFOKt1HcCuoX1ViEsccltX3mdACk/FAjrSZTrilTdVHI1zkmQlrpCSnjmE1qowd8I6YoVt7THCaVrHdg==} dependencies: - '@volar/code-gen': 0.34.11 - '@volar/source-map': 0.34.11 - '@volar/vue-code-gen': 0.34.11 + '@volar/code-gen': 0.34.12 + '@volar/source-map': 0.34.12 + '@volar/vue-code-gen': 0.34.12 '@vue/compiler-sfc': 3.2.33 - '@vue/reactivity': 3.2.31 + '@vue/reactivity': 3.2.33 dev: true /@vue/compiler-core/3.2.33: @@ -661,17 +663,10 @@ packages: estree-walker: 2.0.2 magic-string: 0.25.7 - /@vue/reactivity/3.2.31: - resolution: {integrity: sha512-HVr0l211gbhpEKYr2hYe7hRsV91uIVGFYNHj73njbARVGHQvIojkImKMaZNDdoDZOIkMsBc9a1sMqR+WZwfSCw==} - dependencies: - '@vue/shared': 3.2.31 - dev: true - /@vue/reactivity/3.2.33: resolution: {integrity: sha512-62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ==} dependencies: '@vue/shared': 3.2.33 - dev: false /@vue/runtime-core/3.2.33: resolution: {integrity: sha512-N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw==} @@ -698,10 +693,6 @@ packages: vue: 3.2.33 dev: false - /@vue/shared/3.2.31: - resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==} - dev: true - /@vue/shared/3.2.33: resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==} @@ -713,8 +704,8 @@ packages: vue: 3.2.33 dev: true - /@vueuse/core/8.3.1_vue@3.2.33: - resolution: {integrity: sha512-WiXUgVyPG9elGx3G8UV8g+zqbEJ2hYacrPICogAxDdW6hnxxcUFdF7FtvDroJ/DxWmo2pg8XNNz07ybfnZyJbw==} + /@vueuse/core/8.4.2_vue@3.2.33: + resolution: {integrity: sha512-dUVU96lii1ZdWoNJXauQNt+4QrHz1DKbuW+y6pDR2N10q7rGZJMDU7pQeMcC2XeosX7kMODfaBuqsF03NozzLg==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -724,18 +715,18 @@ packages: vue: optional: true dependencies: - '@vueuse/metadata': 8.3.1 - '@vueuse/shared': 8.3.1_vue@3.2.33 + '@vueuse/metadata': 8.4.2 + '@vueuse/shared': 8.4.2_vue@3.2.33 vue: 3.2.33 vue-demi: 0.12.1_vue@3.2.33 dev: false - /@vueuse/metadata/8.3.1: - resolution: {integrity: sha512-1aZaFL44HzXXkfN6Q7KMDOXBFKTHDClHlOJBxtN8rTBXIIScoGOrJCpxWiQ4kuVg95MzG/pHrd3P4wd8poL9XQ==} + /@vueuse/metadata/8.4.2: + resolution: {integrity: sha512-2BIj++7P0/I5dfMsEe8q7Kw0HqVAjVcyNOd9+G22/ILUC9TVLTeYOuJ1kwa1Gpr+0LWKHc6GqHiLWNL33+exoQ==} dev: false - /@vueuse/shared/8.3.1_vue@3.2.33: - resolution: {integrity: sha512-7HKLCcxp4dtONq6QSSoavblo9riYgqzw7jhqiC0/VUYMXKzqj1G/GznOzTmY8Wi8uKKT197JqjKQ1DKt2j/0+A==} + /@vueuse/shared/8.4.2_vue@3.2.33: + resolution: {integrity: sha512-hILXMEjL8YQhj1LHN/HZ49UThyfk8irTjhele2nW+L3N55ElFUBGB/f4w0rg8EW+/suhqv7kJJPTZzvHCqxlIw==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -760,12 +751,12 @@ packages: acorn-walk: 7.2.0 dev: true - /acorn-jsx/5.3.2_acorn@8.7.0: + /acorn-jsx/5.3.2_acorn@8.7.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.7.0 + acorn: 8.7.1 dev: true /acorn-walk/7.2.0: @@ -785,8 +776,8 @@ packages: hasBin: true dev: true - /acorn/8.7.0: - resolution: {integrity: sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==} + /acorn/8.7.1: + resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -1579,35 +1570,35 @@ packages: find-up: 2.1.0 dev: true - /eslint-plugin-antfu/0.22.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-yYv4nES0XyH1cHsG8IoMyzAiXzYR4XzFTSQyZ1VQVlFF00r1okYYqCP0/56/pT8q/NvQ5BnoVAtfkZrR2Lqc+w==} + /eslint-plugin-antfu/0.23.0_hcfsmds2fshutdssjqluwm76uu: + resolution: {integrity: sha512-NiWbXYxCmfd0BVI/EunNkCLD6V33Ce9sckjlccu69MejPPPTkEAFAKfmsoxc9LuW1x38E7CE26EvODUuAKXOCw==} dependencies: - '@typescript-eslint/utils': 5.21.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/utils': 5.23.0_hcfsmds2fshutdssjqluwm76uu transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /eslint-plugin-es/4.1.0_eslint@8.14.0: + /eslint-plugin-es/4.1.0_eslint@8.15.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.14.0 + eslint: 8.15.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.14.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.15.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.14.0 + eslint: 8.15.0 ignore: 5.2.0 dev: true @@ -1617,7 +1608,7 @@ packages: htmlparser2: 7.2.0 dev: true - /eslint-plugin-import/2.26.0_eslint@8.14.0: + /eslint-plugin-import/2.26.0_eslint@8.15.0: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -1627,7 +1618,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.14.0 + eslint: 8.15.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3 has: 1.0.3 @@ -1639,40 +1630,40 @@ packages: tsconfig-paths: 3.14.1 dev: true - /eslint-plugin-jsonc/2.2.1_eslint@8.14.0: + /eslint-plugin-jsonc/2.2.1_eslint@8.15.0: resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.14.0 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint: 8.15.0 + eslint-utils: 3.0.0_eslint@8.15.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-markdown/2.2.1_eslint@8.14.0: + /eslint-plugin-markdown/2.2.1_eslint@8.15.0: resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==} engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.14.0 + eslint: 8.15.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n/15.1.0_eslint@8.14.0: - resolution: {integrity: sha512-Tgx4Z58QXv2Ha7Qzp0u4wavnZNZ3AOievZMxrAxi7nvDbzD5B/JqOD80LHYcGHFZc2HD9jDmM/+KWMPov46a4A==} + /eslint-plugin-n/15.2.0_eslint@8.15.0: + resolution: {integrity: sha512-lWLg++jGwC88GDGGBX3CMkk0GIWq0y41aH51lavWApOKcMQcYoL3Ayd0lEdtD3SnQtR+3qBvWQS3qGbR2BxRWg==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 4.0.0 - eslint: 8.14.0 - eslint-plugin-es: 4.1.0_eslint@8.14.0 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint: 8.15.0 + eslint-plugin-es: 4.1.0_eslint@8.15.0 + eslint-utils: 3.0.0_eslint@8.15.0 ignore: 5.2.0 is-core-module: 2.8.1 minimatch: 3.1.2 @@ -1680,16 +1671,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/6.0.0_eslint@8.14.0: + /eslint-plugin-promise/6.0.0_eslint@8.15.0: resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.14.0 + eslint: 8.15.0 dev: true - /eslint-plugin-react/7.29.4_eslint@8.14.0: + /eslint-plugin-react/7.29.4_eslint@8.15.0: resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} engines: {node: '>=4'} peerDependencies: @@ -1698,7 +1689,7 @@ packages: array-includes: 3.1.4 array.prototype.flatmap: 1.2.5 doctrine: 2.1.0 - eslint: 8.14.0 + eslint: 8.15.0 estraverse: 5.3.0 jsx-ast-utils: 3.2.0 minimatch: 3.1.2 @@ -1712,7 +1703,7 @@ packages: string.prototype.matchall: 4.0.6 dev: true - /eslint-plugin-unicorn/42.0.0_eslint@8.14.0: + /eslint-plugin-unicorn/42.0.0_eslint@8.15.0: resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==} engines: {node: '>=12'} peerDependencies: @@ -1721,8 +1712,8 @@ packages: '@babel/helper-validator-identifier': 7.16.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.14.0 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint: 8.15.0 + eslint-utils: 3.0.0_eslint@8.15.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -1735,31 +1726,31 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/8.7.1_eslint@8.14.0: + /eslint-plugin-vue/8.7.1_eslint@8.15.0: resolution: {integrity: sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.14.0 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint: 8.15.0 + eslint-utils: 3.0.0_eslint@8.15.0 natural-compare: 1.4.0 nth-check: 2.0.1 postcss-selector-parser: 6.0.10 semver: 7.3.5 - vue-eslint-parser: 8.0.1_eslint@8.14.0 + vue-eslint-parser: 8.0.1_eslint@8.15.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.14.0_eslint@8.14.0: + /eslint-plugin-yml/0.14.0_eslint@8.15.0: resolution: {integrity: sha512-+0+bBV/07txENbxfrHF9olGoLCHez64vmnOmjWOoLwmXOwfdaSRleBSPIi4nWQs7WwX8lm/fSLadOjbVEcsXQQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.14.0 + eslint: 8.15.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 0.5.0 @@ -1798,13 +1789,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.14.0: + /eslint-utils/3.0.0_eslint@8.15.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.14.0 + eslint: 8.15.0 eslint-visitor-keys: 2.1.0 dev: true @@ -1823,12 +1814,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.14.0: - resolution: {integrity: sha512-3/CE4aJX7LNEiE3i6FeodHmI/38GZtWCsAtsymScmzYapx8q1nVVb+eLcLSzATmCPXw5pT4TqVs1E0OmxAd9tw==} + /eslint/8.15.0: + resolution: {integrity: sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.2.2 + '@eslint/eslintrc': 1.2.3 '@humanwhocodes/config-array': 0.9.2 ajv: 6.12.6 chalk: 4.1.2 @@ -1837,9 +1828,9 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.14.0 + eslint-utils: 3.0.0_eslint@8.15.0 eslint-visitor-keys: 3.3.0 - espree: 9.3.1 + espree: 9.3.2 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -1867,12 +1858,12 @@ packages: - supports-color dev: true - /espree/9.3.1: - resolution: {integrity: sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==} + /espree/9.3.2: + resolution: {integrity: sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.7.0 - acorn-jsx: 5.3.2_acorn@8.7.0 + acorn: 8.7.1 + acorn-jsx: 5.3.2_acorn@8.7.1 eslint-visitor-keys: 3.3.0 dev: true @@ -2529,9 +2520,9 @@ packages: resolution: {integrity: sha512-qCRJWlbP2v6HbmKW7R3lFbeiVWHo+oMJ0j+MizwvauqnCV/EvtAeEeuCgoc/ErtsuoKgYB8U4Ih8AxJbXoE6/g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.7.0 + acorn: 8.7.1 eslint-visitor-keys: 3.3.0 - espree: 9.3.1 + espree: 9.3.2 semver: 7.3.5 dev: true @@ -3021,8 +3012,8 @@ packages: engines: {node: '>=8'} dev: true - /pathe/0.2.0: - resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==} + /pathe/0.3.0: + resolution: {integrity: sha512-3vUjp552BJzCw9vqKsO5sttHkbYqqsZtH0x1PNtItgqx8BXEXzoY1SYRKcL6BTyVh4lGJGLj0tM42elUDMvcYA==} dev: true /pathval/1.1.1: @@ -3046,8 +3037,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/7.0.0: - resolution: {integrity: sha512-5njVSmE/Sz6coyikS6gjwoKWaxxsJ6BY6jL1aqwvnEpNUfFednbHqid3aZ42JszOFaSOz3Qipcfp4ei22G/JEg==} + /pnpm/7.0.1: + resolution: {integrity: sha512-jDXatNQpx+KYoCg0sSEBj4ryS8dIfo05TkhH5GOyi0ClhmkdmdHr2PgbReQyzZzuQpKWefCAvwOB8PxE1tgQNg==} engines: {node: '>=14.19'} hasBin: true dev: true @@ -3506,8 +3497,8 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unconfig/0.3.3: - resolution: {integrity: sha512-BavyYUbMTk5s7jypXdcS5ZkoqFAzzVt1AT7T9xFjNDCizqdb0YI6yRYRCGBeNp8tK7xnLl2vo7enG+2GxN0+2Q==} + /unconfig/0.3.4: + resolution: {integrity: sha512-cf39F1brwQuLSuMLTYXOdWJH0O1CJee6a4QW1nYtO7SoBUfVvQCvEel6ssTNXtPfi17kop1ADmVtmC49NlFkIQ==} dependencies: '@antfu/utils': 0.5.1 defu: 6.0.0 @@ -3530,29 +3521,30 @@ packages: engines: {node: '>= 4.0.0'} dev: true - /unocss/0.32.9_vite@2.9.7: - resolution: {integrity: sha512-1o9CYWcw+KsNauoMTs9vDFA5hYWKkRnFsxNJ0oEiFuFZBlAdGItsokiUnaaOQ8Ue38WfD4jn4j3v2f47GXdL3g==} + /unocss/0.33.2_vite@2.9.8: + resolution: {integrity: sha512-ISGmthl9kNPujda/Yt25irdV9s9F3hr8MWpd/NE7Kv/qkZJC3/FvO/l/9d5ggkbgsAuGQrsfuaQnxT2p4k9Yug==} engines: {node: '>=14'} dependencies: - '@unocss/cli': 0.32.9 - '@unocss/core': 0.32.9 - '@unocss/preset-attributify': 0.32.9 - '@unocss/preset-icons': 0.32.9 - '@unocss/preset-mini': 0.32.9 - '@unocss/preset-typography': 0.32.9 - '@unocss/preset-uno': 0.32.9 - '@unocss/preset-web-fonts': 0.32.9 - '@unocss/preset-wind': 0.32.9 - '@unocss/reset': 0.32.9 - '@unocss/transformer-directives': 0.32.9 - '@unocss/transformer-variant-group': 0.32.9 - '@unocss/vite': 0.32.9_vite@2.9.7 + '@unocss/cli': 0.33.2 + '@unocss/core': 0.33.2 + '@unocss/preset-attributify': 0.33.2 + '@unocss/preset-icons': 0.33.2 + '@unocss/preset-mini': 0.33.2 + '@unocss/preset-typography': 0.33.2 + '@unocss/preset-uno': 0.33.2 + '@unocss/preset-web-fonts': 0.33.2 + '@unocss/preset-wind': 0.33.2 + '@unocss/reset': 0.33.2 + '@unocss/transformer-compile-class': 0.33.2 + '@unocss/transformer-directives': 0.33.2 + '@unocss/transformer-variant-group': 0.33.2 + '@unocss/vite': 0.33.2_vite@2.9.8 transitivePeerDependencies: - supports-color - vite dev: true - /unplugin-auto-import/0.7.1_ughpjznvtpymuf7ubf7g3kiiem: + /unplugin-auto-import/0.7.1_zx3pfbbc5uei3k4c6zdezegtqm: resolution: {integrity: sha512-9865OV9eP99PNxHR2mtTDExeN01m4M9boT5U2BtIwsU1wDRsaFIYWLwcCBEjvXzXfTTC2NNMskhHGVAMfL2WgA==} engines: {node: '>=14'} peerDependencies: @@ -3563,11 +3555,11 @@ packages: dependencies: '@antfu/utils': 0.5.1 '@rollup/pluginutils': 4.2.0 - '@vueuse/core': 8.3.1_vue@3.2.33 + '@vueuse/core': 8.4.2_vue@3.2.33 local-pkg: 0.4.1 magic-string: 0.26.1 resolve: 1.22.0 - unplugin: 0.6.1_vite@2.9.7 + unplugin: 0.6.1_vite@2.9.8 transitivePeerDependencies: - esbuild - rollup @@ -3575,8 +3567,8 @@ packages: - webpack dev: true - /unplugin-vue-components/0.19.3_vite@2.9.7+vue@3.2.33: - resolution: {integrity: sha512-z/kpYJnqrJuWglDNs7fy0YRHr41oLc07y2TkP3by6DqPb1GG9xGC9SFigeFwd4J7GVTqyFVsnjoeup7uK7I2dA==} + /unplugin-vue-components/0.19.5_vite@2.9.8+vue@3.2.33: + resolution: {integrity: sha512-cIC+PdQEXmG+B1gmZGk4hws2xP+00C6pg3FD6ixEgRyW+WF+QXQW/60pc+hUhtDYs1PFE+23K3NY7yvYTnDDTA==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -3588,8 +3580,8 @@ packages: '@babel/traverse': optional: true dependencies: - '@antfu/utils': 0.5.0 - '@rollup/pluginutils': 4.2.0 + '@antfu/utils': 0.5.1 + '@rollup/pluginutils': 4.2.1 chokidar: 3.5.3 debug: 4.3.4 fast-glob: 3.2.11 @@ -3597,7 +3589,7 @@ packages: magic-string: 0.26.1 minimatch: 5.0.1 resolve: 1.22.0 - unplugin: 0.6.1_vite@2.9.7 + unplugin: 0.6.3_vite@2.9.8 vue: 3.2.33 transitivePeerDependencies: - esbuild @@ -3607,7 +3599,7 @@ packages: - webpack dev: true - /unplugin/0.6.1_vite@2.9.7: + /unplugin/0.6.1_vite@2.9.8: resolution: {integrity: sha512-cQqRCgQ2v/Q4fPIWNVZ6sNIDdl5v8JXOnlsUOsGzT4fblTONoPWaytiYSpu5qJ9lvSDZYAQN6BRVo3XQoZMfUQ==} peerDependencies: esbuild: '>=0.13' @@ -3625,7 +3617,30 @@ packages: optional: true dependencies: chokidar: 3.5.3 - vite: 2.9.7 + vite: 2.9.8 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.4.3 + dev: true + + /unplugin/0.6.3_vite@2.9.8: + resolution: {integrity: sha512-CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A==} + peerDependencies: + esbuild: '>=0.13' + rollup: ^2.50.0 + vite: ^2.3.0 + webpack: 4 || 5 + peerDependenciesMeta: + esbuild: + optional: true + rollup: + optional: true + vite: + optional: true + webpack: + optional: true + dependencies: + chokidar: 3.5.3 + vite: 2.9.8 webpack-sources: 3.2.3 webpack-virtual-modules: 0.4.3 dev: true @@ -3651,7 +3666,7 @@ packages: spdx-expression-parse: 3.0.1 dev: true - /vite-plugin-pages/0.23.0_vite@2.9.7: + /vite-plugin-pages/0.23.0_vite@2.9.8: resolution: {integrity: sha512-KEfW6WBfACCjMXoQY0mLEzfifwCTq6FlvvtXs2XSEe9Pd4QadZTNzHOPKHDsKpVXysRzbYxE8/c/Ao9+nXsQ7w==} peerDependencies: '@vue/compiler-sfc': ^3.0.0 @@ -3667,14 +3682,14 @@ packages: json5: 2.2.1 local-pkg: 0.4.1 picocolors: 1.0.0 - vite: 2.9.7 + vite: 2.9.8 yaml: 2.0.1 transitivePeerDependencies: - supports-color dev: true - /vite/2.9.7: - resolution: {integrity: sha512-5hH7aNQe8rJiTTqCtPNX/6mIKlGw+1wg8UXwAxDIIN8XaSR+Zx3GT2zSu7QKa1vIaBqfUODGh3vpwY8r0AW/jw==} + /vite/2.9.8: + resolution: {integrity: sha512-zsBGwn5UT3YS0NLSJ7hnR54+vUKfgzMUh/Z9CxF1YKEBVIe213+63jrFLmZphgGI5zXwQCSmqIdbPuE8NJywPw==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -3697,8 +3712,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.10.1_jsdom@19.0.0: - resolution: {integrity: sha512-jFNObjJ48WnfJzxpopJOrd7ZnRCE3OGgE2KSQ1AGmKxNPTgadMCLx81GBrIcxIjuz2E/8qmGBPtC5VH01ihl7A==} + /vitest/0.12.4_jsdom@19.0.0: + resolution: {integrity: sha512-EDxdhlAt6vcu6y4VouAI60z78iCAVFnfBL4VlSQVQnGmOk5altOtIKvp3xfZ+cfo4iVHgqq1QNyf5qOFiL4leg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -3723,7 +3738,7 @@ packages: local-pkg: 0.4.1 tinypool: 0.1.3 tinyspy: 0.3.2 - vite: 2.9.7 + vite: 2.9.8 transitivePeerDependencies: - less - sass @@ -3745,17 +3760,17 @@ packages: vue: 3.2.33 dev: false - /vue-eslint-parser/8.0.1_eslint@8.14.0: + /vue-eslint-parser/8.0.1_eslint@8.15.0: resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.14.0 + eslint: 8.15.0 eslint-scope: 6.0.0 eslint-visitor-keys: 3.3.0 - espree: 9.3.1 + espree: 9.3.2 esquery: 1.4.0 lodash: 4.17.21 semver: 7.3.5 @@ -3763,8 +3778,8 @@ packages: - supports-color dev: true - /vue-router/4.0.14_vue@3.2.33: - resolution: {integrity: sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==} + /vue-router/4.0.15_vue@3.2.33: + resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==} peerDependencies: vue: ^3.2.0 dependencies: @@ -3772,13 +3787,13 @@ packages: vue: 3.2.33 dev: false - /vue-tsc/0.34.11_typescript@4.6.4: - resolution: {integrity: sha512-5NM4oR8U/c3mTlJ9aNXbXkAGT2bhq+FJpCgZDqOKPpCjW5QDx1BXPC+nrBXNMwg8TRL6pK4fl+x+hrK97Siq/Q==} + /vue-tsc/0.34.12_typescript@4.6.4: + resolution: {integrity: sha512-CmuqLXHEW5UvS8UpT2RYom5MzOWBD142PLXxDX0ARdZ/u1oLobA3od4XY2XZACQYCFCzjTvfD1H5wrWwiGwoUA==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-typescript': 0.34.11 + '@volar/vue-typescript': 0.34.12 typescript: 4.6.4 dev: true