diff --git a/package.json b/package.json index fe12894..0b482fe 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "typecheck": "vue-tsc --noEmit" }, "dependencies": { - "@vueuse/core": "^8.1.1", + "@vueuse/core": "^8.2.0", "@vueuse/head": "^0.7.5", "nprogress": "^0.2.0", "pinia": "^2.0.12", @@ -24,36 +24,36 @@ "vue-router": "^4.0.14" }, "devDependencies": { - "@antfu/eslint-config": "^0.18.8", + "@antfu/eslint-config": "^0.19.1", "@iconify-json/carbon": "^1.1.2", "@intlify/vite-plugin-vue-i18n": "^3.3.1", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", - "@unocss/reset": "^0.29.2", - "@vitejs/plugin-vue": "^2.2.4", + "@unocss/reset": "^0.30.8", + "@vitejs/plugin-vue": "^2.3.0", "@vue/test-utils": "^2.0.0-rc.18", "critters": "^0.0.16", "cross-env": "^7.0.3", - "cypress": "^9.5.2", - "eslint": "^8.11.0", + "cypress": "^9.5.3", + "eslint": "^8.12.0", "eslint-plugin-cypress": "^2.12.1", "https-localhost": "^4.7.1", "markdown-it-link-attributes": "^4.0.0", "markdown-it-prism": "^2.2.3", "pnpm": "^6.32.3", - "typescript": "^4.6.2", - "unocss": "^0.29.2", - "unplugin-auto-import": "^0.6.6", - "unplugin-vue-components": "^0.18.0", - "vite": "^2.8.6", + "typescript": "^4.6.3", + "unocss": "^0.30.8", + "unplugin-auto-import": "^0.6.8", + "unplugin-vue-components": "^0.18.5", + "vite": "^2.9.0", "vite-plugin-inspect": "^0.4.3", - "vite-plugin-md": "^0.11.9", + "vite-plugin-md": "^0.12.4", "vite-plugin-pages": "^0.22.0", "vite-plugin-pwa": "^0.11.13", "vite-plugin-vue-layouts": "^0.6.0", "vite-ssg": "^0.19.0", "vite-ssg-sitemap": "^0.2.0", - "vitest": "^0.7.0", - "vue-tsc": "^0.33.2" + "vitest": "^0.8.1", + "vue-tsc": "^0.33.9" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 336ef39..fbc257e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,20 +1,20 @@ lockfileVersion: 5.3 specifiers: - '@antfu/eslint-config': ^0.18.8 + '@antfu/eslint-config': ^0.19.1 '@iconify-json/carbon': ^1.1.2 '@intlify/vite-plugin-vue-i18n': ^3.3.1 '@types/markdown-it-link-attributes': ^3.0.1 '@types/nprogress': ^0.2.0 - '@unocss/reset': ^0.29.2 - '@vitejs/plugin-vue': ^2.2.4 + '@unocss/reset': ^0.30.8 + '@vitejs/plugin-vue': ^2.3.0 '@vue/test-utils': ^2.0.0-rc.18 - '@vueuse/core': ^8.1.1 + '@vueuse/core': ^8.2.0 '@vueuse/head': ^0.7.5 critters: ^0.0.16 cross-env: ^7.0.3 - cypress: ^9.5.2 - eslint: ^8.11.0 + cypress: ^9.5.3 + eslint: ^8.12.0 eslint-plugin-cypress: ^2.12.1 https-localhost: ^4.7.1 markdown-it-link-attributes: ^4.0.0 @@ -23,30 +23,30 @@ specifiers: pinia: ^2.0.12 pnpm: ^6.32.3 prism-theme-vars: ^0.2.2 - typescript: ^4.6.2 - unocss: ^0.29.2 - unplugin-auto-import: ^0.6.6 - unplugin-vue-components: ^0.18.0 - vite: ^2.8.6 + typescript: ^4.6.3 + unocss: ^0.30.8 + unplugin-auto-import: ^0.6.8 + unplugin-vue-components: ^0.18.5 + vite: ^2.9.0 vite-plugin-inspect: ^0.4.3 - vite-plugin-md: ^0.11.9 + vite-plugin-md: ^0.12.4 vite-plugin-pages: ^0.22.0 vite-plugin-pwa: ^0.11.13 vite-plugin-vue-layouts: ^0.6.0 vite-ssg: ^0.19.0 vite-ssg-sitemap: ^0.2.0 - vitest: ^0.7.0 + vitest: ^0.8.1 vue: ^3.2.31 vue-demi: ^0.12.4 vue-i18n: ^9.1.9 vue-router: ^4.0.14 - vue-tsc: ^0.33.2 + vue-tsc: ^0.33.9 dependencies: - '@vueuse/core': 8.1.1_vue@3.2.31 + '@vueuse/core': 8.2.0_vue@3.2.31 '@vueuse/head': 0.7.5_vue@3.2.31 nprogress: 0.2.0 - pinia: 2.0.12_typescript@4.6.2+vue@3.2.31 + pinia: 2.0.12_typescript@4.6.3+vue@3.2.31 prism-theme-vars: 0.2.2 vue: 3.2.31 vue-demi: 0.12.4_vue@3.2.31 @@ -54,37 +54,37 @@ dependencies: vue-router: 4.0.14_vue@3.2.31 devDependencies: - '@antfu/eslint-config': 0.18.8_eslint@8.11.0+typescript@4.6.2 + '@antfu/eslint-config': 0.19.1_eslint@8.12.0+typescript@4.6.3 '@iconify-json/carbon': 1.1.2 - '@intlify/vite-plugin-vue-i18n': 3.3.1_vite@2.8.6+vue-i18n@9.1.9 + '@intlify/vite-plugin-vue-i18n': 3.3.1_vite@2.9.0+vue-i18n@9.1.9 '@types/markdown-it-link-attributes': 3.0.1 '@types/nprogress': 0.2.0 - '@unocss/reset': 0.29.2 - '@vitejs/plugin-vue': 2.2.4_vite@2.8.6+vue@3.2.31 + '@unocss/reset': 0.30.8 + '@vitejs/plugin-vue': 2.3.0_vite@2.9.0+vue@3.2.31 '@vue/test-utils': 2.0.0-rc.18_vue@3.2.31 critters: 0.0.16 cross-env: 7.0.3 - cypress: 9.5.2 - eslint: 8.11.0 - eslint-plugin-cypress: 2.12.1_eslint@8.11.0 + cypress: 9.5.3 + eslint: 8.12.0 + eslint-plugin-cypress: 2.12.1_eslint@8.12.0 https-localhost: 4.7.1 markdown-it-link-attributes: 4.0.0 markdown-it-prism: 2.2.3 pnpm: 6.32.3 - typescript: 4.6.2 - unocss: 0.29.2 - unplugin-auto-import: 0.6.6_@vueuse+core@8.1.1+vite@2.8.6 - unplugin-vue-components: 0.18.0_vite@2.8.6+vue@3.2.31 - vite: 2.8.6 - vite-plugin-inspect: 0.4.3_vite@2.8.6 - vite-plugin-md: 0.11.9_vite@2.8.6 - vite-plugin-pages: 0.22.0_vite@2.8.6 - vite-plugin-pwa: 0.11.13_vite@2.8.6 - vite-plugin-vue-layouts: 0.6.0_da2b5bfcc9ee38bfd25c98b31b35c29d - vite-ssg: 0.19.0_06991454d28c6a3de3c4aa992a4c8636 + typescript: 4.6.3 + unocss: 0.30.8 + unplugin-auto-import: 0.6.8_@vueuse+core@8.2.0+vite@2.9.0 + unplugin-vue-components: 0.18.5_vite@2.9.0+vue@3.2.31 + vite: 2.9.0 + vite-plugin-inspect: 0.4.3_vite@2.9.0 + vite-plugin-md: 0.12.4_vite@2.9.0 + vite-plugin-pages: 0.22.0_vite@2.9.0 + vite-plugin-pwa: 0.11.13_vite@2.9.0 + vite-plugin-vue-layouts: 0.6.0_66a0c73cd4de691e0c3c2495d471035d + vite-ssg: 0.19.0_c7a4fd2442573e6ba281579bcf1f34c8 vite-ssg-sitemap: 0.2.0 - vitest: 0.7.0 - vue-tsc: 0.33.2_typescript@4.6.2 + vitest: 0.8.1 + vue-tsc: 0.33.9_typescript@4.6.3 packages: @@ -95,89 +95,87 @@ packages: '@jridgewell/trace-mapping': 0.3.4 dev: true - /@antfu/eslint-config-basic/0.18.8_eslint@8.11.0: - resolution: {integrity: sha512-xgBANrnK7rODHwUtnrbYf7rdqCFEIQelwWtrZxn7aoKMvkRnUUbgVGtuDJOsEdI9eiZblsTx0Z60Y4EcJMmEWw==} + /@antfu/eslint-config-basic/0.19.1_eslint@8.12.0: + resolution: {integrity: sha512-H+B4xiPtMHuKX8S3Wl0O8ewJ5TqvACd88ZH3OffNRw9XU7nR3JFo4aAcsFchezEDnFzmMe9ahzcw33IoesoHOw==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.11.0 - eslint-config-standard: 17.0.0-1_e3fbc39d1dad97c63e2c5f7699d49cd4 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.11.0 + eslint: 8.12.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.12.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.25.4_eslint@8.11.0 - eslint-plugin-jsonc: 2.2.1_eslint@8.11.0 - eslint-plugin-markdown: 2.2.1_eslint@8.11.0 - eslint-plugin-n: 15.0.1_eslint@8.11.0 - eslint-plugin-promise: 6.0.0_eslint@8.11.0 - eslint-plugin-unicorn: 41.0.0_eslint@8.11.0 - eslint-plugin-yml: 0.14.0_eslint@8.11.0 + eslint-plugin-import: 2.25.4_eslint@8.12.0 + eslint-plugin-jsonc: 2.2.1_eslint@8.12.0 + eslint-plugin-markdown: 2.2.1_eslint@8.12.0 + eslint-plugin-n: 15.1.0_eslint@8.12.0 + eslint-plugin-promise: 6.0.0_eslint@8.12.0 + eslint-plugin-unicorn: 41.0.1_eslint@8.12.0 + eslint-plugin-yml: 0.14.0_eslint@8.12.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 0.5.0 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-react/0.18.8_eslint@8.11.0+typescript@4.6.2: - resolution: {integrity: sha512-HszlqJRyxKzLXmGsLf0ONK2oDAZ+A7kon9jNdkmUYyoFjRU93W9lNfNQLfqtNMzmFgXhUMZqJQJP4p+6S8flVQ==} + /@antfu/eslint-config-react/0.19.1_eslint@8.12.0+typescript@4.6.3: + resolution: {integrity: sha512-5JnWj7ACj5YDqFnATHyrpYuQxhWKbCDZVTeYtf9znJMHEumerMdIPJHioTC0DLaOAlOqL6dKYpBopB0UZwSuiQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.18.8_eslint@8.11.0+typescript@4.6.2 - eslint: 8.11.0 - eslint-plugin-react: 7.29.4_eslint@8.11.0 + '@antfu/eslint-config-ts': 0.19.1_eslint@8.12.0+typescript@4.6.3 + eslint: 8.12.0 + eslint-plugin-react: 7.29.4_eslint@8.12.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config-ts/0.18.8_eslint@8.11.0+typescript@4.6.2: - resolution: {integrity: sha512-BeQcYwluWr2Elc/z6kfg0MowHl0smsLq2+s/OKJ2dJMSez+Pmkp/T+dMlo01PExODWvlROlmgtm34Z7JNUd+nA==} + /@antfu/eslint-config-ts/0.19.1_eslint@8.12.0+typescript@4.6.3: + resolution: {integrity: sha512-lRmsMRUpGOH7lRBKXPZn1ZB9H0SzJuVE8Lt25ye9NdI0qwDAnLuoOF8auWO/jD2BXGz9ZrXQ63DANFmRaBZ8bw==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.18.8_eslint@8.11.0 - '@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28 - '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2 - eslint: 8.11.0 - typescript: 4.6.2 + '@antfu/eslint-config-basic': 0.19.1_eslint@8.12.0 + '@typescript-eslint/eslint-plugin': 5.17.0_689ff565753ecf7c3328c07fad067df5 + '@typescript-eslint/parser': 5.17.0_eslint@8.12.0+typescript@4.6.3 + eslint: 8.12.0 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - /@antfu/eslint-config-vue/0.18.8_eslint@8.11.0+typescript@4.6.2: - resolution: {integrity: sha512-WJuU9LeFE3lpm2GcmTMHtLyxtqUd1oxQWtgsiQbF5bAcGCjyRoVzDGBq29E17GnsgNijmHKKxONmaCod1DzW/Q==} + /@antfu/eslint-config-vue/0.19.1_eslint@8.12.0+typescript@4.6.3: + resolution: {integrity: sha512-Cs4dezuTSbKeFyKFqCVCTiqT64b5cYy/nHgiq5nnn2WCNaHTrL7e62gj76YUKVjHBkzBbDRwt24XJuhNy3oBIA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-ts': 0.18.8_eslint@8.11.0+typescript@4.6.2 - eslint: 8.11.0 - eslint-plugin-vue: 8.5.0_eslint@8.11.0 + '@antfu/eslint-config-ts': 0.19.1_eslint@8.12.0+typescript@4.6.3 + eslint: 8.12.0 + eslint-plugin-vue: 8.5.0_eslint@8.12.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@antfu/eslint-config/0.18.8_eslint@8.11.0+typescript@4.6.2: - resolution: {integrity: sha512-Y2lxcnO2VsnceYiyKxN+IbCRkQfpNG7Zs62mxE9uKU1ylLtVNThOLBdDFq/0f6dKXyTkit+FqdfRDokl1nYKzQ==} + /@antfu/eslint-config/0.19.1_eslint@8.12.0+typescript@4.6.3: + resolution: {integrity: sha512-GdSxK6zw03wRKgB6EWm73ZOH1AT/AiDbapAMijv1F8T6BvUJsZD0ZS1/Wy591aD0E2qWBYJN2sO6PNtT56uNYQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-react': 0.18.8_eslint@8.11.0+typescript@4.6.2 - '@antfu/eslint-config-vue': 0.18.8_eslint@8.11.0+typescript@4.6.2 - '@typescript-eslint/eslint-plugin': 5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28 - '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2 - eslint: 8.11.0 - eslint-config-standard: 17.0.0-1_e3fbc39d1dad97c63e2c5f7699d49cd4 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.11.0 + '@antfu/eslint-config-react': 0.19.1_eslint@8.12.0+typescript@4.6.3 + '@antfu/eslint-config-vue': 0.19.1_eslint@8.12.0+typescript@4.6.3 + '@typescript-eslint/eslint-plugin': 5.17.0_689ff565753ecf7c3328c07fad067df5 + '@typescript-eslint/parser': 5.17.0_eslint@8.12.0+typescript@4.6.3 + eslint: 8.12.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.12.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.25.4_eslint@8.11.0 - eslint-plugin-jsonc: 2.2.1_eslint@8.11.0 - eslint-plugin-n: 15.0.1_eslint@8.11.0 - eslint-plugin-promise: 6.0.0_eslint@8.11.0 - eslint-plugin-unicorn: 41.0.0_eslint@8.11.0 - eslint-plugin-vue: 8.5.0_eslint@8.11.0 - eslint-plugin-yml: 0.14.0_eslint@8.11.0 + eslint-plugin-import: 2.25.4_eslint@8.12.0 + eslint-plugin-jsonc: 2.2.1_eslint@8.12.0 + eslint-plugin-n: 15.1.0_eslint@8.12.0 + eslint-plugin-promise: 6.0.0_eslint@8.12.0 + eslint-plugin-unicorn: 41.0.1_eslint@8.12.0 + eslint-plugin-vue: 8.5.0_eslint@8.12.0 + eslint-plugin-yml: 0.14.0_eslint@8.12.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 0.5.0 transitivePeerDependencies: @@ -192,12 +190,6 @@ packages: find-up: 5.0.0 dev: true - /@antfu/utils/0.3.0: - resolution: {integrity: sha512-UU8TLr/EoXdg7OjMp0h9oDoIAVr+Z/oW9cpOxQQyrsz6Qzd2ms/1CdWx8fl2OQdFpxGmq5Vc4TwfLHId6nAZjA==} - dependencies: - '@types/throttle-debounce': 2.1.0 - dev: true - /@antfu/utils/0.5.0: resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==} dev: true @@ -1411,21 +1403,25 @@ packages: resolution: {integrity: sha512-6er6wSGF3hgc1JEZqiGpg21CTCjHBYOUwqLmb2Idzkjiw6ogalGP0ZMLVutCzah+0WB4yP+Zd2oVPN8jvJ+Ftg==} dev: true - /@iconify/utils/1.0.24: - resolution: {integrity: sha512-SxnUyoLqlB2HGncZIFgZsR3O7gvpdwODi7A7J7udKAXTAkA8ZzQ7cG/PzBuGWA7s67VJtKFyl/scGZB8c759qQ==} + /@iconify/types/1.1.0: + resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==} + dev: true + + /@iconify/utils/1.0.31: + resolution: {integrity: sha512-sBksCt6kI4WaMHwXo1c/MQVuQfWwwd87qHiAPASN8neoQvMCdYTLn+2khc3/OmYPbmg6kYisCxVLkAv0pcy9Ig==} dependencies: '@antfu/install-pkg': 0.1.0 - '@antfu/utils': 0.3.0 - '@iconify/types': 1.0.12 - debug: 4.3.3 + '@antfu/utils': 0.5.0 + '@iconify/types': 1.1.0 + debug: 4.3.4 kolorist: 1.5.1 local-pkg: 0.4.1 transitivePeerDependencies: - supports-color dev: true - /@intlify/bundle-utils/2.2.0_vue-i18n@9.1.9: - resolution: {integrity: sha512-qVuN7+c84UB6rlLHSued2J9R86LG1rHg6ZibCghGMyPXnW0nOuIfkUFf1F7tXIqfMXjIPeJzlbpmzjWTI2z9Kw==} + /@intlify/bundle-utils/2.2.1_vue-i18n@9.1.9: + resolution: {integrity: sha512-8n8zhYEKypS+KP22KUAC6BnQifJDDWUGcn3OVPqsThqMMucU22MShGvOuiKqQ4AeT7XQ5O4pudlJmxv3L91JrQ==} engines: {node: '>= 12'} peerDependencies: petite-vue-i18n: '*' @@ -1436,8 +1432,8 @@ packages: vue-i18n: optional: true dependencies: - '@intlify/message-compiler': 9.2.0-beta.32 - '@intlify/shared': 9.2.0-beta.32 + '@intlify/message-compiler': 9.2.0-beta.33 + '@intlify/shared': 9.2.0-beta.33 jsonc-eslint-parser: 1.4.1 source-map: 0.6.1 vue-i18n: 9.1.9_vue@3.2.31 @@ -1472,11 +1468,11 @@ packages: source-map: 0.6.1 dev: false - /@intlify/message-compiler/9.2.0-beta.32: - resolution: {integrity: sha512-7OOHIhOmOM4nqe3KfEuE65xLwawwBGg/pCFByzayf0jARoHkeaA7v/eKsUJVJMEakeF2pNstx06AvfecijgPzg==} + /@intlify/message-compiler/9.2.0-beta.33: + resolution: {integrity: sha512-+SICjFlnHSbRLZT+sNdBvOAQfcNX+fESyMmgPxC8HHWu4GLN2CoVQS4ACXb3QBZDKLVJBFhFGMnl+UXyJrno6g==} engines: {node: '>= 12'} dependencies: - '@intlify/shared': 9.2.0-beta.32 + '@intlify/shared': 9.2.0-beta.33 source-map: 0.6.1 dev: true @@ -1499,12 +1495,12 @@ packages: engines: {node: '>= 10'} dev: false - /@intlify/shared/9.2.0-beta.32: - resolution: {integrity: sha512-lVaHnKFNg16eWlfDLzDFLapurrf0WK7xLWEkz8DMYNIXJshRQOZCkH7sQaqtONPoOT0LqjyPo1+sV0Wq85/HRQ==} + /@intlify/shared/9.2.0-beta.33: + resolution: {integrity: sha512-HldlkV66vMt1vQsuUz4zjQ202C5KW6aHeIQhx7RxBO11i3E8V84dp5MG9epr9GZXVsrCAR56Ekj0HaTqksIRJA==} engines: {node: '>= 12'} dev: true - /@intlify/vite-plugin-vue-i18n/3.3.1_vite@2.8.6+vue-i18n@9.1.9: + /@intlify/vite-plugin-vue-i18n/3.3.1_vite@2.9.0+vue-i18n@9.1.9: resolution: {integrity: sha512-b9HIUANzL4/LmrA5RqeiPabZl2/RiWNAJ90TVZ8kSi3APRZ4BbmwUAclKe8ip+1jCDhqaGO/qfAI7SbQ0Y76Uw==} engines: {node: '>= 12'} peerDependencies: @@ -1517,13 +1513,13 @@ packages: vue-i18n: optional: true dependencies: - '@intlify/bundle-utils': 2.2.0_vue-i18n@9.1.9 - '@intlify/shared': 9.2.0-beta.32 + '@intlify/bundle-utils': 2.2.1_vue-i18n@9.1.9 + '@intlify/shared': 9.2.0-beta.33 '@rollup/pluginutils': 4.2.0 debug: 4.3.3 fast-glob: 3.2.11 source-map: 0.6.1 - vite: 2.8.6 + vite: 2.9.0 vue-i18n: 9.1.9_vue@3.2.31 transitivePeerDependencies: - supports-color @@ -1734,10 +1730,6 @@ packages: resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==} dev: true - /@types/throttle-debounce/2.1.0: - resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} - dev: true - /@types/trusted-types/2.0.2: resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} dev: true @@ -1750,12 +1742,12 @@ packages: resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==} requiresBuild: true dependencies: - '@types/node': 14.18.12 + '@types/node': 17.0.21 dev: true optional: true - /@typescript-eslint/eslint-plugin/5.15.0_f2c49ce7d0e93ebcfdb4b7d25b131b28: - resolution: {integrity: sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==} + /@typescript-eslint/eslint-plugin/5.17.0_689ff565753ecf7c3328c07fad067df5: + resolution: {integrity: sha512-qVstvQilEd89HJk3qcbKt/zZrfBZ+9h2ynpAGlWjWiizA7m/MtLT9RoX6gjtpE500vfIg8jogAkDzdCxbsFASQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1765,24 +1757,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.15.0_eslint@8.11.0+typescript@4.6.2 - '@typescript-eslint/scope-manager': 5.15.0 - '@typescript-eslint/type-utils': 5.15.0_eslint@8.11.0+typescript@4.6.2 - '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2 - debug: 4.3.3 - eslint: 8.11.0 + '@typescript-eslint/parser': 5.17.0_eslint@8.12.0+typescript@4.6.3 + '@typescript-eslint/scope-manager': 5.17.0 + '@typescript-eslint/type-utils': 5.17.0_eslint@8.12.0+typescript@4.6.3 + '@typescript-eslint/utils': 5.17.0_eslint@8.12.0+typescript@4.6.3 + debug: 4.3.4 + eslint: 8.12.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.6.2 - typescript: 4.6.2 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.15.0_eslint@8.11.0+typescript@4.6.2: - resolution: {integrity: sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==} + /@typescript-eslint/parser/5.17.0_eslint@8.12.0+typescript@4.6.3: + resolution: {integrity: sha512-aRzW9Jg5Rlj2t2/crzhA2f23SIYFlF9mchGudyP0uiD6SenIxzKoLjwzHbafgHn39dNV/TV7xwQkLfFTZlJ4ig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1791,26 +1783,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.15.0 - '@typescript-eslint/types': 5.15.0 - '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2 - debug: 4.3.3 - eslint: 8.11.0 - typescript: 4.6.2 + '@typescript-eslint/scope-manager': 5.17.0 + '@typescript-eslint/types': 5.17.0 + '@typescript-eslint/typescript-estree': 5.17.0_typescript@4.6.3 + debug: 4.3.4 + eslint: 8.12.0 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/5.15.0: - resolution: {integrity: sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==} + /@typescript-eslint/scope-manager/5.17.0: + resolution: {integrity: sha512-062iCYQF/doQ9T2WWfJohQKKN1zmmXVfAcS3xaiialiw8ZUGy05Em6QVNYJGO34/sU1a7a+90U3dUNfqUDHr3w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.15.0 - '@typescript-eslint/visitor-keys': 5.15.0 + '@typescript-eslint/types': 5.17.0 + '@typescript-eslint/visitor-keys': 5.17.0 dev: true - /@typescript-eslint/type-utils/5.15.0_eslint@8.11.0+typescript@4.6.2: - resolution: {integrity: sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==} + /@typescript-eslint/type-utils/5.17.0_eslint@8.12.0+typescript@4.6.3: + resolution: {integrity: sha512-3hU0RynUIlEuqMJA7dragb0/75gZmwNwFf/QJokWzPehTZousP/MNifVSgjxNcDCkM5HI2K22TjQWUmmHUINSg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -1819,22 +1811,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.15.0_eslint@8.11.0+typescript@4.6.2 - debug: 4.3.3 - eslint: 8.11.0 - tsutils: 3.21.0_typescript@4.6.2 - typescript: 4.6.2 + '@typescript-eslint/utils': 5.17.0_eslint@8.12.0+typescript@4.6.3 + debug: 4.3.4 + eslint: 8.12.0 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.15.0: - resolution: {integrity: sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==} + /@typescript-eslint/types/5.17.0: + resolution: {integrity: sha512-AgQ4rWzmCxOZLioFEjlzOI3Ch8giDWx8aUDxyNw9iOeCvD3GEYAB7dxWGQy4T/rPVe8iPmu73jPHuaSqcjKvxw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.15.0_typescript@4.6.2: - resolution: {integrity: sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==} + /@typescript-eslint/typescript-estree/5.17.0_typescript@4.6.3: + resolution: {integrity: sha512-X1gtjEcmM7Je+qJRhq7ZAAaNXYhTgqMkR10euC4Si6PIjb+kwEQHSxGazXUQXFyqfEXdkGf6JijUu5R0uceQzg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1842,281 +1834,231 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.15.0 - '@typescript-eslint/visitor-keys': 5.15.0 - debug: 4.3.3 + '@typescript-eslint/types': 5.17.0 + '@typescript-eslint/visitor-keys': 5.17.0 + debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.6.2 - typescript: 4.6.2 + tsutils: 3.21.0_typescript@4.6.3 + typescript: 4.6.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.15.0_eslint@8.11.0+typescript@4.6.2: - resolution: {integrity: sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==} + /@typescript-eslint/utils/5.17.0_eslint@8.12.0+typescript@4.6.3: + resolution: {integrity: sha512-DVvndq1QoxQH+hFv+MUQHrrWZ7gQ5KcJzyjhzcqB1Y2Xes1UQQkTRPUfRpqhS8mhTWsSb2+iyvDW1Lef5DD7vA==} 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.15.0 - '@typescript-eslint/types': 5.15.0 - '@typescript-eslint/typescript-estree': 5.15.0_typescript@4.6.2 - eslint: 8.11.0 + '@typescript-eslint/scope-manager': 5.17.0 + '@typescript-eslint/types': 5.17.0 + '@typescript-eslint/typescript-estree': 5.17.0_typescript@4.6.3 + eslint: 8.12.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.11.0 + eslint-utils: 3.0.0_eslint@8.12.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.15.0: - resolution: {integrity: sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==} + /@typescript-eslint/visitor-keys/5.17.0: + resolution: {integrity: sha512-6K/zlc4OfCagUu7Am/BD5k8PSWQOgh34Nrv9Rxe2tBzlJ7uOeJ/h7ugCGDCeEZHT6k2CJBhbk9IsbkPI0uvUkA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.15.0 + '@typescript-eslint/types': 5.17.0 eslint-visitor-keys: 3.3.0 dev: true - /@unocss/cli/0.29.2: - resolution: {integrity: sha512-Q9qxKr2EJTtyXfPzqVZdyBKZ4LQoWolvX7CMdzMP1Od55VWoxSrS4Vb1zYO8/rf/5HUqT34GQlSjMWTFX/v0PA==} + /@unocss/cli/0.30.8: + resolution: {integrity: sha512-3SLDL6TddMNLPx8Nhhy0XzAOOkwTegqebQWR1/ob4JB1oqO87B5SYV620jWt0+ez+Xv0F1iGsd6o/zSCT9a6HA==} engines: {node: '>=14'} hasBin: true dependencies: - '@unocss/config': 0.29.2 - '@unocss/core': 0.29.2 - '@unocss/preset-uno': 0.29.2 + '@unocss/config': 0.30.8 + '@unocss/core': 0.30.8 + '@unocss/preset-uno': 0.30.8 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 - transitivePeerDependencies: - - '@vitest/ui' - - c8 - - happy-dom - - jsdom - - less - - sass - - stylus dev: true - /@unocss/config/0.29.2: - resolution: {integrity: sha512-ripIaV+lXznAq0OT8JspeeZSqqpcK+vUHEht6JRQRBWKa0kJaXZu3uoKU4ROAvUsgYeo42pkpNkQ2NyHavv1tA==} + /@unocss/config/0.30.8: + resolution: {integrity: sha512-IYuJi2wzs1O6ANrpqjAOFPFVuUIdXSa3QZW+gUBR1Vs4uiFm13tVV3kPW5fCXqCpQlQg18i716OBMeXlDnLfng==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.29.2 - unconfig: 0.3.1 - transitivePeerDependencies: - - '@vitest/ui' - - c8 - - happy-dom - - jsdom - - less - - sass - - stylus + '@unocss/core': 0.30.8 + unconfig: 0.3.2 dev: true - /@unocss/core/0.29.2: - resolution: {integrity: sha512-Jc3pNQ7wZPWx2w9zVc1hk3hb2EiKRI3Cy7SbCZdEdX8pwb/9pNa7v9orQuVeCljazlBmJzJzhSC/+ti+x9VSGw==} + /@unocss/core/0.30.8: + resolution: {integrity: sha512-qy9ZKl9wBS0qLEMIfkv6Z584OmrYm337WYqNwslnXEh6dazlr3YjQpLJi/bwICjoQEiix3tft8db/g12myxFQw==} dev: true - /@unocss/inspector/0.29.2: - resolution: {integrity: sha512-OF2BTcHNmrArelR+LC0em9btQtMRT+7vIxLGHI8Z07Bx03T90wtnBwz9j/FKrG4aJY1uL5nOwR3TtvRSx+na9Q==} + /@unocss/inspector/0.30.8: + resolution: {integrity: sha512-friBIg1IYhc8HJ5e/kK1zm4Jx6OxXTrfag21t6ttQgK1/WAhq+dKM4I3sXlu+G6tqipt7ysp5g6lqhc2hbgv7w==} dependencies: gzip-size: 6.0.0 sirv: 2.0.2 dev: true - /@unocss/preset-attributify/0.29.2: - resolution: {integrity: sha512-ApJapewMzkAqm7HxILR8cOQplTy3HbJm5WUgPon1nUaUe3/llKunefpNUNZCN1aI8eZ76UaBuUUo4dZLWD1JxA==} + /@unocss/preset-attributify/0.30.8: + resolution: {integrity: sha512-4VwPQukYb1CNqDHPjP64wxw0VIRgb34eZgA9a/5n5ernsi4OzuOoPuRYY1q4fxVYtm59gaDGAQgHZ44mOOa4gg==} dependencies: - '@unocss/core': 0.29.2 + '@unocss/core': 0.30.8 dev: true - /@unocss/preset-icons/0.29.2: - resolution: {integrity: sha512-y8iaDjAzoKDUFL1momDVUmVr3Vkb1USSvhRltVKQ1JuoiQj1tu78/MpVqaMOz/VCLAuK/hc5DBygmkcJZKXnKA==} + /@unocss/preset-icons/0.30.8: + resolution: {integrity: sha512-ceXNIhYZUD9VTBKkul6eXaYL58/ZMTeTnrupx+zsbmeyHqTKnwgLv1+3WITwUqM/ijgPJT47KFAlC/UhoFJzHQ==} dependencies: - '@iconify/utils': 1.0.24 - '@unocss/core': 0.29.2 - local-pkg: 0.4.1 + '@iconify/utils': 1.0.31 + '@unocss/core': 0.30.8 transitivePeerDependencies: - supports-color dev: true - /@unocss/preset-mini/0.29.2: - resolution: {integrity: sha512-2zBI6BqRQgQ/Lu9BboDTuAvhWHhb0kVGYGgDsn/Cx3W49k26+3TgtVMCX/NFDqqhyKrDkfWhg+7rsMsLXsRi7Q==} + /@unocss/preset-mini/0.30.8: + resolution: {integrity: sha512-WA/XA2U2jbXlbFx0+7CgMrh16rYIfkCFlIo8jrlOlV4JqFgs8KvuXaFKb6rOHyyvRrU2GC0iOUhoCNy0cfzRCQ==} dependencies: - '@unocss/core': 0.29.2 + '@unocss/core': 0.30.8 dev: true - /@unocss/preset-typography/0.29.2: - resolution: {integrity: sha512-tosb4mb6QgaFvpn5Gy0CYGLfqVtZ+y3P1r0N6EoWD9AyvzuvWLCKY8FwPlwmWah++L7kXZ/veVKMnCdL99Zr3w==} + /@unocss/preset-typography/0.30.8: + resolution: {integrity: sha512-fJK7cf4ADCncyL34Td0W7Tic6NyjicVvo1V9mf8RXs6MGRgHQ4dUg1GxU/8WWxtIkeWDa9lnVoF8wpItLqitbg==} dependencies: - '@unocss/core': 0.29.2 + '@unocss/core': 0.30.8 dev: true - /@unocss/preset-uno/0.29.2: - resolution: {integrity: sha512-Gc0a/BqC4S7Wtq+4r0AoakT0kKH8rsJ6bmNLTc8CvpHB0aM+tMfLI8KOB/HLc0Hwi5cckTqAjtMW3babIKtuLg==} + /@unocss/preset-uno/0.30.8: + resolution: {integrity: sha512-hE77qjNXNbXKT0hUtFDJ+pd3zG2Yfj+5Vm6qOn/PdpIIl6Ib47mazK3Dm8/rL0nNRTIzIIw+EKzTsbyMCocxdg==} dependencies: - '@unocss/core': 0.29.2 - '@unocss/preset-mini': 0.29.2 - '@unocss/preset-wind': 0.29.2 + '@unocss/core': 0.30.8 + '@unocss/preset-mini': 0.30.8 + '@unocss/preset-wind': 0.30.8 dev: true - /@unocss/preset-web-fonts/0.29.2: - resolution: {integrity: sha512-LxUdRckEDNGF6wmfhi6eCMnkZaZfUV+d1xaE784QMuuzDGpVdWnyKyJ3dFnQ7Lk5m3qAGRy7pHfKyOWEycdm+Q==} + /@unocss/preset-web-fonts/0.30.8: + resolution: {integrity: sha512-4fNZ8em32uXW/6bST2JGd+ri23OPBmOEFccUd7jzorYwrs7F3SUJjU63CF/H8Tv+9kw0d19YXEFkMUDbclHO3w==} dependencies: - '@unocss/core': 0.29.2 + '@unocss/core': 0.30.8 axios: 0.26.1 transitivePeerDependencies: - debug dev: true - /@unocss/preset-wind/0.29.2: - resolution: {integrity: sha512-OGAn0KnKm3Cb29RPuMedX7M7Au9cUvQ9jhgIknOXDU3cdG98NjGQDoU2wvyHkRtYIsrsliAxkc8eWF7xGmm7/A==} + /@unocss/preset-wind/0.30.8: + resolution: {integrity: sha512-6J4F8cAeLYNk8VQLhGAu9x3dqTqVfSyqV4LGj9YKVtUurgQAmwDMGBrVfbpK+z6Po+d2L75aSlfkowCicDfXgQ==} dependencies: - '@unocss/core': 0.29.2 - '@unocss/preset-mini': 0.29.2 + '@unocss/core': 0.30.8 + '@unocss/preset-mini': 0.30.8 dev: true - /@unocss/reset/0.29.2: - resolution: {integrity: sha512-y4zlS9bbwf3JPFXcyOPeX5kvtp/Z2XDIno7+gHhMTXWcylyaNk9izlkUWYDbBXyh3vRY+OROg2P2KfrGmid3uQ==} + /@unocss/reset/0.30.8: + resolution: {integrity: sha512-+a05roJmEtkTwp4VovopdjOKCvWZKv6YEuhnY5ZoMepZRH8W36B7xNvr6ZxpEwx51W1wxS2VOAdTmlk7uhKMiw==} dev: true - /@unocss/scope/0.29.2: - resolution: {integrity: sha512-fJQ+NoosnKtMGcFzWjTXTHK692gRyYhEbM6JEs9etEPE/4ZMxRVirsx38LelVexHPBypZmxXJF9HLL0Xw5gD7A==} + /@unocss/scope/0.30.8: + resolution: {integrity: sha512-A0bthOMoBrg45NZd+QyBqHC81pWoW9VBns8dls1BRUpRbBUExmSnQUkvWfi1NUkHWD9QWZeKr6fNajrX1N1DGA==} dev: true - /@unocss/transformer-directives/0.29.2: - resolution: {integrity: sha512-LHBuHwtBFB+ljT+19bcr1sAPeQfTJ/xgGa3+R55yz6OrZFM+v3OrcquCFRSF/PrEUlJaFKlBSWUMOMmlZn43GQ==} + /@unocss/transformer-directives/0.30.8: + resolution: {integrity: sha512-A+OoSIsppfGd3SfZGyOdGI5aBl2XglL3tPAWFWwIqGIeeWi72BG/t5le2cka2jnihsAqK53KzTLR32TPfcwCUg==} dependencies: - '@unocss/core': 0.29.2 + '@unocss/core': 0.30.8 css-tree: 2.1.0 dev: true - /@unocss/transformer-variant-group/0.29.2: - resolution: {integrity: sha512-ApAQ1hqdeGaQ10lTEgeA0jPi1HcHq5LU3EQmHQ4vk5aYOM5mBpsPPwCN3K82hFzJ+fPcpcM3m91qtR4WKgENhA==} + /@unocss/transformer-variant-group/0.30.8: + resolution: {integrity: sha512-JjHyifGE7W8Z9SIvkcnAkEyonjgqD2ttMCNPZ5J/wBzHWY0RZfbs7kIjFJiLqIyDwy6OK+PzzeAV5E8rkGYz/w==} dependencies: - '@unocss/core': 0.29.2 + '@unocss/core': 0.30.8 dev: true - /@unocss/vite/0.29.2: - resolution: {integrity: sha512-vnL79KfLRBfTAlGQIJlUpHX7gbbfsHni67hhiy77TRmqhJZnE6hpOomvOL/qSmxEvz5d04d4DSByjgytB2KvOw==} + /@unocss/vite/0.30.8: + resolution: {integrity: sha512-7xUPhda33kvlXDMMo1KT0wI42ieOSAMVN8XtWEbgWQWUdJKGw4MagubslcHDMf28fiLWjkle1egkBE8Wxh6ywg==} dependencies: '@rollup/pluginutils': 4.2.0 - '@unocss/config': 0.29.2 - '@unocss/core': 0.29.2 - '@unocss/inspector': 0.29.2 - '@unocss/scope': 0.29.2 - '@unocss/transformer-directives': 0.29.2 + '@unocss/config': 0.30.8 + '@unocss/core': 0.30.8 + '@unocss/inspector': 0.30.8 + '@unocss/scope': 0.30.8 + '@unocss/transformer-directives': 0.30.8 magic-string: 0.26.1 - transitivePeerDependencies: - - '@vitest/ui' - - c8 - - happy-dom - - jsdom - - less - - sass - - stylus dev: true - /@vitejs/plugin-vue/2.2.4_vite@2.8.6+vue@3.2.31: - resolution: {integrity: sha512-ev9AOlp0ljCaDkFZF3JwC/pD2N4Hh+r5srl5JHM6BKg5+99jiiK0rE/XaRs3pVm1wzyKkjUy/StBSoXX5fFzcw==} + /@vitejs/plugin-vue/2.3.0_vite@2.9.0+vue@3.2.31: + resolution: {integrity: sha512-3j4lppvOMAYyX5mpmwm8GN1ZuqGzmkOCDGDzwwQKU5aJ3pTodaWhprZatuDB2cAtAcNe+IiGBCllBkJSLUDFYw==} engines: {node: '>=12.0.0'} peerDependencies: - vite: ^2.5.10 + vite: ^2.9.0 vue: ^3.2.25 dependencies: - vite: 2.8.6 + vite: 2.9.0 vue: 3.2.31 dev: true - /@volar/code-gen/0.33.2: - resolution: {integrity: sha512-PByxCupmCcMZwIL6KIkKzxGV6edxrckYnxQ6lMx9XC1wqBgtHPAHtLF+mAeqBxLRetMbhIb3lIswQEy+T+OmLg==} + /@volar/code-gen/0.33.9: + resolution: {integrity: sha512-HI+XemEjvOv9uSjqaNXIL1brSTaBy9vRTcXqz9787nL5VKktI8aU1Zk4w9yJR88eTqw7mlPIdMaib7Ps/QPq8Q==} dependencies: - '@volar/shared': 0.33.2 - '@volar/source-map': 0.33.2 + '@volar/source-map': 0.33.9 dev: true - /@volar/pug-language-service/0.33.2: - resolution: {integrity: sha512-Kv8pPsI+y2cyKyZEETdtmmNBT+Yu5+SqDxAjs5VvNhQ+R6Sjo1rr45h3ey+XqlE9ABSXIMECGefsabOAI1h0bA==} + /@volar/pug-language-service/0.33.9: + resolution: {integrity: sha512-3oOV0HmoqkCyPAiHXSMoDzbLrSEQQv3d1dY/Lfo4H8hGoS8kUYJ958328TuLFc90yzsSmYnuvIux5AUok138pg==} dependencies: - '@volar/code-gen': 0.33.2 - '@volar/shared': 0.33.2 - '@volar/source-map': 0.33.2 - '@volar/transforms': 0.33.2 + '@volar/code-gen': 0.33.9 + '@volar/shared': 0.33.9 + '@volar/source-map': 0.33.9 + '@volar/transforms': 0.33.9 pug-lexer: 5.0.1 pug-parser: 6.0.0 vscode-languageserver-textdocument: 1.0.4 vscode-languageserver-types: 3.17.0-next.8 dev: true - /@volar/shared/0.33.2: - resolution: {integrity: sha512-WTJItfRhLGwHkKwUH0LnyQXNzLFmqdyA9QZEXSgVOst0MKzExhFvuxbZX7BX6VVidYiekoKLZ6GooslSjxzVIA==} + /@volar/shared/0.33.9: + resolution: {integrity: sha512-YqEBYT1SjyO+/W73lyKZlftumimsrYGvd98pHrIyvgc6HNhFnCcthRbyHskstjU6P8Bgj90mRl+7Sb29J+Z5ng==} dependencies: upath: 2.0.1 - vscode-html-languageservice: 4.2.2 vscode-jsonrpc: 8.0.0-next.7 vscode-uri: 3.0.3 dev: true - /@volar/source-map/0.33.2: - resolution: {integrity: sha512-ZT+t0wqMDl0sQ4wxmXL0yeE1VsFoAj/984XuGdb4TDTD4bKh9iwARNr/B+az4IZUJQrMeHx/YNr3yYUdwRZkKA==} - dependencies: - '@volar/shared': 0.33.2 - vscode-languageserver-textdocument: 1.0.4 + /@volar/source-map/0.33.9: + resolution: {integrity: sha512-SE7dfumZ8pLsbj4DtiSDTg2/d/JT45nF51rUnuz1UNSBPEeXBexlzvz5EQ2AyrX0FjAAd2ijrRtirTk1a0SFhQ==} dev: true - /@volar/transforms/0.33.2: - resolution: {integrity: sha512-dcIGlxaZ5CmGYhc7e1huVQx9nMF5m6GVwvaP+c4XrYtHyISUl2GpIFvIlxWfqE2FUytyabUyrTkYK+Kv6Shd5g==} + /@volar/transforms/0.33.9: + resolution: {integrity: sha512-qdc2d0ZW/G6jCx1pBmoMjMJTY245pZJjpPL/OCT3zgbDLGvLvqhowXxQYQd2YiNXqxJvbadEKviH5LiZL3sU9g==} dependencies: - '@volar/shared': 0.33.2 + '@volar/shared': 0.33.9 vscode-languageserver-types: 3.17.0-next.8 dev: true - /@volar/typescript-language-service/0.33.2: - resolution: {integrity: sha512-jD4XtL89let4ilDSrVI2BB0PiVbqYXmK7ARv8LrkOQTAZlpkNesOaY8BMEDsEg/L3ZBqj48EPPrwmBXNt8PWxQ==} + /@volar/vue-code-gen/0.33.9: + resolution: {integrity: sha512-qRCXcBhm1kUlI06sW5zolavn8gqZdSC2eIWw7jgbW68K/cGlTyXHGGZgJPM9P22cF9pcrjV1ByehO18ke2u+aA==} dependencies: - '@volar/shared': 0.33.2 - semver: 7.3.5 - upath: 2.0.1 - vscode-languageserver-protocol: 3.17.0-next.15 - vscode-languageserver-textdocument: 1.0.4 - vscode-nls: 5.0.0 - dev: true - - /@volar/vue-code-gen/0.33.2: - resolution: {integrity: sha512-Yfvdk3u3x3TFw84/wsxS3QBfkoEB3flqTTG7CsC24C7Ou0DsB66eNaRSDJ/3P/bienFV7e7v0nH1BtqcV2/QPg==} - dependencies: - '@volar/code-gen': 0.33.2 - '@volar/shared': 0.33.2 - '@volar/source-map': 0.33.2 + '@volar/code-gen': 0.33.9 + '@volar/source-map': 0.33.9 '@vue/compiler-core': 3.2.31 '@vue/compiler-dom': 3.2.31 '@vue/shared': 3.2.31 - upath: 2.0.1 dev: true - /@volar/vue-typescript/0.33.2: - resolution: {integrity: sha512-k5Uo0Uw+KgBEzJgUp2vh8qLjTIXXJvEud5yzSbECoKzc+dhOCYfpuZQx5bSNCEaUiRdi99kvekeeWNypQgha+Q==} + /@volar/vue-typescript/0.33.9: + resolution: {integrity: sha512-UUViaQfzAV7z49TB+IsGCT6ls7zdEUib2N0L4k8U9nZbd2BQA4kcR9nyS/8oDOU5fK3ErP+pPlC+XzGGamKhcw==} dependencies: - '@volar/code-gen': 0.33.2 - '@volar/pug-language-service': 0.33.2 - '@volar/shared': 0.33.2 - '@volar/source-map': 0.33.2 - '@volar/typescript-language-service': 0.33.2 - '@volar/vue-code-gen': 0.33.2 + '@volar/code-gen': 0.33.9 + '@volar/pug-language-service': 0.33.9 + '@volar/source-map': 0.33.9 + '@volar/vue-code-gen': 0.33.9 + '@vue/compiler-sfc': 3.2.31 '@vue/reactivity': 3.2.31 - upath: 2.0.1 - vscode-css-languageservice: 5.1.13 - vscode-html-languageservice: 4.2.2 - vscode-json-languageservice: 4.2.0 - vscode-languageserver-protocol: 3.17.0-next.15 - vscode-languageserver-textdocument: 1.0.4 dev: true /@vue/compiler-core/3.2.31: @@ -2176,7 +2118,6 @@ packages: dependencies: '@vue/reactivity': 3.2.31 '@vue/shared': 3.2.31 - dev: false /@vue/runtime-dom/3.2.31: resolution: {integrity: sha512-N+o0sICVLScUjfLG7u9u5XCjvmsexAiPt17GNnaWHJUfsKed5e85/A3SWgKxzlxx2SW/Hw7RQxzxbXez9PtY3g==} @@ -2207,8 +2148,8 @@ packages: vue: 3.2.31 dev: true - /@vueuse/core/8.1.1_vue@3.2.31: - resolution: {integrity: sha512-NmpizOcQXW0OHV0qa6YwFtw5hQBe0RxMuxQoIIbCa6jRT16MTweFPecIM6VgA1e5vZJtAO7p//TgLSpzi3joZQ==} + /@vueuse/core/8.2.0_vue@3.2.31: + resolution: {integrity: sha512-89ZfKtFHz5ynfpWyFVXtK0yePJ2MZqFaOxnGeZn7cIp8KFbPRlu6Wsxi3gBkJNpjq+q9qbEh6MjV7QBvqCQ5Og==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -2218,8 +2159,8 @@ packages: vue: optional: true dependencies: - '@vueuse/metadata': 8.1.1 - '@vueuse/shared': 8.1.1_vue@3.2.31 + '@vueuse/metadata': 8.2.0 + '@vueuse/shared': 8.2.0_vue@3.2.31 vue: 3.2.31 vue-demi: 0.12.4_vue@3.2.31 dev: false @@ -2232,12 +2173,12 @@ packages: vue: 3.2.31 dev: false - /@vueuse/metadata/8.1.1: - resolution: {integrity: sha512-TSmA3UaSmBcV8pJ7fnHAL7NjSE1RQZlpJklg6YysFxwxDb0MZlo+Q8j9U1hLBZT1fnAjwZMaoxilanHN8ZwugQ==} + /@vueuse/metadata/8.2.0: + resolution: {integrity: sha512-cbaezEccNuxQC+OiudG9VjZNg9/RbAAHkyuhC6+8Gsgsc+MvDhfn1NrV6NNTaldLlZgJFgUiYOkrf3JGTTTGXQ==} dev: false - /@vueuse/shared/8.1.1_vue@3.2.31: - resolution: {integrity: sha512-lWRcK8W9+q1t1XMxW9JIljXFQLIViInTOEF7wUHcISQNAYwHtHgr0z+U5SRM8tA4eJd/dVs/2BV1/z2DG7aKEg==} + /@vueuse/shared/8.2.0_vue@3.2.31: + resolution: {integrity: sha512-dTw7EJZgZCgG9DoVAiz4LtmKnIFXuE/idUFzvqRAJLjbPiVJc+qQH5kDUdKHI3W1U9t//1mdasQEKONArburiQ==} peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -3022,8 +2963,8 @@ packages: resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} dev: false - /cypress/9.5.2: - resolution: {integrity: sha512-gYiQYvJozMzDOriUV1rCt6CeRM/pRK4nhwGJj3nJQyX2BoUdTCVwp30xDMKc771HiNVhBtgj5o5/iBdVDVXQUg==} + /cypress/9.5.3: + resolution: {integrity: sha512-ItelIVmqMTnKYbo1JrErhsGgQGjWOxCpHT1TfMvwnIXKXN/OSlPjEK7rbCLYDZhejQL99PmUqul7XORI24Ik0A==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true @@ -3060,7 +3001,7 @@ packages: listr2: 3.14.0_enquirer@2.3.6 lodash: 4.17.21 log-symbols: 4.1.0 - minimist: 1.2.5 + minimist: 1.2.6 ospath: 1.2.2 pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 @@ -3129,6 +3070,18 @@ packages: supports-color: 8.1.1 dev: true + /debug/4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + dev: true + /decimal.js/10.3.1: resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} dev: true @@ -3609,20 +3562,6 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-standard/17.0.0-1_e3fbc39d1dad97c63e2c5f7699d49cd4: - resolution: {integrity: sha512-aqRG58dqoBNfOLN+PsitasxmW+W9Os4oQrx081B16T4E4WogsSbpUL6hnKSnyv35sSRYA2XjBtKMOrUboL6jgw==} - peerDependencies: - eslint: ^8.0.1 - eslint-plugin-import: ^2.25.2 - eslint-plugin-n: ^14.0.0 - eslint-plugin-promise: ^6.0.0 - dependencies: - eslint: 8.11.0 - eslint-plugin-import: 2.25.4_eslint@8.11.0 - eslint-plugin-n: 15.0.1_eslint@8.11.0 - eslint-plugin-promise: 6.0.0_eslint@8.11.0 - dev: true - /eslint-import-resolver-node/0.3.6: resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} dependencies: @@ -3638,34 +3577,34 @@ packages: find-up: 2.1.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.11.0: + /eslint-plugin-cypress/2.12.1_eslint@8.12.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.11.0 + eslint: 8.12.0 globals: 11.12.0 dev: true - /eslint-plugin-es/4.1.0_eslint@8.11.0: + /eslint-plugin-es/4.1.0_eslint@8.12.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.11.0 + eslint: 8.12.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-eslint-comments/3.2.0_eslint@8.11.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.12.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.11.0 + eslint: 8.12.0 ignore: 5.2.0 dev: true @@ -3675,7 +3614,7 @@ packages: htmlparser2: 7.2.0 dev: true - /eslint-plugin-import/2.25.4_eslint@8.11.0: + /eslint-plugin-import/2.25.4_eslint@8.12.0: resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} peerDependencies: @@ -3685,7 +3624,7 @@ packages: array.prototype.flat: 1.2.5 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.11.0 + eslint: 8.12.0 eslint-import-resolver-node: 0.3.6 eslint-module-utils: 2.7.3 has: 1.0.3 @@ -3697,40 +3636,40 @@ packages: tsconfig-paths: 3.14.0 dev: true - /eslint-plugin-jsonc/2.2.1_eslint@8.11.0: + /eslint-plugin-jsonc/2.2.1_eslint@8.12.0: resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.11.0 - eslint-utils: 3.0.0_eslint@8.11.0 + eslint: 8.12.0 + eslint-utils: 3.0.0_eslint@8.12.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: true - /eslint-plugin-markdown/2.2.1_eslint@8.11.0: + /eslint-plugin-markdown/2.2.1_eslint@8.12.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.11.0 + eslint: 8.12.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-n/15.0.1_eslint@8.11.0: - resolution: {integrity: sha512-w1vgnlS3Y3kd2Ye2YpQvWJppx6ViySIpBIcdlw1dBBaX3m1R/cdKHE3X2PWXhJdH88pmFy1a+04a6lMlo5D9EQ==} + /eslint-plugin-n/15.1.0_eslint@8.12.0: + resolution: {integrity: sha512-Tgx4Z58QXv2Ha7Qzp0u4wavnZNZ3AOievZMxrAxi7nvDbzD5B/JqOD80LHYcGHFZc2HD9jDmM/+KWMPov46a4A==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 4.0.0 - eslint: 8.11.0 - eslint-plugin-es: 4.1.0_eslint@8.11.0 - eslint-utils: 3.0.0_eslint@8.11.0 + eslint: 8.12.0 + eslint-plugin-es: 4.1.0_eslint@8.12.0 + eslint-utils: 3.0.0_eslint@8.12.0 ignore: 5.2.0 is-core-module: 2.8.1 minimatch: 3.1.2 @@ -3738,16 +3677,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/6.0.0_eslint@8.11.0: + /eslint-plugin-promise/6.0.0_eslint@8.12.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.11.0 + eslint: 8.12.0 dev: true - /eslint-plugin-react/7.29.4_eslint@8.11.0: + /eslint-plugin-react/7.29.4_eslint@8.12.0: resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} engines: {node: '>=4'} peerDependencies: @@ -3756,7 +3695,7 @@ packages: array-includes: 3.1.4 array.prototype.flatmap: 1.2.5 doctrine: 2.1.0 - eslint: 8.11.0 + eslint: 8.12.0 estraverse: 5.3.0 jsx-ast-utils: 3.2.1 minimatch: 3.1.2 @@ -3770,8 +3709,8 @@ packages: string.prototype.matchall: 4.0.6 dev: true - /eslint-plugin-unicorn/41.0.0_eslint@8.11.0: - resolution: {integrity: sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==} + /eslint-plugin-unicorn/41.0.1_eslint@8.12.0: + resolution: {integrity: sha512-gF5vo2dIj0YdNMQ/IMegiBkQdQ22GBFFVpdkJP+0og3w7XD4ypea0xQVRv6iofkLVR2w0phAdikcnU01ybd4Ow==} engines: {node: '>=12'} peerDependencies: eslint: '>=8.8.0' @@ -3779,8 +3718,8 @@ packages: '@babel/helper-validator-identifier': 7.16.7 ci-info: 3.3.0 clean-regexp: 1.0.0 - eslint: 8.11.0 - eslint-utils: 3.0.0_eslint@8.11.0 + eslint: 8.12.0 + eslint-utils: 3.0.0_eslint@8.12.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.1.0 @@ -3793,29 +3732,29 @@ packages: strip-indent: 3.0.0 dev: true - /eslint-plugin-vue/8.5.0_eslint@8.11.0: + /eslint-plugin-vue/8.5.0_eslint@8.12.0: resolution: {integrity: sha512-i1uHCTAKOoEj12RDvdtONWrGzjFm/djkzqfhmQ0d6M/W8KM81mhswd/z+iTZ0jCpdUedW3YRgcVfQ37/J4zoYQ==} 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.11.0 - eslint-utils: 3.0.0_eslint@8.11.0 + eslint: 8.12.0 + eslint-utils: 3.0.0_eslint@8.12.0 natural-compare: 1.4.0 semver: 7.3.5 - vue-eslint-parser: 8.3.0_eslint@8.11.0 + vue-eslint-parser: 8.3.0_eslint@8.12.0 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-yml/0.14.0_eslint@8.11.0: + /eslint-plugin-yml/0.14.0_eslint@8.12.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.3 - eslint: 8.11.0 + debug: 4.3.4 + eslint: 8.12.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 0.5.0 @@ -3846,13 +3785,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.11.0: + /eslint-utils/3.0.0_eslint@8.12.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.11.0 + eslint: 8.12.0 eslint-visitor-keys: 2.1.0 dev: true @@ -3871,8 +3810,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.11.0: - resolution: {integrity: sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==} + /eslint/8.12.0: + resolution: {integrity: sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -3885,7 +3824,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.11.0 + eslint-utils: 3.0.0_eslint@8.12.0 eslint-visitor-keys: 3.3.0 espree: 9.3.1 esquery: 1.4.0 @@ -5033,7 +4972,7 @@ packages: resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} hasBin: true dependencies: - minimist: 1.2.5 + minimist: 1.2.6 dev: true /json5/2.2.0: @@ -5065,10 +5004,6 @@ packages: semver: 7.3.5 dev: true - /jsonc-parser/3.0.0: - resolution: {integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==} - dev: true - /jsonfile/6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: @@ -5338,7 +5273,7 @@ packages: /micromark/2.11.4: resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} dependencies: - debug: 4.3.3 + debug: 4.3.4 parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -5401,6 +5336,10 @@ packages: resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} dev: true + /minimist/1.2.6: + resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} + dev: true + /mrmime/1.0.0: resolution: {integrity: sha512-a70zx7zFfVO7XpnQ2IX1Myh9yY4UYvfld/dikWRnsXxbyvMcfz+u6UfgNAtH+k2QqtJuzVpv6eLTx1G2+WKZbQ==} engines: {node: '>=10'} @@ -5770,7 +5709,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /pinia/2.0.12_typescript@4.6.2+vue@3.2.31: + /pinia/2.0.12_typescript@4.6.3+vue@3.2.31: resolution: {integrity: sha512-tUeuYGFrLU5irmGyRAIxp35q1OTcZ8sKpGT4XkPeVcG35W4R6cfXDbCGexzmVqH5lTQJJTXXbNGutIu9yS5yew==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -5783,7 +5722,7 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.1.3 - typescript: 4.6.2 + typescript: 4.6.3 vue: 3.2.31 vue-demi: 0.12.4_vue@3.2.31 dev: false @@ -5799,6 +5738,15 @@ packages: hasBin: true dev: true + /postcss/8.4.12: + resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.1 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + /postcss/8.4.8: resolution: {integrity: sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==} engines: {node: ^10 || ^12 || >=14} @@ -6574,11 +6522,6 @@ packages: engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.2.10: - resolution: {integrity: sha512-Qij6rGWCDjWIejxCXXVi6bNgvrYBp3PbqC4cBP/0fD6WHDOHCw09Zd13CsxrDqSR5PFq01WeqDws8t5lz5sH0A==} - engines: {node: '>=14.0.0'} - dev: true - /tinyspy/0.3.0: resolution: {integrity: sha512-c5uFHqtUp74R2DJE3/Efg0mH5xicmgziaQXMm/LvuuZn3RdpADH32aEGDRyCzObXT1DNfwDMqRQ/Drh1MlO12g==} engines: {node: '>=14.0.0'} @@ -6652,7 +6595,7 @@ packages: dependencies: '@types/json5': 0.0.29 json5: 1.0.1 - minimist: 1.2.5 + minimist: 1.2.6 strip-bom: 3.0.0 dev: true @@ -6664,14 +6607,14 @@ packages: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} dev: true - /tsutils/3.21.0_typescript@4.6.2: + /tsutils/3.21.0_typescript@4.6.3: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.6.2 + typescript: 4.6.3 dev: true /tunnel-agent/0.6.0: @@ -6736,8 +6679,8 @@ packages: mime-types: 2.1.35 dev: true - /typescript/4.6.2: - resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==} + /typescript/4.6.3: + resolution: {integrity: sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -6765,21 +6708,12 @@ packages: which-boxed-primitive: 1.0.2 dev: true - /unconfig/0.3.1: - resolution: {integrity: sha512-aXy9NkXWcwMgzkiLBoKJP1frd1/h0z/uPgwpISre2RYG5pN4yaRFNGhcbpT6/RYziXOYVT+SeJt2tggm/eLhOg==} + /unconfig/0.3.2: + resolution: {integrity: sha512-wkvnZCGGGaIhlggzjA1J7UyuLxWgWroSNNlCXQQ+Y5eq1S2dHgA3LXoDIxnexpo6+Kdjzh+mK7CntU5t3i84Ag==} dependencies: '@antfu/utils': 0.5.0 defu: 5.0.1 jiti: 1.13.0 - vitest: 0.2.8 - transitivePeerDependencies: - - '@vitest/ui' - - c8 - - happy-dom - - jsdom - - less - - sass - - stylus dev: true /unicode-canonical-property-names-ecmascript/2.0.0: @@ -6828,32 +6762,25 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /unocss/0.29.2: - resolution: {integrity: sha512-o330KJtr7V8P6tn1TAmSxAP/CU3kFSEtRqJxKIyqVvuD5fkIWGtn/SKsnhziU4NpwRQQ7vCjr+CKr2qD6SQOaw==} + /unocss/0.30.8: + resolution: {integrity: sha512-pVMh05HceQ6wTv9TFbqEOYUcmqeaS3kM0t78YNKEYpP+j217LJ41Ds3E54uhL0qiIKB7UXo6psEkGw3pxszNuw==} engines: {node: '>=14'} dependencies: - '@unocss/cli': 0.29.2 - '@unocss/core': 0.29.2 - '@unocss/preset-attributify': 0.29.2 - '@unocss/preset-icons': 0.29.2 - '@unocss/preset-mini': 0.29.2 - '@unocss/preset-typography': 0.29.2 - '@unocss/preset-uno': 0.29.2 - '@unocss/preset-web-fonts': 0.29.2 - '@unocss/preset-wind': 0.29.2 - '@unocss/reset': 0.29.2 - '@unocss/transformer-directives': 0.29.2 - '@unocss/transformer-variant-group': 0.29.2 - '@unocss/vite': 0.29.2 + '@unocss/cli': 0.30.8 + '@unocss/core': 0.30.8 + '@unocss/preset-attributify': 0.30.8 + '@unocss/preset-icons': 0.30.8 + '@unocss/preset-mini': 0.30.8 + '@unocss/preset-typography': 0.30.8 + '@unocss/preset-uno': 0.30.8 + '@unocss/preset-web-fonts': 0.30.8 + '@unocss/preset-wind': 0.30.8 + '@unocss/reset': 0.30.8 + '@unocss/transformer-directives': 0.30.8 + '@unocss/transformer-variant-group': 0.30.8 + '@unocss/vite': 0.30.8 transitivePeerDependencies: - - '@vitest/ui' - - c8 - debug - - happy-dom - - jsdom - - less - - sass - - stylus - supports-color dev: true @@ -6862,8 +6789,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import/0.6.6_@vueuse+core@8.1.1+vite@2.8.6: - resolution: {integrity: sha512-x3YxAI9ePoumXOakuS5YJlFkSyAkl5vJlaFZSJhSp75nH5gg8LpqQ/0Gz1/CG/JRRv+xaE1CZpEV161AqFGjEg==} + /unplugin-auto-import/0.6.8_@vueuse+core@8.2.0+vite@2.9.0: + resolution: {integrity: sha512-Nko4z1oSXpV/HNLexxKt+QP+BD4uNS9v2ronHnCWpm4uCMUCj2MXaK9XtFuCvCciIbkLd7wVNXZjpR5eeJs9vA==} engines: {node: '>=14'} peerDependencies: '@vueuse/core': '*' @@ -6873,11 +6800,11 @@ packages: dependencies: '@antfu/utils': 0.5.0 '@rollup/pluginutils': 4.2.0 - '@vueuse/core': 8.1.1_vue@3.2.31 + '@vueuse/core': 8.2.0_vue@3.2.31 local-pkg: 0.4.1 magic-string: 0.26.1 resolve: 1.22.0 - unplugin: 0.4.0_vite@2.8.6 + unplugin: 0.4.0_vite@2.9.0 transitivePeerDependencies: - esbuild - rollup @@ -6885,8 +6812,8 @@ packages: - webpack dev: true - /unplugin-vue-components/0.18.0_vite@2.8.6+vue@3.2.31: - resolution: {integrity: sha512-qk4AgtsydOw1RoGjVlC9toBnq9U8UD8gORRbZjZoNV14c1n5+ZZXV1Hjf7ne6SCt/SROBxpK6Kh3iqL0d8ijpw==} + /unplugin-vue-components/0.18.5_vite@2.9.0+vue@3.2.31: + resolution: {integrity: sha512-VPA6z/4pcKRDYtWu1H+FIpV0MADlFKG3q7YMVFzNFC3EhMVZ4WuBJ76490oKyauguNw1T1obLCuxNU9JzJ0oAQ==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -6907,7 +6834,7 @@ packages: magic-string: 0.26.1 minimatch: 5.0.1 resolve: 1.22.0 - unplugin: 0.4.0_vite@2.8.6 + unplugin: 0.4.0_vite@2.9.0 vue: 3.2.31 transitivePeerDependencies: - esbuild @@ -6917,7 +6844,7 @@ packages: - webpack dev: true - /unplugin/0.4.0_vite@2.8.6: + /unplugin/0.4.0_vite@2.9.0: resolution: {integrity: sha512-4ScITEmzlz1iZW3tkz+3L1V5k/xMQ6kjgm4lEXKxH0ozd8/OUWfiSA7RMRyrawsvq/t50JIzPpp1UyuSL/AXkA==} peerDependencies: esbuild: '>=0.13' @@ -6935,7 +6862,7 @@ packages: optional: true dependencies: chokidar: 3.5.3 - vite: 2.8.6 + vite: 2.9.0 webpack-virtual-modules: 0.4.3 dev: true @@ -7003,7 +6930,7 @@ packages: extsprintf: 1.3.0 dev: true - /vite-plugin-inspect/0.4.3_vite@2.8.6: + /vite-plugin-inspect/0.4.3_vite@2.9.0: resolution: {integrity: sha512-lj3oWnReRUwMHB7k8ZD8o6E27/OSn+8ua+tOftxuS39aM6Z9MG7m5r1CMlxMwEwdTM/wnQr0aH22Y2IX3e+++w==} engines: {node: '>=14'} peerDependencies: @@ -7014,25 +6941,26 @@ packages: kolorist: 1.5.1 sirv: 2.0.2 ufo: 0.7.11 - vite: 2.8.6 + vite: 2.9.0 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-md/0.11.9_vite@2.8.6: - resolution: {integrity: sha512-0uD2BPIct3FbEA1hAm56hlrBByEn542HTsS/FoWf33lJIgijVBDDV6FE12ud0SHS6sculITKliF2ntog2kiHmQ==} + /vite-plugin-md/0.12.4_vite@2.9.0: + resolution: {integrity: sha512-qtkzpHAvdp/Zo/2ntmCpfph2JD4F0+tOl1vK3QVAZztpWyoO7Yi8Y2Dqu7Urrnh/fPH7PnIWlrrQy1XV/D92Pg==} peerDependencies: vite: ^2.0.0 dependencies: '@antfu/utils': 0.5.0 '@rollup/pluginutils': 4.2.0 '@types/markdown-it': 12.2.3 + '@vue/runtime-core': 3.2.31 gray-matter: 4.0.3 markdown-it: 12.3.2 - vite: 2.8.6 + vite: 2.9.0 dev: true - /vite-plugin-pages/0.22.0_vite@2.8.6: + /vite-plugin-pages/0.22.0_vite@2.9.0: resolution: {integrity: sha512-OeCtSKoQNjrjtlNgkF4JTU0UdiZsa0cSQJKFyRoUz5KMbGoXR8O29BB2fZx9tMSBPyQJgGvIpzdoofLDaRNcQQ==} peerDependencies: '@vue/compiler-sfc': '>=3' @@ -7047,13 +6975,13 @@ packages: json5: 2.2.0 local-pkg: 0.4.1 picocolors: 1.0.0 - vite: 2.8.6 + vite: 2.9.0 yaml: 2.0.0-10 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-pwa/0.11.13_vite@2.8.6: + /vite-plugin-pwa/0.11.13_vite@2.9.0: resolution: {integrity: sha512-Ssj14m3TRVLfkFEAWSMcFE2d1cSdEZyrVTzfY2lSL+umHYvcIFHVDAY143sygtBCb44OPczsAOmWwBTxwOvh7g==} peerDependencies: vite: ^2.0.0 @@ -7062,7 +6990,7 @@ packages: fast-glob: 3.2.11 pretty-bytes: 5.6.0 rollup: 2.70.1 - vite: 2.8.6 + vite: 2.9.0 workbox-build: 6.5.1 workbox-window: 6.5.1 transitivePeerDependencies: @@ -7070,7 +6998,7 @@ packages: - supports-color dev: true - /vite-plugin-vue-layouts/0.6.0_da2b5bfcc9ee38bfd25c98b31b35c29d: + /vite-plugin-vue-layouts/0.6.0_66a0c73cd4de691e0c3c2495d471035d: resolution: {integrity: sha512-7QX7o/NpCfs+hyXphwYfmPqAEQ6qd4uXsvI0VsovjGT2eCoEE5dMdP6L+uqqNWY4uqv7oCvtinecZmbzZv/9Rg==} peerDependencies: vite: ^2.5.0 @@ -7080,7 +7008,7 @@ packages: '@vue/compiler-sfc': 3.2.31 debug: 4.3.3 fast-glob: 3.2.11 - vite: 2.8.6 + vite: 2.9.0 vue: 3.2.31 vue-router: 4.0.14_vue@3.2.31 transitivePeerDependencies: @@ -7091,7 +7019,7 @@ packages: resolution: {integrity: sha512-A//oCANsy/W3ueG8tMRwk3JsdtjTHquLE3lLsRoQArer5sFPD1Tl72hlhKqpRIudVTZp3Z9IvtWAhJv/2dhoeQ==} dev: true - /vite-ssg/0.19.0_06991454d28c6a3de3c4aa992a4c8636: + /vite-ssg/0.19.0_c7a4fd2442573e6ba281579bcf1f34c8: resolution: {integrity: sha512-LpjMTs12BgTpb4YwLKhvGd6ZRMxDf02Hq+B4uxdIe1+565nYsLkaem9U5vsuSMOu7lN9Y3XTXd752fmtuG2xHA==} engines: {node: '>=14.0.0'} hasBin: true @@ -7113,7 +7041,7 @@ packages: jsdom: 19.0.0 kolorist: 1.5.1 prettier: 2.6.0 - vite: 2.8.6 + vite: 2.9.0 vue: 3.2.31 vue-router: 4.0.14_vue@3.2.31 yargs: 17.3.1 @@ -7124,8 +7052,8 @@ packages: - utf-8-validate dev: true - /vite/2.8.6: - resolution: {integrity: sha512-e4H0QpludOVKkmOsRyqQ7LTcMUDF3mcgyNU4lmi0B5JUbe0ZxeBBl8VoZ8Y6Rfn9eFKYtdXNPcYK97ZwH+K2ug==} + /vite/2.9.0: + resolution: {integrity: sha512-5NAnNqzPmZzJvrswZGeTS2JHrBGIzIWJA2hBTTMYuoBVEMh0xwE0b5yyIXFxf7F07hrK4ugX2LJ7q6t7iIbd4Q==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -7141,48 +7069,16 @@ packages: optional: true dependencies: esbuild: 0.14.27 - postcss: 8.4.8 + postcss: 8.4.12 resolve: 1.22.0 rollup: 2.70.1 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest/0.2.8: - resolution: {integrity: sha512-shzN00EkvUNzP8cSykhrOCwB7MlGxcwJNjOtHhbayvexGnqX6oLOfEp3OQixWdDJpEaqNiE3Lcie0WsOnoQ3Og==} - engines: {node: '>=14.14.0'} - hasBin: true - peerDependencies: - '@vitest/ui': '*' - c8: '*' - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: - '@vitest/ui': - optional: true - c8: - optional: true - happy-dom: - optional: true - jsdom: - optional: true - dependencies: - '@types/chai': 4.3.0 - '@types/chai-subset': 1.3.3 - chai: 4.3.6 - local-pkg: 0.4.1 - tinypool: 0.1.2 - tinyspy: 0.2.10 - vite: 2.8.6 - transitivePeerDependencies: - - less - - sass - - stylus - dev: true - - /vitest/0.7.0: - resolution: {integrity: sha512-qLq4VEWJRyhscfzjhlNA+mrCrBQ2Vh7M9ew90yudOfoNUT0ilmFdRriRMN8m8BkKw/7txoTvT1X3oQB7B4Pk3A==} - engines: {node: '>=14.14.0'} + /vitest/0.8.1: + resolution: {integrity: sha512-8HUyc9io1UInZTUKJWTgPG5fMEqd86IlMCjn2CEjGjli55M7iUJiiMwns9W21wKs6DMrRs2lu89X6rbfVvF53A==} + engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: '@vitest/ui': '*' @@ -7205,69 +7101,26 @@ packages: local-pkg: 0.4.1 tinypool: 0.1.2 tinyspy: 0.3.0 - vite: 2.8.6 + vite: 2.9.0 transitivePeerDependencies: - less - sass - stylus dev: true - /vscode-css-languageservice/5.1.13: - resolution: {integrity: sha512-FA0foqMzMmEoO0WJP+MjoD4dRERhKS+Ag+yBrtmWQDmw2OuZ1R/5FkvI/XdTkCpHmTD9VMczugpHRejQyTXCNQ==} - dependencies: - vscode-languageserver-textdocument: 1.0.4 - vscode-languageserver-types: 3.16.0 - vscode-nls: 5.0.0 - vscode-uri: 3.0.3 - dev: true - - /vscode-html-languageservice/4.2.2: - resolution: {integrity: sha512-4ICwlpplGbiNQq6D/LZr4qLbPZuMmnSQeX/57UAYP7jD1LOvKeru4lVI+f6d6Eyd7uS46nLJ5DUY4AAlq35C0g==} - dependencies: - vscode-languageserver-textdocument: 1.0.4 - vscode-languageserver-types: 3.16.0 - vscode-nls: 5.0.0 - vscode-uri: 3.0.3 - dev: true - - /vscode-json-languageservice/4.2.0: - resolution: {integrity: sha512-XNawv0Vdy/sUK0S+hGf7cq/qsVAbIniGJr89TvZOqMCNJmpgKTy1e8PL1aWW0uy6BfWMG7vxa5lZb3ypuFtuGQ==} - dependencies: - jsonc-parser: 3.0.0 - vscode-languageserver-textdocument: 1.0.4 - vscode-languageserver-types: 3.16.0 - vscode-nls: 5.0.0 - vscode-uri: 3.0.3 - dev: true - /vscode-jsonrpc/8.0.0-next.7: resolution: {integrity: sha512-JX/F31LEsims0dAlOTKFE4E+AJMiJvdRSRViifFJSqSN7EzeYyWlfuDchF7g91oRNPZOIWfibTkDf3/UMsQGzQ==} engines: {node: '>=14.0.0'} dev: true - /vscode-languageserver-protocol/3.17.0-next.15: - resolution: {integrity: sha512-73LffxyP/0TRyk3J7bCYt0BuFBzk4Qvo5TqZndOsP+uBDbRV4IT7ebu4M/XoPDSCyZ+jDIxW7if/JbhBznmwBg==} - dependencies: - vscode-jsonrpc: 8.0.0-next.7 - vscode-languageserver-types: 3.17.0-next.8 - dev: true - /vscode-languageserver-textdocument/1.0.4: resolution: {integrity: sha512-/xhqXP/2A2RSs+J8JNXpiiNVvvNM0oTosNVmQnunlKvq9o4mupHOBAnnzH0lwIPKazXKvAKsVp1kr+H/K4lgoQ==} dev: true - /vscode-languageserver-types/3.16.0: - resolution: {integrity: sha512-k8luDIWJWyenLc5ToFQQMaSrqCHiLwyKPHKPQZ5zz21vM+vIVUSvsRpcbiECH4WR88K2XZqc4ScRcZ7nk/jbeA==} - dev: true - /vscode-languageserver-types/3.17.0-next.8: resolution: {integrity: sha512-Mwj+FemiEk4QUUms1GGvXwDC+laJGVFuA4glbMVJTxfXdfOFZaEuyVlLobjccBo+NzD+5oEzzejTX7nWGNajjQ==} dev: true - /vscode-nls/5.0.0: - resolution: {integrity: sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==} - dev: true - /vscode-uri/3.0.3: resolution: {integrity: sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==} dev: true @@ -7287,14 +7140,14 @@ packages: vue: 3.2.31 dev: false - /vue-eslint-parser/8.3.0_eslint@8.11.0: + /vue-eslint-parser/8.3.0_eslint@8.12.0: resolution: {integrity: sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - debug: 4.3.3 - eslint: 8.11.0 + debug: 4.3.4 + eslint: 8.12.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.1 @@ -7327,15 +7180,14 @@ packages: vue: 3.2.31 dev: false - /vue-tsc/0.33.2_typescript@4.6.2: - resolution: {integrity: sha512-MjTCMNCRVo6rVL+fM6W2LYTyQzMZImFKyPC4iIC2IuG6f9E9PNiJEGv7uZj58kAgyXWQBWynfAKRxtICPshUNQ==} + /vue-tsc/0.33.9_typescript@4.6.3: + resolution: {integrity: sha512-s/+r4JNsCh4e3MUdsYrjEA8IgPPDzHL5kEah/OznxIHd1XMlYiIkXGdiyU6JE5J+lzXNOKdOlNliqwwpeETQWw==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/shared': 0.33.2 - '@volar/vue-typescript': 0.33.2 - typescript: 4.6.2 + '@volar/vue-typescript': 0.33.9 + typescript: 4.6.3 dev: true /vue/3.2.31: diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index 0e0212f..0dcc478 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -20,6 +20,7 @@ declare global { const createApp: typeof import('vue')['createApp'] const createEventHook: typeof import('@vueuse/core')['createEventHook'] const createGlobalState: typeof import('@vueuse/core')['createGlobalState'] + const createInjectionState: typeof import('@vueuse/core')['createInjectionState'] const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn'] const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable'] const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn'] @@ -46,7 +47,6 @@ declare global { const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable'] const markRaw: typeof import('vue')['markRaw'] const nextTick: typeof import('vue')['nextTick'] - const note: typeof import('@vueuse/core')['note'] const onActivated: typeof import('vue')['onActivated'] const onBeforeMount: typeof import('vue')['onBeforeMount'] const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']