From 108be1e211ba2f4f15fba8ce5130dc72ee8c4990 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 27 Mar 2023 12:43:32 +0200 Subject: [PATCH] chore: update deps --- package.json | 28 +-- pnpm-lock.yaml | 639 ++++++++++++++++++++++++++++--------------------- 2 files changed, 376 insertions(+), 291 deletions(-) diff --git a/package.json b/package.json index 202e77a..b4863a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "private": true, - "packageManager": "pnpm@7.30.0", + "packageManager": "pnpm@7.30.3", "scripts": { "build": "vite-ssg build", "dev": "vite --port 3333 --open", @@ -30,44 +30,44 @@ "devDependencies": { "@antfu/eslint-config": "^0.37.0", "@iconify-json/carbon": "^1.1.16", - "@intlify/unplugin-vue-i18n": "^0.9.2", + "@intlify/unplugin-vue-i18n": "^0.10.0", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", "@vitejs/plugin-vue": "^4.1.0", - "@vue-macros/volar": "^0.9.0", - "@vue/test-utils": "^2.3.1", + "@vue-macros/volar": "^0.9.4", + "@vue/test-utils": "^2.3.2", "critters": "^0.0.16", "cross-env": "^7.0.3", "cypress": "^12.8.1", - "cypress-vite": "^1.3.0", + "cypress-vite": "^1.3.1", "eslint": "^8.36.0", "eslint-plugin-cypress": "^2.12.1", "https-localhost": "^4.7.1", "lint-staged": "^13.2.0", "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.8.0", - "pnpm": "^7.30.0", + "pnpm": "^7.30.3", "shiki": "^0.14.1", "simple-git-hooks": "^2.8.1", "taze": "^0.9.1", - "typescript": "^4.9.5", + "typescript": "^5.0.2", "unocss": "^0.50.6", - "unplugin-auto-import": "^0.15.1", + "unplugin-auto-import": "^0.15.2", "unplugin-vue-components": "^0.24.1", - "unplugin-vue-macros": "^1.10.1", - "vite": "^4.2.0", + "unplugin-vue-macros": "^1.11.2", + "vite": "^4.2.1", "vite-bundle-visualizer": "^0.6.0", - "vite-plugin-inspect": "^0.7.17", + "vite-plugin-inspect": "^0.7.18", "vite-plugin-pages": "^0.29.0", - "vite-plugin-pwa": "^0.14.4", + "vite-plugin-pwa": "^0.14.6", "vite-plugin-vue-component-preview": "^1.1.5", "vite-plugin-vue-inspector": "^3.4.0", "vite-plugin-vue-layouts": "^0.8.0", "vite-plugin-vue-markdown": "^0.22.4", - "vite-plugin-webfont-dl": "^3.6.0", + "vite-plugin-webfont-dl": "^3.6.4", "vite-ssg": "^0.22.1", "vite-ssg-sitemap": "^0.4.3", - "vitest": "^0.29.3", + "vitest": "^0.29.7", "vue-tsc": "^1.2.0" }, "simple-git-hooks": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af44932..969bec3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3,19 +3,19 @@ lockfileVersion: 5.4 specifiers: '@antfu/eslint-config': ^0.37.0 '@iconify-json/carbon': ^1.1.16 - '@intlify/unplugin-vue-i18n': ^0.9.2 + '@intlify/unplugin-vue-i18n': ^0.10.0 '@types/markdown-it-link-attributes': ^3.0.1 '@types/nprogress': ^0.2.0 '@unocss/reset': ^0.50.6 '@vitejs/plugin-vue': ^4.1.0 - '@vue-macros/volar': ^0.9.0 - '@vue/test-utils': ^2.3.1 + '@vue-macros/volar': ^0.9.4 + '@vue/test-utils': ^2.3.2 '@vueuse/core': ^9.13.0 '@vueuse/head': ^1.1.23 critters: ^0.0.16 cross-env: ^7.0.3 cypress: ^12.8.1 - cypress-vite: ^1.3.0 + cypress-vite: ^1.3.1 eslint: ^8.36.0 eslint-plugin-cypress: ^2.12.1 https-localhost: ^4.7.1 @@ -24,28 +24,28 @@ specifiers: markdown-it-shiki: ^0.8.0 nprogress: ^0.2.0 pinia: ^2.0.33 - pnpm: ^7.30.0 + pnpm: ^7.30.3 shiki: ^0.14.1 simple-git-hooks: ^2.8.1 taze: ^0.9.1 - typescript: ^4.9.5 + typescript: ^5.0.2 unocss: ^0.50.6 - unplugin-auto-import: ^0.15.1 + unplugin-auto-import: ^0.15.2 unplugin-vue-components: ^0.24.1 - unplugin-vue-macros: ^1.10.1 - vite: ^4.2.0 + unplugin-vue-macros: ^1.11.2 + vite: ^4.2.1 vite-bundle-visualizer: ^0.6.0 - vite-plugin-inspect: ^0.7.17 + vite-plugin-inspect: ^0.7.18 vite-plugin-pages: ^0.29.0 - vite-plugin-pwa: ^0.14.4 + vite-plugin-pwa: ^0.14.6 vite-plugin-vue-component-preview: ^1.1.5 vite-plugin-vue-inspector: ^3.4.0 vite-plugin-vue-layouts: ^0.8.0 vite-plugin-vue-markdown: ^0.22.4 - vite-plugin-webfont-dl: ^3.6.0 + vite-plugin-webfont-dl: ^3.6.4 vite-ssg: ^0.22.1 vite-ssg-sitemap: ^0.4.3 - vitest: ^0.29.3 + vitest: ^0.29.7 vue: ^3.2.47 vue-demi: ^0.13.11 vue-i18n: ^9.2.2 @@ -57,54 +57,54 @@ dependencies: '@vueuse/core': 9.13.0_vue@3.2.47 '@vueuse/head': 1.1.23_vue@3.2.47 nprogress: 0.2.0 - pinia: 2.0.33_hmuptsblhheur2tugfgucj7gc4 + pinia: 2.0.33_p4srtwdgezcoeovfcc2yxzvaue vue: 3.2.47 vue-demi: 0.13.11_vue@3.2.47 vue-i18n: 9.2.2_vue@3.2.47 vue-router: 4.1.6_vue@3.2.47 devDependencies: - '@antfu/eslint-config': 0.37.0_vgl77cfdswitgr47lm5swmv43m + '@antfu/eslint-config': 0.37.0_j4766f7ecgqbon3u7zlxn5zszu '@iconify-json/carbon': 1.1.16 - '@intlify/unplugin-vue-i18n': 0.9.2_vue-i18n@9.2.2 + '@intlify/unplugin-vue-i18n': 0.10.0_vue-i18n@9.2.2 '@types/markdown-it-link-attributes': 3.0.1 '@types/nprogress': 0.2.0 - '@vitejs/plugin-vue': 4.1.0_vite@4.2.0+vue@3.2.47 - '@vue-macros/volar': 0.9.0_vue-tsc@1.2.0+vue@3.2.47 - '@vue/test-utils': 2.3.1_vue@3.2.47 + '@vitejs/plugin-vue': 4.1.0_vite@4.2.1+vue@3.2.47 + '@vue-macros/volar': 0.9.4_vue-tsc@1.2.0+vue@3.2.47 + '@vue/test-utils': 2.3.2_vue@3.2.47 critters: 0.0.16 cross-env: 7.0.3 cypress: 12.8.1 - cypress-vite: 1.3.1_vite@4.2.0 + cypress-vite: 1.3.1_vite@4.2.1 eslint: 8.36.0 eslint-plugin-cypress: 2.12.1_eslint@8.36.0 https-localhost: 4.7.1 lint-staged: 13.2.0 markdown-it-link-attributes: 4.0.1 markdown-it-shiki: 0.8.0 - pnpm: 7.30.0 + pnpm: 7.30.3 shiki: 0.14.1 simple-git-hooks: 2.8.1 taze: 0.9.1 - typescript: 4.9.5 - unocss: 0.50.6_vite@4.2.0 - unplugin-auto-import: 0.15.1_@vueuse+core@9.13.0 + typescript: 5.0.2 + unocss: 0.50.6_vite@4.2.1 + unplugin-auto-import: 0.15.2_@vueuse+core@9.13.0 unplugin-vue-components: 0.24.1_vue@3.2.47 - unplugin-vue-macros: 1.10.1_2czchvey3hiidu3aznpuei4mem - vite: 4.2.0 + unplugin-vue-macros: 1.11.2_aeurc5btel4k37vmechrre3xm4 + vite: 4.2.1 vite-bundle-visualizer: 0.6.0 - vite-plugin-inspect: 0.7.17_vite@4.2.0 - vite-plugin-pages: 0.29.0_vite@4.2.0 - vite-plugin-pwa: 0.14.4_vite@4.2.0 - vite-plugin-vue-component-preview: 1.1.5_vite@4.2.0+vue@3.2.47 - vite-plugin-vue-inspector: 3.4.0_vite@4.2.0 - vite-plugin-vue-layouts: 0.8.0_m3uvdxdk7hj6rhgyd3bnmiarxm - vite-plugin-vue-markdown: 0.22.4_vite@4.2.0 - vite-plugin-webfont-dl: 3.6.4_vite@4.2.0 - vite-ssg: 0.22.1_sko5ykgkgm7crz47mqa6e35k6y + vite-plugin-inspect: 0.7.18_vite@4.2.1 + vite-plugin-pages: 0.29.0_vite@4.2.1 + vite-plugin-pwa: 0.14.6_vite@4.2.1 + vite-plugin-vue-component-preview: 1.1.5_vite@4.2.1+vue@3.2.47 + vite-plugin-vue-inspector: 3.4.0_vite@4.2.1 + vite-plugin-vue-layouts: 0.8.0_asesa6ksds7mbxqm7d5qamvm34 + vite-plugin-vue-markdown: 0.22.4_vite@4.2.1 + vite-plugin-webfont-dl: 3.6.4_vite@4.2.1 + vite-ssg: 0.22.1_5yp5ffmexyoplwevzih2hx4gpy vite-ssg-sitemap: 0.4.3 - vitest: 0.29.3 - vue-tsc: 1.2.0_typescript@4.9.5 + vitest: 0.29.7 + vue-tsc: 1.2.0_typescript@5.0.2 packages: @@ -116,13 +116,13 @@ packages: '@jridgewell/trace-mapping': 0.3.17 dev: true - /@antfu/eslint-config-basic/0.37.0_haq6ulc3vui3hbw2ow7npojefi: + /@antfu/eslint-config-basic/0.37.0_5dw4dhas3occx2squkfiuu45qi: resolution: {integrity: sha512-iBj6qjAOQr+WMhK38lfR2/xdIY81qUk4i6tHhwmcxXi4GEf2HF6I4Cgeu9SyIlTxOw8AP1CVqdUNzUbmYSaMZg==} peerDependencies: eslint: '>=7.4.0' dependencies: eslint: 8.36.0 - eslint-plugin-antfu: 0.37.0_vgl77cfdswitgr47lm5swmv43m + eslint-plugin-antfu: 0.37.0_j4766f7ecgqbon3u7zlxn5zszu eslint-plugin-eslint-comments: 3.2.0_eslint@8.36.0 eslint-plugin-html: 7.1.0 eslint-plugin-import: 2.27.5_a7er6olmtneep4uytpot6gt7wu @@ -145,18 +145,18 @@ packages: - typescript dev: true - /@antfu/eslint-config-ts/0.37.0_vgl77cfdswitgr47lm5swmv43m: + /@antfu/eslint-config-ts/0.37.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-+ZS0UE7qa6EzFe0JgCSqdi/IRGQlUj/kOjvwsHCXVK1A02ZW2p0fEKzCpNAz1NJK9nkqhyvNHX+gNOTQsPMbeQ==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@antfu/eslint-config-basic': 0.37.0_haq6ulc3vui3hbw2ow7npojefi - '@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri - '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@antfu/eslint-config-basic': 0.37.0_5dw4dhas3occx2squkfiuu45qi + '@typescript-eslint/eslint-plugin': 5.55.0_qsnvknysi52qtaxqdyqyohkcku + '@typescript-eslint/parser': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu eslint: 8.36.0 - eslint-plugin-jest: 27.2.1_77hzc3m4z2zccvz4y3m32ao6om - typescript: 4.9.5 + eslint-plugin-jest: 27.2.1_6ijeciauhuaefmxnwfqfqlk4ki + typescript: 5.0.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -164,13 +164,13 @@ packages: - supports-color dev: true - /@antfu/eslint-config-vue/0.37.0_haq6ulc3vui3hbw2ow7npojefi: + /@antfu/eslint-config-vue/0.37.0_5dw4dhas3occx2squkfiuu45qi: resolution: {integrity: sha512-d7n4+7f6YMizE1HDEOtIBJGruFuIeqrNF+ZjHM8o6+isMrJkvdjVx6nHtHVtoWNYW6jiRJ5AW+nkfo2aoNGUyA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-basic': 0.37.0_haq6ulc3vui3hbw2ow7npojefi - '@antfu/eslint-config-ts': 0.37.0_vgl77cfdswitgr47lm5swmv43m + '@antfu/eslint-config-basic': 0.37.0_5dw4dhas3occx2squkfiuu45qi + '@antfu/eslint-config-ts': 0.37.0_j4766f7ecgqbon3u7zlxn5zszu eslint: 8.36.0 eslint-plugin-vue: 9.9.0_eslint@8.36.0 local-pkg: 0.4.3 @@ -184,14 +184,14 @@ packages: - typescript dev: true - /@antfu/eslint-config/0.37.0_vgl77cfdswitgr47lm5swmv43m: + /@antfu/eslint-config/0.37.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-Kq12dCBSYNV/wuoX35ijs8aNjdF9FiSp3GbiGh2Y8sPtM6NbJc5LA3ixWz0PcA/byHf1VPVisDZcPqISjic/zA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@antfu/eslint-config-vue': 0.37.0_haq6ulc3vui3hbw2ow7npojefi - '@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri - '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@antfu/eslint-config-vue': 0.37.0_5dw4dhas3occx2squkfiuu45qi + '@typescript-eslint/eslint-plugin': 5.55.0_qsnvknysi52qtaxqdyqyohkcku + '@typescript-eslint/parser': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu eslint: 8.36.0 eslint-plugin-eslint-comments: 3.2.0_eslint@8.36.0 eslint-plugin-html: 7.1.0 @@ -1788,8 +1788,8 @@ packages: - supports-color dev: true - /@intlify/bundle-utils/5.3.0_vue-i18n@9.2.2: - resolution: {integrity: sha512-5dLNYO3OOUNAMZuy+nRKzOJmTe6HrVSRF9faUUbQRJAMkJlmplGAPL3pt8uSHQsNYNtH3bY889uf1kWzPcHt7Q==} + /@intlify/bundle-utils/5.4.0_vue-i18n@9.2.2: + resolution: {integrity: sha512-oJbibbP5djdQYTv0cQC4PYRHPpS5nF/KZ7MWM1/yhdsGzjvCekJHWk25MCQIIOrfQ+aw5tKi2t66KpYEUki/tw==} engines: {node: '>= 12'} peerDependencies: petite-vue-i18n: '*' @@ -1803,6 +1803,7 @@ packages: '@intlify/message-compiler': 9.3.0-beta.17 '@intlify/shared': 9.3.0-beta.17 acorn: 8.8.2 + escodegen: 2.0.0 estree-walker: 2.0.2 jsonc-eslint-parser: 1.4.1 magic-string: 0.30.0 @@ -1850,8 +1851,8 @@ packages: engines: {node: '>= 14'} dev: true - /@intlify/unplugin-vue-i18n/0.9.2_vue-i18n@9.2.2: - resolution: {integrity: sha512-cNfa90+NVNdYJ0qqwRaEb2kGGp9zAve2xaAKCL7EzcQcvSWw42mhiOxcNkUc1QKlXnSHERMd6aT4/GUlFT1zBw==} + /@intlify/unplugin-vue-i18n/0.10.0_vue-i18n@9.2.2: + resolution: {integrity: sha512-Sf8fe26/d8rBNcg+zBSb7RA1uyhrG9zhIM+CRX6lqcznMDjLRr/1tuVaJ9E6xqJkzjfPgRzNcCqwMt6rpNkL7Q==} engines: {node: '>= 14.16'} peerDependencies: petite-vue-i18n: '*' @@ -1865,7 +1866,7 @@ packages: vue-i18n-bridge: optional: true dependencies: - '@intlify/bundle-utils': 5.3.0_vue-i18n@9.2.2 + '@intlify/bundle-utils': 5.4.0_vue-i18n@9.2.2 '@intlify/shared': 9.3.0-beta.17 '@rollup/pluginutils': 5.0.2 '@vue/compiler-sfc': 3.2.47 @@ -2186,6 +2187,21 @@ packages: rollup: 3.18.0 dev: true + /@rollup/pluginutils/5.0.2_rollup@3.20.2: + resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': 1.0.0 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 3.20.2 + dev: true + /@surma/rollup-plugin-off-main-thread/2.2.3: resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: @@ -2316,7 +2332,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.55.0_342y7v4tc7ytrrysmit6jo4wri: + /@typescript-eslint/eslint-plugin/5.55.0_qsnvknysi52qtaxqdyqyohkcku: resolution: {integrity: sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2328,23 +2344,23 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.4.0 - '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu '@typescript-eslint/scope-manager': 5.55.0 - '@typescript-eslint/type-utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m - '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/type-utils': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu + '@typescript-eslint/utils': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu debug: 4.3.4 eslint: 8.36.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.2 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.55.0_vgl77cfdswitgr47lm5swmv43m: + /@typescript-eslint/parser/5.55.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2356,10 +2372,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.55.0 '@typescript-eslint/types': 5.55.0 - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.55.0_typescript@5.0.2 debug: 4.3.4 eslint: 8.36.0 - typescript: 4.9.5 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: true @@ -2372,7 +2388,7 @@ packages: '@typescript-eslint/visitor-keys': 5.55.0 dev: true - /@typescript-eslint/type-utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: + /@typescript-eslint/type-utils/5.55.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2382,12 +2398,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/typescript-estree': 5.55.0_typescript@5.0.2 + '@typescript-eslint/utils': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu debug: 4.3.4 eslint: 8.36.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.2 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: true @@ -2397,7 +2413,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.55.0_typescript@4.9.5: + /@typescript-eslint/typescript-estree/5.55.0_typescript@5.0.2: resolution: {integrity: sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2412,13 +2428,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@5.0.2 + typescript: 5.0.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: + /@typescript-eslint/utils/5.55.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2429,7 +2445,7 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.55.0 '@typescript-eslint/types': 5.55.0 - '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.55.0_typescript@5.0.2 eslint: 8.36.0 eslint-scope: 5.1.1 semver: 7.3.8 @@ -2480,12 +2496,12 @@ packages: unhead: 1.1.23 vue: 3.2.47 - /@unocss/astro/0.50.6_vite@4.2.0: + /@unocss/astro/0.50.6_vite@4.2.1: resolution: {integrity: sha512-gSGQIh+hBCor7KbAylu4wBQaMZp3AkT8dW9E6jrecpluVxzGGdar93a79Wqs76OlWiu7hr8zOyRbSDgfkwDung==} dependencies: '@unocss/core': 0.50.6 '@unocss/reset': 0.50.6 - '@unocss/vite': 0.50.6_vite@4.2.0 + '@unocss/vite': 0.50.6_vite@4.2.1 transitivePeerDependencies: - rollup - vite @@ -2633,7 +2649,7 @@ packages: '@unocss/core': 0.50.6 dev: true - /@unocss/vite/0.50.6_vite@4.2.0: + /@unocss/vite/0.50.6_vite@4.2.1: resolution: {integrity: sha512-BBfNHWRTD69ToNX4NlYdORFG6uH51HCjX+vZ8HAVgYHpSeVWziG3srnGYOk5IS0pKPzQGoLBlz8rstMsGhrAjA==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 @@ -2648,46 +2664,46 @@ packages: chokidar: 3.5.3 fast-glob: 3.2.12 magic-string: 0.30.0 - vite: 4.2.0 + vite: 4.2.1 transitivePeerDependencies: - rollup dev: true - /@vitejs/plugin-vue/4.1.0_vite@4.2.0+vue@3.2.47: + /@vitejs/plugin-vue/4.1.0_vite@4.2.1+vue@3.2.47: resolution: {integrity: sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.2.0 + vite: 4.2.1 vue: 3.2.47 dev: true - /@vitest/expect/0.29.3: - resolution: {integrity: sha512-z/0JqBqqrdtrT/wzxNrWC76EpkOHdl+SvuNGxWulLaoluygntYyG5wJul5u/rQs5875zfFz/F+JaDf90SkLUIg==} + /@vitest/expect/0.29.7: + resolution: {integrity: sha512-UtG0tW0DP6b3N8aw7PHmweKDsvPv4wjGvrVZW7OSxaFg76ShtVdMiMcUkZJgCE8QWUmhwaM0aQhbbVLo4F4pkA==} dependencies: - '@vitest/spy': 0.29.3 - '@vitest/utils': 0.29.3 + '@vitest/spy': 0.29.7 + '@vitest/utils': 0.29.7 chai: 4.3.7 dev: true - /@vitest/runner/0.29.3: - resolution: {integrity: sha512-XLi8ctbvOWhUWmuvBUSIBf8POEDH4zCh6bOuVxm/KGfARpgmVF1ku+vVNvyq85va+7qXxtl+MFmzyXQ2xzhAvw==} + /@vitest/runner/0.29.7: + resolution: {integrity: sha512-Yt0+csM945+odOx4rjZSjibQfl2ymxqVsmYz6sO2fiO5RGPYDFCo60JF6tLL9pz4G/kjY4irUxadeB1XT+H1jg==} dependencies: - '@vitest/utils': 0.29.3 + '@vitest/utils': 0.29.7 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/spy/0.29.3: - resolution: {integrity: sha512-LLpCb1oOCOZcBm0/Oxbr1DQTuKLRBsSIHyLYof7z4QVE8/v8NcZKdORjMUq645fcfX55+nLXwU/1AQ+c2rND+w==} + /@vitest/spy/0.29.7: + resolution: {integrity: sha512-IalL0iO6A6Xz8hthR8sctk6ZS//zVBX48EiNwQguYACdgdei9ZhwMaBFV70mpmeYAFCRAm+DpoFHM5470Im78A==} dependencies: tinyspy: 1.0.2 dev: true - /@vitest/utils/0.29.3: - resolution: {integrity: sha512-hg4Ff8AM1GtUnLpUJlNMxrf9f4lZr/xRJjh3uJ0QFP+vjaW82HAxKrmeBmLnhc8Os2eRf+f+VBu4ts7TafPPkA==} + /@vitest/utils/0.29.7: + resolution: {integrity: sha512-vNgGadp2eE5XKCXtZXL5UyNEDn68npSct75OC9AlELenSK0DiV1Mb9tfkwJHKjRb69iek+e79iipoJx8+s3SdA==} dependencies: cli-truncate: 3.1.0 diff: 5.1.0 @@ -2747,31 +2763,42 @@ packages: '@volar/vue-language-core': 1.2.0 dev: true - /@vue-macros/api/0.4.7_vue@3.2.47: - resolution: {integrity: sha512-0EjnoCcRRF1DAkcYCf/fufYG7xl269sqFbwp0/TOYqzyjjhd/8zc/qLxaVJoe63/GTrOzIgo3gXiRDcf7Pupgg==} + /@vue-macros/api/0.5.0_rollup@3.20.2+vue@3.2.47: + resolution: {integrity: sha512-d2ybC+DQIgqWjstNhgsWu3LhQBkzy/4OuHCl6PEpwtx91f1KN9+Ha5svbfhM/2UqOehqlpEu+WBU8Bykl7J3Kg==} engines: {node: '>=14.19.0'} dependencies: '@babel/types': 7.21.3 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_rollup@3.20.2+vue@3.2.47 transitivePeerDependencies: + - rollup - vue dev: true - /@vue-macros/better-define/1.3.7_vue@3.2.47: - resolution: {integrity: sha512-bYyIeevF2UsF90sY5bRLo3XagJ9ZUYFlYenJLzPFgNUq3dIM8VCrHizv9P9pBIADfVHHbUgPOXnx2cYxmqyh6w==} + /@vue-macros/api/0.5.0_vue@3.2.47: + resolution: {integrity: sha512-d2ybC+DQIgqWjstNhgsWu3LhQBkzy/4OuHCl6PEpwtx91f1KN9+Ha5svbfhM/2UqOehqlpEu+WBU8Bykl7J3Kg==} engines: {node: '>=14.19.0'} dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/api': 0.4.7_vue@3.2.47 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@babel/types': 7.21.3 + '@vue-macros/common': 1.1.4_vue@3.2.47 + transitivePeerDependencies: + - rollup + - vue + dev: true + + /@vue-macros/better-define/1.5.0_vue@3.2.47: + resolution: {integrity: sha512-UseXFJ3TOvajclNgeJ8vil7Ja2NBDg+2zeeHDbaQfLw3orzYbHQAPGpBr9f7KZAofZgldtngnX2f2Oplx5lTCA==} + engines: {node: '>=14.19.0'} + dependencies: + '@vue-macros/api': 0.5.0_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/common/1.1.1_vue@3.2.47: - resolution: {integrity: sha512-IoyVHnq8BqaQyiASlXwSM+AHkCfsMQEV8cpjYXnFgdtJMQKbCGYA0PQfGkNq4ZTEq8FHFbL0jSrOt1HYQj7zfQ==} + /@vue-macros/common/1.1.4_rollup@3.20.2+vue@3.2.47: + resolution: {integrity: sha512-LyTvNEffxbsWTq6dEUhJQZhAjwHvyQy5L2IhkJ3VQgecoxhFz62VmGWBst43l9RGHrhGLKaEa3euV0/6VJLqzQ==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 @@ -2780,14 +2807,36 @@ packages: optional: true dependencies: '@babel/types': 7.21.3 + '@rollup/pluginutils': 5.0.2_rollup@3.20.2 '@vue/compiler-sfc': 3.2.47 local-pkg: 0.4.3 - magic-string: 0.30.0 + magic-string-ast: 0.1.2 vue: 3.2.47 + transitivePeerDependencies: + - rollup dev: true - /@vue-macros/define-model/1.3.4_wahnhgkv24wdnnevlbh26c63xq: - resolution: {integrity: sha512-j8ZLngzljgNze5jKXE+EQSVmq5VQ2Gx1bnkDk4stwHISUPkYP8TzcwyPWzIkasBqCN9AndztZyW4RiY4YfHKCg==} + /@vue-macros/common/1.1.4_vue@3.2.47: + resolution: {integrity: sha512-LyTvNEffxbsWTq6dEUhJQZhAjwHvyQy5L2IhkJ3VQgecoxhFz62VmGWBst43l9RGHrhGLKaEa3euV0/6VJLqzQ==} + engines: {node: '>=14.19.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + peerDependenciesMeta: + vue: + optional: true + dependencies: + '@babel/types': 7.21.3 + '@rollup/pluginutils': 5.0.2 + '@vue/compiler-sfc': 3.2.47 + local-pkg: 0.4.3 + magic-string-ast: 0.1.2 + vue: 3.2.47 + transitivePeerDependencies: + - rollup + dev: true + + /@vue-macros/define-model/1.4.3_wahnhgkv24wdnnevlbh26c63xq: + resolution: {integrity: sha512-EIIVSoNdKk3HPE8sF7fuMu7934Inra1vyuQJN6ikyqgoFGfpvFxBteuot2T+CiJFswZJ1z9YEw9WswbJmlqaAA==} engines: {node: '>=14.19.0'} peerDependencies: '@vueuse/core': ^9.0.0 @@ -2795,90 +2844,84 @@ packages: '@vueuse/core': optional: true dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 '@vueuse/core': 9.13.0_vue@3.2.47 - ast-walker-scope: 0.4.0 + ast-walker-scope: 0.4.1 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/define-props-refs/0.2.3_vue@3.2.47: - resolution: {integrity: sha512-uJyZWf2mgTUtWaSeGTU+lP8iT5Qn8dR7xy7efgMo9yN1Xd9ruLerPscbT0bjKjIEqR6m+/Q+JCwGd96nDZGMCw==} + /@vue-macros/define-props-refs/0.3.2_vue@3.2.47: + resolution: {integrity: sha512-0OjXw9Ogr2C3pOZfd7U6xWc6qICBZEBmy7yXrKRuYIFDt5r/ucTO/1psVORmB1n8frsxkxudUJ1EllRB4gBAnw==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/define-props/0.4.1_oonhgqadqvzihflq3rqdsgb4ee: - resolution: {integrity: sha512-oyU9Nx7OM730DIPfFFjcKX/WNnKIo+j1SFTpGs2pw3hNdJQ1V3qNTCtvYpFtZiIS/92RoNQABEcxW6fW0ka0Xg==} + /@vue-macros/define-props/1.0.2_2ifyqrlgtqzntpxmhoibwzpgmm: + resolution: {integrity: sha512-DwDQuLd2/UNKKc4IZ0CadxpcQblU7HO+IAqjJtkTslsvlNaN98JUwGJ6jz+uRZ8uP6fnZzkQbkh1rqzHf3wXDA==} engines: {node: '>=14.19.0'} peerDependencies: - '@vue-macros/reactivity-transform': ^0.2.5 + '@vue-macros/reactivity-transform': ^0.3.2 vue: ^2.7.0 || ^3.2.25 dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 - '@vue-macros/reactivity-transform': 0.2.5_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 + '@vue-macros/reactivity-transform': 0.3.3_vue@3.2.47 unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/define-props/0.4.1_vue@3.2.47: - resolution: {integrity: sha512-oyU9Nx7OM730DIPfFFjcKX/WNnKIo+j1SFTpGs2pw3hNdJQ1V3qNTCtvYpFtZiIS/92RoNQABEcxW6fW0ka0Xg==} + /@vue-macros/define-props/1.0.2_vue@3.2.47: + resolution: {integrity: sha512-DwDQuLd2/UNKKc4IZ0CadxpcQblU7HO+IAqjJtkTslsvlNaN98JUwGJ6jz+uRZ8uP6fnZzkQbkh1rqzHf3wXDA==} engines: {node: '>=14.19.0'} peerDependencies: - '@vue-macros/reactivity-transform': ^0.2.5 + '@vue-macros/reactivity-transform': ^0.3.2 vue: ^2.7.0 || ^3.2.25 dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/define-render/1.2.4_vue@3.2.47: - resolution: {integrity: sha512-pO9p7sXolJz3G4vYTCt5pcgKnBXiCV0+BhEubw8GZtfIikk1eX72JnJZks1fg4qQ9Wnefxvha4CSN0Md5BxbgA==} + /@vue-macros/define-render/1.3.3_vue@3.2.47: + resolution: {integrity: sha512-N2BxsrFxhc66bEpmuazUMODOvrfZ28vvO/bhxIB2hAxUMZGnZ8s+SIATn01XEx+Bqi+V+GU0eCBgAm/qsZimpg==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/define-slots/0.2.4_vue@3.2.47: - resolution: {integrity: sha512-F2UGm9XPIZFCMzT87lY5erabJwEj6OWTY50EaZwL7YFuvRYZAdTzkjWu0F7B8sFOUJVEAEZznFjes4y6/3goJw==} + /@vue-macros/define-slots/0.3.2_vue@3.2.47: + resolution: {integrity: sha512-IIcBIGA9rMcoRCWl7AAaRbQ3zHPCwdkNNWjunsiSHjMfk3rJV04TLOpKawwL5cn3Sb8W3cMA9/X9ftmYE88Uhw==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.0.0 dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/devtools/0.1.2_vite@4.2.0: + /@vue-macros/devtools/0.1.2_vite@4.2.1: resolution: {integrity: sha512-LhWTb0pPoTcFmK8GZb80+q83ypEK8QS1sS2i+kKbrfvjTYnb4wQ6W3ee53WHX9+sC/Tm3HNmzhjWEBQO0Ybcqg==} engines: {node: '>=14.19.0'} peerDependencies: @@ -2888,42 +2931,39 @@ packages: optional: true dependencies: sirv: 2.0.2 - vite: 4.2.0 + vite: 4.2.1 vue: 3.2.47 dev: true - /@vue-macros/export-props/0.2.3_vue@3.2.47: - resolution: {integrity: sha512-SFhPz9ImbiNi92HClRuzQGO7KdYVbBV6U4VPKgn9kVNeM0ryQ+VxMAB7R4PKl89LCCohKaNu5bO2ZcJ11tn0yg==} + /@vue-macros/export-props/0.3.2_vue@3.2.47: + resolution: {integrity: sha512-P3RM6G/T8r70IY69rYxsZUWnIVLQZnG2ndeohCrS8RTD0+uiKG4LWOwKqOSm5aLLIynFRyINGqBp8vYIJKBUpQ==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 vue: 3.2.47 transitivePeerDependencies: - rollup dev: true - /@vue-macros/hoist-static/1.2.3_vue@3.2.47: - resolution: {integrity: sha512-SgWlvW+lbI+ceAJrTKHBKvmEOmBnP7W0ArkbhaBoOanXKzouWfzyrZVf5KQNMlmzDkvcI9+gDqjL3CMWvcCXPw==} + /@vue-macros/hoist-static/1.3.2_vue@3.2.47: + resolution: {integrity: sha512-eKHLgs/6x6P72nFtZhRk7a1kP290Zoy7UZx+rYApGD9LZ2jvk/8iVTnukSKkyY9uYcnaUtxd3XqXIFJsv42hfg==} engines: {node: '>=14.19.0'} dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/named-template/0.2.4_vue@3.2.47: - resolution: {integrity: sha512-pAZfee99JJ8kRave5BZOJPAkR7z+6Wh1+nGGBCho3YPcMXBIlvgC+bUkEXP66aj1GaTbsUJcY+HDO6eniN7E/w==} + /@vue-macros/named-template/0.3.3_vue@3.2.47: + resolution: {integrity: sha512-rgnfFdPecc7FXv/iKNRk1TTejt1Tdfi7dGMYmyG4u+k0rhR/rUVUr661eWTdDMn41th83FKuKoyNvr8SXl4OzQ==} engines: {node: '>=14.19.0'} dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 '@vue/compiler-dom': 3.2.47 unplugin: 1.3.1 transitivePeerDependencies: @@ -2931,15 +2971,14 @@ packages: - vue dev: true - /@vue-macros/reactivity-transform/0.2.5_vue@3.2.47: - resolution: {integrity: sha512-3iZZdt5FVgn1CHJe+P48SVu08iw9Mg8QhNgkjou6P7E7NTkKQwaw5FcThqgE1gSVi1dAhM35YtzuLIfQA+RihQ==} + /@vue-macros/reactivity-transform/0.3.3_vue@3.2.47: + resolution: {integrity: sha512-WgdvruT7Gi5eD9KPv24wPKpEo0Xum3leXDADuH7ssiwAvcI6D7YQa/1bZYrqvdD31UecV3hO/w9bR7BsCVJSKA==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: '@babel/parser': 7.21.3 - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 '@vue/compiler-core': 3.2.47 '@vue/shared': 3.2.47 magic-string: 0.30.0 @@ -2949,12 +2988,11 @@ packages: - rollup dev: true - /@vue-macros/setup-block/0.1.3_vue@3.2.47: - resolution: {integrity: sha512-V9CjXyqNnGvnqsSrc0rhTihxtno5TCOMWeSttDMcmNaQ45ZDTNT280ooBodtR5LusZ5yyQ0mDwooPdL0z1zTvw==} + /@vue-macros/setup-block/0.2.2_vue@3.2.47: + resolution: {integrity: sha512-WXacSISfdUCx4yRdQ2VpsYH4n6n3ymum2Wt8cJpLVJRrYRrVl0v5DdLT3cp/GRKZsrKQFjITN+Ldp1jErTUSOA==} engines: {node: '>=14.19.0'} dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 '@vue/compiler-dom': 3.2.47 unplugin: 1.3.1 transitivePeerDependencies: @@ -2962,54 +3000,65 @@ packages: - vue dev: true - /@vue-macros/setup-component/0.15.4_vue@3.2.47: - resolution: {integrity: sha512-/0T9wgYORv12IyTuXNK1PDGengGrEbGTpfmGKqcb6wropBhwExGEHP5cWu+TQEG5Cbppdf/lWZRiErqJSwhUTA==} + /@vue-macros/setup-component/0.16.3_vue@3.2.47: + resolution: {integrity: sha512-yXqrjt+DmoSs1TFKaS6vR4Z4+DdH8zhXdo6lRLgkZQrwPT7zVPOtBuqHvPMSJf7Nf+Eg8d8biCDtuMtBs1UVQg==} engines: {node: '>=14.19.0'} dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/setup-sfc/0.14.3_vue@3.2.47: - resolution: {integrity: sha512-8APacqvzusGH5PfTCaP1l+sIuA++KXjlnR1RsHtj/vhUcAc4tDIN2IjriLhGCEkBGNOZ/1utpkPR+46M9s2Mjg==} + /@vue-macros/setup-sfc/0.15.3_vue@3.2.47: + resolution: {integrity: sha512-iWpvRiTtTtC17ZWfcU22IMfacRWaduHuZe9aizewEB6wSvCq9eg1tTwlRzOHhz/6THIfIHT8U4zQZLb3IaXw0Q==} engines: {node: '>=14.19.0'} dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/short-emits/1.2.4_vue@3.2.47: - resolution: {integrity: sha512-eY2KfGejG2CAGes2xtpChFFrSZ+KM27dj9bmCOgutDV9eTLwuag2D5OmINY9PSLWbfN+kEbhqd3Te74dwX2SUQ==} + /@vue-macros/short-emits/1.3.2_vue@3.2.47: + resolution: {integrity: sha512-OMVg6rYUadVId2gdtD4/qRRiQJxkWBXg7C1sfZIrUXqrx3rM40NOx1LsUGxKjK1T0H+KbTZWUAeTqOhGMCl/Vw==} engines: {node: '>=14.19.0'} dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /@vue-macros/short-vmodel/1.1.3_vue@3.2.47: - resolution: {integrity: sha512-C8/S+lKU2yJBeh03BkISsEdxda+kDb0dAyODIG0fW/is7EF6T2bNr0VDtUR4c4UdxBPw2JQPBuWLvrzHLiMN2g==} + /@vue-macros/short-vmodel/1.2.3_vue@3.2.47: + resolution: {integrity: sha512-qnpXeLaDd8C+HBdI5YZ206+XAeevzzJUOalrxYoo99Dke77HWUKI2PWvKGByBGtXgeMqL4caCMIkCf86s6kViQ==} engines: {node: '>=14.19.0'} dependencies: - '@vue-macros/common': 1.1.1_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 '@vue/compiler-core': 3.2.47 transitivePeerDependencies: + - rollup - vue dev: true - /@vue-macros/volar/0.9.0_vue-tsc@1.2.0+vue@3.2.47: - resolution: {integrity: sha512-TvWzz+2ju9EW3HAvI4PJ7dAyBBZGqzMbsdc9AuamAel2fuJaRllxSCZglEIj5SAc0QhOkayjPNJnO4xloBESWA==} + /@vue-macros/single-define/0.1.3_vue@3.2.47: + resolution: {integrity: sha512-Pn2kJEsWvFCNCFNw2+NeteKAqZ6uxaORJGUxukKPLP6b6+K3bAChfYzd2oZf5WHXxXuAHTG/1rzfT5PONb58Hg==} + engines: {node: '>=14.19.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + dependencies: + '@vue-macros/api': 0.5.0_rollup@3.20.2+vue@3.2.47 + '@vue-macros/common': 1.1.4_rollup@3.20.2+vue@3.2.47 + rollup: 3.20.2 + unplugin: 1.3.1 + vue: 3.2.47 + dev: true + + /@vue-macros/volar/0.9.4_vue-tsc@1.2.0+vue@3.2.47: + resolution: {integrity: sha512-xn9QDnVZt9L2rg9/OoXbdyQNeMwJXBIC1gq0l0kLKRxM0ovHp3VVO2800HN0Ad4JxmMzTIwToTqPPyMF48e1qw==} engines: {node: '>=14.19.0'} peerDependencies: vue-tsc: ^1.0.24 @@ -3018,11 +3067,11 @@ packages: optional: true dependencies: '@volar/language-core': 1.0.24 - '@vue-macros/common': 1.1.1_vue@3.2.47 - '@vue-macros/define-props': 0.4.1_vue@3.2.47 - '@vue-macros/short-vmodel': 1.1.3_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 + '@vue-macros/define-props': 1.0.2_vue@3.2.47 + '@vue-macros/short-vmodel': 1.2.3_vue@3.2.47 muggle-string: 0.2.2 - vue-tsc: 1.2.0_typescript@4.9.5 + vue-tsc: 1.2.0_typescript@5.0.2 transitivePeerDependencies: - '@vue-macros/reactivity-transform' - rollup @@ -3126,8 +3175,8 @@ packages: /@vue/shared/3.2.47: resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==} - /@vue/test-utils/2.3.1_vue@3.2.47: - resolution: {integrity: sha512-tRtHRPEETQSUrqXgAewNZHm5iypxDFxwenfdcvMRm1kbGo4bcqHb1XHHlsaIjoDbLkuE2NYiF8vBQDNYrzlrSA==} + /@vue/test-utils/2.3.2_vue@3.2.47: + resolution: {integrity: sha512-hJnVaYhbrIm0yBS0+e1Y0Sj85cMyAi+PAbK4JHqMRUZ6S622Goa+G7QzkRSyvCteG8wop7tipuEbHoZo26wsSA==} peerDependencies: vue: ^3.0.1 dependencies: @@ -3421,8 +3470,8 @@ packages: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} dev: true - /ast-walker-scope/0.4.0: - resolution: {integrity: sha512-THVisYmmqkcopZXJDniGgVW6BRKtjutRLytqAgw0XDabYZmxC0GfFggTFZouMhvNT7jPBkx0vOy/2Y+udCDwgg==} + /ast-walker-scope/0.4.1: + resolution: {integrity: sha512-Ro3nmapMxi/remlJdzFH0tiA7A59KDbxVoLlKWaLDrPELiftb9b8w+CCyWRM+sXZH5KHRAgv8feedW6mihvCHA==} engines: {node: '>=14.19.0'} dependencies: '@babel/parser': 7.21.3 @@ -4073,13 +4122,13 @@ packages: /csstype/2.6.20: resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} - /cypress-vite/1.3.1_vite@4.2.0: + /cypress-vite/1.3.1_vite@4.2.1: resolution: {integrity: sha512-dgLxSkk+rYOp7L/ngm5q+Ps8LBrDi/69qcZSSoJ9T8HN2XQ08qWZ2XcrdewOqb5+TXFRRBCondB7lOZriG5kHg==} peerDependencies: vite: ^2.9.0 || ^3.0.0 || ^4.0.0 dependencies: debug: 4.3.4 - vite: 4.2.0 + vite: 4.2.1 transitivePeerDependencies: - supports-color dev: true @@ -4884,7 +4933,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu debug: 3.2.7 eslint: 8.36.0 eslint-import-resolver-node: 0.3.7 @@ -4892,10 +4941,10 @@ packages: - supports-color dev: true - /eslint-plugin-antfu/0.37.0_vgl77cfdswitgr47lm5swmv43m: + /eslint-plugin-antfu/0.37.0_j4766f7ecgqbon3u7zlxn5zszu: resolution: {integrity: sha512-Tekr9S4fkrmH88RS5XHvs3gQwQIn/2As8gYePzrPHTQEQF00pIx0sa1eQrhmvN50ubUG4WkZnpx/uR3073jLeg==} dependencies: - '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/utils': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu transitivePeerDependencies: - eslint - supports-color @@ -4949,7 +4998,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/parser': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -4972,7 +5021,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.2.1_77hzc3m4z2zccvz4y3m32ao6om: + /eslint-plugin-jest/27.2.1_6ijeciauhuaefmxnwfqfqlk4ki: resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -4985,8 +5034,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri - '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/eslint-plugin': 5.55.0_qsnvknysi52qtaxqdyqyohkcku + '@typescript-eslint/utils': 5.55.0_j4766f7ecgqbon3u7zlxn5zszu eslint: 8.36.0 transitivePeerDependencies: - supports-color @@ -5083,7 +5132,7 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri + '@typescript-eslint/eslint-plugin': 5.55.0_qsnvknysi52qtaxqdyqyohkcku eslint: 8.36.0 eslint-rule-composer: 0.3.0 dev: true @@ -6845,6 +6894,13 @@ packages: engines: {node: '>=12'} dev: true + /magic-string-ast/0.1.2: + resolution: {integrity: sha512-P53AZrzq7hclCU6HWj88xNZHmP15DKjMmK/vBytO1qnpYP3ul4IEZlyCE0aU3JRnmgWmZPmoTKj4Bls7v0pMyA==} + engines: {node: '>=14.19.0'} + dependencies: + magic-string: 0.30.0 + dev: true + /magic-string/0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} dependencies: @@ -7046,6 +7102,13 @@ packages: brace-expansion: 2.0.1 dev: true + /minimatch/7.4.3: + resolution: {integrity: sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist/1.2.6: resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} dev: true @@ -7131,6 +7194,15 @@ packages: ufo: 1.1.1 dev: true + /mlly/1.2.0: + resolution: {integrity: sha512-+c7A3CV0KGdKcylsI6khWyts/CYrGTrRVo4R/I7u/cUsy0Conxa6LUhiEzVKIw14lc2L5aiO4+SeVe4TeGRKww==} + dependencies: + acorn: 8.8.2 + pathe: 1.1.0 + pkg-types: 1.0.2 + ufo: 1.1.1 + dev: true + /mrmime/1.0.1: resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} engines: {node: '>=10'} @@ -7695,7 +7767,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /pinia/2.0.33_hmuptsblhheur2tugfgucj7gc4: + /pinia/2.0.33_p4srtwdgezcoeovfcc2yxzvaue: resolution: {integrity: sha512-HOj1yVV2itw6rNIrR2f7+MirGNxhORjrULL8GWgRwXsGSvEqIQ+SE0MYt6cwtpegzCda3i+rVTZM+AM7CG+kRg==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -7708,7 +7780,7 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.5.0 - typescript: 4.9.5 + typescript: 5.0.2 vue: 3.2.47 vue-demi: 0.13.11_vue@3.2.47 dev: false @@ -7717,7 +7789,7 @@ packages: resolution: {integrity: sha512-hM58GKXOcj8WTqUXnsQyJYXdeAPbythQgEF3nTcEo+nkD49chjQ9IKm/QJy9xf6JakXptz86h7ecP2024rrLaQ==} dependencies: jsonc-parser: 3.2.0 - mlly: 1.1.1 + mlly: 1.2.0 pathe: 1.1.0 dev: true @@ -7726,8 +7798,8 @@ packages: engines: {node: '>=4'} dev: true - /pnpm/7.30.0: - resolution: {integrity: sha512-6SUdrWSZ4qvQ4uBVg7smnabVKOFrT7DgSz2NfViG54nRii4ODB395qmHprBiv5WBdlC/jZYBn99fSfmzIMI3WQ==} + /pnpm/7.30.3: + resolution: {integrity: sha512-Z/pNEfZF45OwdZSUAeSTYySs27UW+GG4AQ2iXz4u127QVtkCMCeyrMNZmb/17BazaZTtvXqk/+jxTVkyh8apIA==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -8163,6 +8235,14 @@ packages: fsevents: 2.3.2 dev: true + /rollup/3.20.2: + resolution: {integrity: sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + dev: true + /run-parallel/1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: @@ -8782,8 +8862,8 @@ packages: resolution: {integrity: sha512-hGYWYBMPr7p4g5IarQE7XhlyWveh1EKhy4wUBS1LrHXCKYgvz+4/jCqgmJqZxxldesn05vccrtME2RLLZNW7iA==} dev: true - /tinypool/0.3.1: - resolution: {integrity: sha512-zLA1ZXlstbU2rlpA4CIeVaqvWq41MTWqLY3FfsAXgC8+f7Pk7zroaJQxDgxn1xNudKW6Kmj4808rPFShUlIRmQ==} + /tinypool/0.4.0: + resolution: {integrity: sha512-2ksntHOKf893wSAH4z/+JbPpi92esw8Gn9N2deXX+B0EO92hexAVI9GIZZPx7P5aYo5KULfeOSt3kMOmSOy6uA==} engines: {node: '>=14.0.0'} dev: true @@ -8868,14 +8948,14 @@ packages: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} dev: true - /tsutils/3.21.0_typescript@4.9.5: + /tsutils/3.21.0_typescript@5.0.2: 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.9.5 + typescript: 5.0.2 dev: true /tsx/3.12.1: @@ -8959,9 +9039,9 @@ packages: is-typed-array: 1.1.10 dev: true - /typescript/4.9.5: - resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} - engines: {node: '>=4.2.0'} + /typescript/5.0.2: + resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} + engines: {node: '>=12.20'} hasBin: true /uc.micro/1.0.6: @@ -9026,15 +9106,15 @@ packages: engines: {node: '>=4'} dev: true - /unimport/3.0.2: - resolution: {integrity: sha512-OQ0hShpcerS1PSsISsyn/NV2dGe5xfdUn4p5nwOodq0iqq5xxYQrTidHqlFGjxIliPDtDJp80OeySzyPTjYHmA==} + /unimport/3.0.4: + resolution: {integrity: sha512-eoof/HLiNJcIkVpnqc7sJbzKSLx39J6xTaP7E4ElgVQKeq2t9fPTkvJKcA55IJTaRPkEkDq8kcc/IZPmrypnFg==} dependencies: '@rollup/pluginutils': 5.0.2 escape-string-regexp: 5.0.0 fast-glob: 3.2.12 local-pkg: 0.4.3 magic-string: 0.30.0 - mlly: 1.1.1 + mlly: 1.2.0 pathe: 1.1.0 pkg-types: 1.0.2 scule: 1.0.0 @@ -9079,7 +9159,7 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /unocss/0.50.6_vite@4.2.0: + /unocss/0.50.6_vite@4.2.1: resolution: {integrity: sha512-7cKiIB/ssAPvCDUcFMs0jm0FzIyQKfgIjUzBYZ5dVFthOvN5dcFh7bCZE9dIM862n7oW8FjbkTxwdTbRqqJQVQ==} engines: {node: '>=14'} peerDependencies: @@ -9088,7 +9168,7 @@ packages: '@unocss/webpack': optional: true dependencies: - '@unocss/astro': 0.50.6_vite@4.2.0 + '@unocss/astro': 0.50.6_vite@4.2.1 '@unocss/cli': 0.50.6 '@unocss/core': 0.50.6 '@unocss/postcss': 0.50.6 @@ -9105,7 +9185,7 @@ packages: '@unocss/transformer-compile-class': 0.50.6 '@unocss/transformer-directives': 0.50.6 '@unocss/transformer-variant-group': 0.50.6 - '@unocss/vite': 0.50.6_vite@4.2.0 + '@unocss/vite': 0.50.6_vite@4.2.1 transitivePeerDependencies: - rollup - supports-color @@ -9117,8 +9197,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-auto-import/0.15.1_@vueuse+core@9.13.0: - resolution: {integrity: sha512-xLS+BfVNy00Y3IkqBmEd0IThvjx8kSGIgSuf/1kETttiENK8sHrDA+poKkQxRCPTKYH4yWM6txGQANPTzwpUWQ==} + /unplugin-auto-import/0.15.2_@vueuse+core@9.13.0: + resolution: {integrity: sha512-Wivfu+xccgvEZG8QtZcIvt6napfX9wyOFqM//7FHOtev8+k+dp3ykiqsEl6TODgHmqTTBeQX4Ah1JvRgUNjlkg==} engines: {node: '>=14'} peerDependencies: '@nuxt/kit': ^3.2.2 @@ -9134,14 +9214,14 @@ packages: '@vueuse/core': 9.13.0_vue@3.2.47 local-pkg: 0.4.3 magic-string: 0.30.0 - minimatch: 7.4.2 - unimport: 3.0.2 + minimatch: 7.4.3 + unimport: 3.0.4 unplugin: 1.3.1 transitivePeerDependencies: - rollup dev: true - /unplugin-combine/0.6.0_vite@4.2.0: + /unplugin-combine/0.6.0_vite@4.2.1: resolution: {integrity: sha512-cZkTg2Z3CcScyRi6QtpVxBZoCMsPaEHyKNh7HyqMkfWV7sKNwHllYezVOFINOGNzqSS1+xWLY3iDCiTVoH3oaA==} engines: {node: '>=14.19.0'} peerDependencies: @@ -9161,7 +9241,7 @@ packages: dependencies: '@antfu/utils': 0.7.2 unplugin: 1.3.1 - vite: 4.2.0 + vite: 4.2.1 dev: true /unplugin-vue-components/0.24.1_vue@3.2.47: @@ -9193,45 +9273,44 @@ packages: - supports-color dev: true - /unplugin-vue-define-options/1.2.4_vue@3.2.47: - resolution: {integrity: sha512-g8Wd1Y8i0bucneDjDLeaX1+24iH/pRmGSN2tRJjDK6LNiBvUaEhf92+osKMkkSDe1V1RlgQ05kyqXfxH3sCLAw==} + /unplugin-vue-define-options/1.3.2_vue@3.2.47: + resolution: {integrity: sha512-12NkDmw4RWV5ob5GMMrpuFczW/zvLM1CByiOu/Ev5loOLh+7pV+JLehQk3sAXMi3Za9W6Dktnt5/LLH9OGsQgw==} engines: {node: '>=14.19.0'} dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/common': 1.1.1_vue@3.2.47 - ast-walker-scope: 0.4.0 + '@vue-macros/common': 1.1.4_vue@3.2.47 + ast-walker-scope: 0.4.1 unplugin: 1.3.1 transitivePeerDependencies: - rollup - vue dev: true - /unplugin-vue-macros/1.10.1_2czchvey3hiidu3aznpuei4mem: - resolution: {integrity: sha512-f5s+ar8vs5lxJgIKJGEqirgjQi7FwzNtqQKwPMLVakr4qAAELguSd3aG/nHzcMlUuVUDaT+LDi+RTDP6EgOb+g==} + /unplugin-vue-macros/1.11.2_aeurc5btel4k37vmechrre3xm4: + resolution: {integrity: sha512-N/SxR7ppzp47d82leUG87Xy2mFkS+Cs7aiNgnim5b/le3W44kfKHCTuYO7g8se8a4EBLkRga8y36YP5ff8HPQg==} engines: {node: '>=14.19.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 dependencies: - '@rollup/pluginutils': 5.0.2 - '@vue-macros/better-define': 1.3.7_vue@3.2.47 - '@vue-macros/common': 1.1.1_vue@3.2.47 - '@vue-macros/define-model': 1.3.4_wahnhgkv24wdnnevlbh26c63xq - '@vue-macros/define-props': 0.4.1_oonhgqadqvzihflq3rqdsgb4ee - '@vue-macros/define-props-refs': 0.2.3_vue@3.2.47 - '@vue-macros/define-render': 1.2.4_vue@3.2.47 - '@vue-macros/define-slots': 0.2.4_vue@3.2.47 - '@vue-macros/devtools': 0.1.2_vite@4.2.0 - '@vue-macros/export-props': 0.2.3_vue@3.2.47 - '@vue-macros/hoist-static': 1.2.3_vue@3.2.47 - '@vue-macros/named-template': 0.2.4_vue@3.2.47 - '@vue-macros/reactivity-transform': 0.2.5_vue@3.2.47 - '@vue-macros/setup-block': 0.1.3_vue@3.2.47 - '@vue-macros/setup-component': 0.15.4_vue@3.2.47 - '@vue-macros/setup-sfc': 0.14.3_vue@3.2.47 - '@vue-macros/short-emits': 1.2.4_vue@3.2.47 + '@vue-macros/better-define': 1.5.0_vue@3.2.47 + '@vue-macros/common': 1.1.4_vue@3.2.47 + '@vue-macros/define-model': 1.4.3_wahnhgkv24wdnnevlbh26c63xq + '@vue-macros/define-props': 1.0.2_2ifyqrlgtqzntpxmhoibwzpgmm + '@vue-macros/define-props-refs': 0.3.2_vue@3.2.47 + '@vue-macros/define-render': 1.3.3_vue@3.2.47 + '@vue-macros/define-slots': 0.3.2_vue@3.2.47 + '@vue-macros/devtools': 0.1.2_vite@4.2.1 + '@vue-macros/export-props': 0.3.2_vue@3.2.47 + '@vue-macros/hoist-static': 1.3.2_vue@3.2.47 + '@vue-macros/named-template': 0.3.3_vue@3.2.47 + '@vue-macros/reactivity-transform': 0.3.3_vue@3.2.47 + '@vue-macros/setup-block': 0.2.2_vue@3.2.47 + '@vue-macros/setup-component': 0.16.3_vue@3.2.47 + '@vue-macros/setup-sfc': 0.15.3_vue@3.2.47 + '@vue-macros/short-emits': 1.3.2_vue@3.2.47 + '@vue-macros/single-define': 0.1.3_vue@3.2.47 unplugin: 1.3.1 - unplugin-combine: 0.6.0_vite@4.2.0 - unplugin-vue-define-options: 1.2.4_vue@3.2.47 + unplugin-combine: 0.6.0_vite@4.2.1 + unplugin-vue-define-options: 1.3.2_vue@3.2.47 vue: 3.2.47 transitivePeerDependencies: - '@vueuse/core' @@ -9340,8 +9419,8 @@ packages: - rollup dev: true - /vite-node/0.29.3_@types+node@18.6.1: - resolution: {integrity: sha512-QYzYSA4Yt2IiduEjYbccfZQfxKp+T1Do8/HEpSX/G5WIECTFKJADwLs9c94aQH4o0A+UtCKU61lj1m5KvbxxQA==} + /vite-node/0.29.7_@types+node@18.6.1: + resolution: {integrity: sha512-PakCZLvz37yFfUPWBnLa1OYHPCGm5v4pmRrTcFN4V/N/T3I6tyP3z07S//9w+DdeL7vVd0VSeyMZuAh+449ZWw==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -9350,7 +9429,7 @@ packages: mlly: 1.1.1 pathe: 1.1.0 picocolors: 1.0.0 - vite: 4.2.0_@types+node@18.6.1 + vite: 4.2.1_@types+node@18.6.1 transitivePeerDependencies: - '@types/node' - less @@ -9361,8 +9440,8 @@ packages: - terser dev: true - /vite-plugin-inspect/0.7.17_vite@4.2.0: - resolution: {integrity: sha512-0z33Z7ap6DOzOO3iulGROWZq9oUbarmMKHtdVbCMJ3OL0JOd8UvEqnTazU/2Y8Y2WpOyaZuEV6USJ9KHoZ7f+A==} + /vite-plugin-inspect/0.7.18_vite@4.2.1: + resolution: {integrity: sha512-hyIxg2qJaRs0LoB3Tqy9ML8yEublIzTzFVXmNhgw2jsjETJUXeR6iQ4YPHk3Q6kTbbiwgoPPyXimlAfEwektnA==} engines: {node: '>=14'} peerDependencies: vite: ^3.1.0 || ^4.0.0 @@ -9374,13 +9453,13 @@ packages: kolorist: 1.7.0 sirv: 2.0.2 ufo: 1.1.1 - vite: 4.2.0 + vite: 4.2.1 transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-pages/0.29.0_vite@4.2.0: + /vite-plugin-pages/0.29.0_vite@4.2.1: resolution: {integrity: sha512-vRgLflQNMs8QnDB8A5XwX8b2XYSIN1Mdy3Bx7A7N9NTFeybRj/zpvoosdbMgJ3LsJ84AznHC3GytWQZGNpE5BA==} peerDependencies: '@vue/compiler-sfc': ^2.7.0 || ^3.0.0 @@ -9397,14 +9476,14 @@ packages: json5: 2.2.3 local-pkg: 0.4.3 picocolors: 1.0.0 - vite: 4.2.0 + vite: 4.2.1 yaml: 2.2.1 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-pwa/0.14.4_vite@4.2.0: - resolution: {integrity: sha512-M7Ct0so8OlouMkTWgXnl8W1xU95glITSKIe7qswZf1tniAstO2idElGCnsrTJ5NPNSx1XqfTCOUj8j94S6FD7Q==} + /vite-plugin-pwa/0.14.6_vite@4.2.1: + resolution: {integrity: sha512-3mqbkjvSF89pCSZyXAbv6AO4gYKYZel0rcpBgWOWqEupoBOZF9oHDdgHc+FgjmvQXxuU2k9aEFOfRCMGorV+4Q==} peerDependencies: vite: ^3.1.0 || ^4.0.0 dependencies: @@ -9413,7 +9492,7 @@ packages: fast-glob: 3.2.12 pretty-bytes: 6.0.0 rollup: 3.18.0 - vite: 4.2.0 + vite: 4.2.1 workbox-build: 6.5.4 workbox-window: 6.5.4 transitivePeerDependencies: @@ -9421,21 +9500,21 @@ packages: - supports-color dev: true - /vite-plugin-vue-component-preview/1.1.5_vite@4.2.0+vue@3.2.47: + /vite-plugin-vue-component-preview/1.1.5_vite@4.2.1+vue@3.2.47: resolution: {integrity: sha512-5aSYDIM/e+JG4d3Rpgr6kS3zdD2fKmpYKs3BSuSyVZwcCY2XMRJj3GVCl4eM4UWqsLT2/z7T6Xpe8QADEJIiJg==} peerDependencies: vue: '>=3.0.0' dependencies: '@volar/vue-language-core': 1.2.0 magic-string: 0.27.0 - vite-plugin-vue-markdown: 0.22.4_vite@4.2.0 + vite-plugin-vue-markdown: 0.22.4_vite@4.2.1 vue: 3.2.47 transitivePeerDependencies: - rollup - vite dev: true - /vite-plugin-vue-inspector/3.4.0_vite@4.2.0: + /vite-plugin-vue-inspector/3.4.0_vite@4.2.1: resolution: {integrity: sha512-gAdJ6fCPO7+PcUZJexgdOz27yuzQfEviBSS4c+zLLsItHdUq79oYgoWpPZwIYcE0FDFcAtz8dfG6I1ugWuykrw==} peerDependencies: vite: ^3.0.0-0 || ^4.0.0-0 @@ -9449,12 +9528,12 @@ packages: kolorist: 1.7.0 magic-string: 0.30.0 shell-quote: 1.8.0 - vite: 4.2.0 + vite: 4.2.1 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-vue-layouts/0.8.0_m3uvdxdk7hj6rhgyd3bnmiarxm: + /vite-plugin-vue-layouts/0.8.0_asesa6ksds7mbxqm7d5qamvm34: resolution: {integrity: sha512-UZW2nSV2LraTSe7gsAL46hfdi7a0X1RvkGGoJVtA2O8beu7anzpXFwQLou8+kHy31CzVycT4gIPySBsHhtBN5g==} peerDependencies: vite: ^2.5.0 || ^3.0.0-0 || ^4.0.0 @@ -9464,14 +9543,14 @@ packages: '@vue/compiler-sfc': 3.2.47 debug: 4.3.4 fast-glob: 3.2.12 - vite: 4.2.0 + vite: 4.2.1 vue: 3.2.47 vue-router: 4.1.6_vue@3.2.47 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-vue-markdown/0.22.4_vite@4.2.0: + /vite-plugin-vue-markdown/0.22.4_vite@4.2.1: resolution: {integrity: sha512-+kDzqGI5Lq0Wa6M4EJtV7cqOIHgGp6g4jcazXljQKLl9Og4fRs6FuGAPa2HiJ44Z9es85LAPiPbTjwrZEGEUKA==} peerDependencies: vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0 @@ -9483,12 +9562,12 @@ packages: '@rollup/pluginutils': 5.0.2 '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 - vite: 4.2.0 + vite: 4.2.1 transitivePeerDependencies: - rollup dev: true - /vite-plugin-webfont-dl/3.6.4_vite@4.2.0: + /vite-plugin-webfont-dl/3.6.4_vite@4.2.1: resolution: {integrity: sha512-It7kCDI3tLM3++VIQ+S2ARHLNHcpUZRUMo5tpUvIXYFQDkpx7/6p28tKCKiwijkpA7t2yiXhbRfF1ySKx043EQ==} peerDependencies: vite: ^2 || ^3 || ^4 @@ -9497,7 +9576,7 @@ packages: clean-css: 5.3.2 flat-cache: 3.0.4 picocolors: 1.0.0 - vite: 4.2.0 + vite: 4.2.1 transitivePeerDependencies: - debug dev: true @@ -9506,7 +9585,7 @@ packages: resolution: {integrity: sha512-9ZIRBRCgM1Q4RtXXEBHIu8gotbx9LCnHZOZXtdSzR0DnjN9H5IYGY3yGoxI6VX8dScXiluxOODFlNlr7ydyI9A==} dev: true - /vite-ssg/0.22.1_sko5ykgkgm7crz47mqa6e35k6y: + /vite-ssg/0.22.1_5yp5ffmexyoplwevzih2hx4gpy: resolution: {integrity: sha512-aiFbedElOR/amu0VPfWNj2oR7V9zX6oS4jzWEkOe5fJuZIV2+FnUyiupoyoo3lv3njgS2GENNpmxijN6tpJsTA==} engines: {node: '>=14.0.0'} hasBin: true @@ -9531,7 +9610,7 @@ packages: jsdom: 20.0.3 kolorist: 1.7.0 prettier: 2.8.1 - vite: 4.2.0 + vite: 4.2.1 vue: 3.2.47 vue-router: 4.1.6_vue@3.2.47 yargs: 17.7.1 @@ -9542,8 +9621,8 @@ packages: - utf-8-validate dev: true - /vite/4.2.0: - resolution: {integrity: sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g==} + /vite/4.2.1: + resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9575,8 +9654,8 @@ packages: fsevents: 2.3.2 dev: true - /vite/4.2.0_@types+node@18.6.1: - resolution: {integrity: sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g==} + /vite/4.2.1_@types+node@18.6.1: + resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9609,8 +9688,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.29.3: - resolution: {integrity: sha512-muMsbXnZsrzDGiyqf/09BKQsGeUxxlyLeLK/sFFM4EXdURPQRv8y7dco32DXaRORYP0bvyN19C835dT23mL0ow==} + /vitest/0.29.7: + resolution: {integrity: sha512-aWinOSOu4jwTuZHkb+cCyrqQ116Q9TXaJrNKTHudKBknIpR0VplzeaOUuDF9jeZcrbtQKZQt6yrtd+eakbaxHg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -9619,6 +9698,8 @@ packages: '@vitest/ui': '*' happy-dom: '*' jsdom: '*' + safaridriver: '*' + webdriverio: '*' peerDependenciesMeta: '@edge-runtime/vm': optional: true @@ -9630,14 +9711,18 @@ packages: optional: true jsdom: optional: true + safaridriver: + optional: true + webdriverio: + optional: true dependencies: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 '@types/node': 18.6.1 - '@vitest/expect': 0.29.3 - '@vitest/runner': 0.29.3 - '@vitest/spy': 0.29.3 - '@vitest/utils': 0.29.3 + '@vitest/expect': 0.29.7 + '@vitest/runner': 0.29.7 + '@vitest/spy': 0.29.7 + '@vitest/utils': 0.29.7 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -9650,10 +9735,10 @@ packages: std-env: 3.3.2 strip-literal: 1.0.1 tinybench: 2.3.1 - tinypool: 0.3.1 + tinypool: 0.4.0 tinyspy: 1.0.2 - vite: 4.2.0_@types+node@18.6.1 - vite-node: 0.29.3_@types+node@18.6.1 + vite: 4.2.1_@types+node@18.6.1 + vite-node: 0.29.7_@types+node@18.6.1 why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -9731,7 +9816,7 @@ packages: he: 1.2.0 dev: true - /vue-tsc/1.2.0_typescript@4.9.5: + /vue-tsc/1.2.0_typescript@5.0.2: resolution: {integrity: sha512-rIlzqdrhyPYyLG9zxsVRa+JEseeS9s8F2BbVVVWRRsTZvJO2BbhLEb2HW3MY+DFma0378tnIqs+vfTzbcQtRFw==} hasBin: true peerDependencies: @@ -9739,7 +9824,7 @@ packages: dependencies: '@volar/vue-language-core': 1.2.0 '@volar/vue-typescript': 1.2.0 - typescript: 4.9.5 + typescript: 5.0.2 dev: true /vue/3.2.47: