chore: update deps

This commit is contained in:
Anthony Fu 2022-04-21 20:44:33 +08:00
parent 47c6604602
commit d33341d3ce
2 changed files with 136 additions and 126 deletions

View File

@ -13,7 +13,7 @@
"typecheck": "vue-tsc --noEmit" "typecheck": "vue-tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^8.2.6", "@vueuse/core": "^8.3.0",
"@vueuse/head": "^0.7.6", "@vueuse/head": "^0.7.6",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.0.13", "pinia": "^2.0.13",
@ -30,7 +30,7 @@
"@types/markdown-it-link-attributes": "^3.0.1", "@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.1", "@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.20", "@vue/test-utils": "^2.0.0-rc.21",
"critters": "^0.0.16", "critters": "^0.0.16",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cypress": "^9.5.4", "cypress": "^9.5.4",
@ -39,20 +39,20 @@
"https-localhost": "^4.7.1", "https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.0", "markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.4", "markdown-it-prism": "^2.2.4",
"pnpm": "^6.32.8", "pnpm": "^6.32.9",
"typescript": "^4.6.3", "typescript": "^4.6.3",
"unocss": "^0.31.5", "unocss": "^0.31.12",
"unplugin-auto-import": "^0.7.1", "unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3", "unplugin-vue-components": "^0.19.3",
"vite": "^2.9.5", "vite": "^2.9.5",
"vite-plugin-inspect": "^0.5.0", "vite-plugin-inspect": "^0.5.0",
"vite-plugin-md": "^0.12.4", "vite-plugin-md": "^0.12.4",
"vite-plugin-pages": "^0.23.0", "vite-plugin-pages": "^0.23.0",
"vite-plugin-pwa": "^0.11.13", "vite-plugin-pwa": "^0.12.0",
"vite-plugin-vue-layouts": "^0.6.0", "vite-plugin-vue-layouts": "^0.6.0",
"vite-ssg": "^0.19.2", "vite-ssg": "^0.19.2",
"vite-ssg-sitemap": "^0.2.3", "vite-ssg-sitemap": "^0.2.4",
"vitest": "^0.9.3", "vitest": "^0.9.3",
"vue-tsc": "^0.34.7" "vue-tsc": "^0.34.8"
} }
} }

View File

@ -7,8 +7,8 @@ specifiers:
'@types/markdown-it-link-attributes': ^3.0.1 '@types/markdown-it-link-attributes': ^3.0.1
'@types/nprogress': ^0.2.0 '@types/nprogress': ^0.2.0
'@vitejs/plugin-vue': ^2.3.1 '@vitejs/plugin-vue': ^2.3.1
'@vue/test-utils': ^2.0.0-rc.20 '@vue/test-utils': ^2.0.0-rc.21
'@vueuse/core': ^8.2.6 '@vueuse/core': ^8.3.0
'@vueuse/head': ^0.7.6 '@vueuse/head': ^0.7.6
critters: ^0.0.16 critters: ^0.0.16
cross-env: ^7.0.3 cross-env: ^7.0.3
@ -20,29 +20,29 @@ specifiers:
markdown-it-prism: ^2.2.4 markdown-it-prism: ^2.2.4
nprogress: ^0.2.0 nprogress: ^0.2.0
pinia: ^2.0.13 pinia: ^2.0.13
pnpm: ^6.32.8 pnpm: ^6.32.9
prism-theme-vars: ^0.2.2 prism-theme-vars: ^0.2.2
typescript: ^4.6.3 typescript: ^4.6.3
unocss: ^0.31.5 unocss: ^0.31.12
unplugin-auto-import: ^0.7.1 unplugin-auto-import: ^0.7.1
unplugin-vue-components: ^0.19.3 unplugin-vue-components: ^0.19.3
vite: ^2.9.5 vite: ^2.9.5
vite-plugin-inspect: ^0.5.0 vite-plugin-inspect: ^0.5.0
vite-plugin-md: ^0.12.4 vite-plugin-md: ^0.12.4
vite-plugin-pages: ^0.23.0 vite-plugin-pages: ^0.23.0
vite-plugin-pwa: ^0.11.13 vite-plugin-pwa: ^0.12.0
vite-plugin-vue-layouts: ^0.6.0 vite-plugin-vue-layouts: ^0.6.0
vite-ssg: ^0.19.2 vite-ssg: ^0.19.2
vite-ssg-sitemap: ^0.2.3 vite-ssg-sitemap: ^0.2.4
vitest: ^0.9.3 vitest: ^0.9.3
vue: ^3.2.33 vue: ^3.2.33
vue-demi: ^0.12.5 vue-demi: ^0.12.5
vue-i18n: ^9.1.9 vue-i18n: ^9.1.9
vue-router: ^4.0.14 vue-router: ^4.0.14
vue-tsc: ^0.34.7 vue-tsc: ^0.34.8
dependencies: dependencies:
'@vueuse/core': 8.2.6_vue@3.2.33 '@vueuse/core': 8.3.0_vue@3.2.33
'@vueuse/head': 0.7.6_vue@3.2.33 '@vueuse/head': 0.7.6_vue@3.2.33
nprogress: 0.2.0 nprogress: 0.2.0
pinia: 2.0.13_typescript@4.6.3+vue@3.2.33 pinia: 2.0.13_typescript@4.6.3+vue@3.2.33
@ -59,7 +59,7 @@ devDependencies:
'@types/markdown-it-link-attributes': 3.0.1 '@types/markdown-it-link-attributes': 3.0.1
'@types/nprogress': 0.2.0 '@types/nprogress': 0.2.0
'@vitejs/plugin-vue': 2.3.1_vite@2.9.5+vue@3.2.33 '@vitejs/plugin-vue': 2.3.1_vite@2.9.5+vue@3.2.33
'@vue/test-utils': 2.0.0-rc.20_vue@3.2.33 '@vue/test-utils': 2.0.0-rc.21_vue@3.2.33
critters: 0.0.16 critters: 0.0.16
cross-env: 7.0.3 cross-env: 7.0.3
cypress: 9.5.4 cypress: 9.5.4
@ -68,21 +68,21 @@ devDependencies:
https-localhost: 4.7.1 https-localhost: 4.7.1
markdown-it-link-attributes: 4.0.0 markdown-it-link-attributes: 4.0.0
markdown-it-prism: 2.2.4 markdown-it-prism: 2.2.4
pnpm: 6.32.8 pnpm: 6.32.9
typescript: 4.6.3 typescript: 4.6.3
unocss: 0.31.5_vite@2.9.5 unocss: 0.31.12_vite@2.9.5
unplugin-auto-import: 0.7.1_@vueuse+core@8.2.6+vite@2.9.5 unplugin-auto-import: 0.7.1_@vueuse+core@8.3.0+vite@2.9.5
unplugin-vue-components: 0.19.3_vite@2.9.5+vue@3.2.33 unplugin-vue-components: 0.19.3_vite@2.9.5+vue@3.2.33
vite: 2.9.5 vite: 2.9.5
vite-plugin-inspect: 0.5.0_vite@2.9.5 vite-plugin-inspect: 0.5.0_vite@2.9.5
vite-plugin-md: 0.12.4_vite@2.9.5 vite-plugin-md: 0.12.4_vite@2.9.5
vite-plugin-pages: 0.23.0_vite@2.9.5 vite-plugin-pages: 0.23.0_vite@2.9.5
vite-plugin-pwa: 0.11.13_vite@2.9.5 vite-plugin-pwa: 0.12.0_vite@2.9.5
vite-plugin-vue-layouts: 0.6.0_c6669f7f6a2bb1e4cd0ce207bade55c6 vite-plugin-vue-layouts: 0.6.0_c6669f7f6a2bb1e4cd0ce207bade55c6
vite-ssg: 0.19.2_eacfe4bd4e3401e3e0916bc5279e5ce7 vite-ssg: 0.19.2_eacfe4bd4e3401e3e0916bc5279e5ce7
vite-ssg-sitemap: 0.2.3 vite-ssg-sitemap: 0.2.4
vitest: 0.9.3 vitest: 0.9.3
vue-tsc: 0.34.7_typescript@4.6.3 vue-tsc: 0.34.8_typescript@4.6.3
packages: packages:
@ -1877,124 +1877,125 @@ packages:
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
dev: true dev: true
/@unocss/cli/0.31.5: /@unocss/cli/0.31.12:
resolution: {integrity: sha512-jw6TDDUS2Bo5hAX+QetVV30ptiuQzT5STmGhGLqV/swM1f5UqcMApiq8wba8ef8DIO0RTTCy9lL0jwjGqxf5AQ==} resolution: {integrity: sha512-BZynbf+V2EhR2lx1pk2P3K+fs2UQCgg+YtR4woePNj2SpUQV1zrCPqJQlvQg19UWit1seCXL+KpO+DjowP/buw==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
dependencies: dependencies:
'@unocss/config': 0.31.5 '@unocss/config': 0.31.12
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
'@unocss/preset-uno': 0.31.5 '@unocss/preset-uno': 0.31.12
cac: 6.7.12 cac: 6.7.12
chokidar: 3.5.3 chokidar: 3.5.3
colorette: 2.0.16 colorette: 2.0.16
consola: 2.15.3 consola: 2.15.3
fast-glob: 3.2.11 fast-glob: 3.2.11
pathe: 0.2.0 pathe: 0.2.0
perfect-debounce: 0.1.3
dev: true dev: true
/@unocss/config/0.31.5: /@unocss/config/0.31.12:
resolution: {integrity: sha512-qnMeIlz6V1ezMJu2fWOL12Tz51+X3dFrHZyOQXEj5KmPSpFWUtlRY+M++zadQeSabRMGK3fdhkjjiu8HcVnfYQ==} resolution: {integrity: sha512-wwVZDtcWcIMdM3+ygvwVHRW4d9adNBCWxWuLJFyAZ9ZaQ8f2Lfim2sohC36M+Gr0CLSLqr3Cq+YHVB7HE9tiFg==}
engines: {node: '>=14'} engines: {node: '>=14'}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
unconfig: 0.3.3 unconfig: 0.3.3
dev: true dev: true
/@unocss/core/0.31.5: /@unocss/core/0.31.12:
resolution: {integrity: sha512-3W/bqqa+xGvoVY+FdlyMikwflCJvKvUAGzQUxQtF+/c5y7iTzMiZDKdDLSDrRLqBZQrseViXXCWEx71UtCRXUg==} resolution: {integrity: sha512-2dOf0yYXXWi+bhS0x+3DppQtImUREVu7CSFkrPULOioImWHryLfiORAdHpPd4MnUqBFLqtC68+7un00HPJVx3g==}
dev: true dev: true
/@unocss/inspector/0.31.5: /@unocss/inspector/0.31.12:
resolution: {integrity: sha512-Qb7oL9rmQyUlf/7sv6C6VkN8InBvdAqrejI1ZeI95d82jOJInrsR8H7iunUKkMUXKXjZ+LY2dHbRV5LeQyPwHA==} resolution: {integrity: sha512-/fGdNifeyha+0I33Jw7Tf3aG14awUB8Pd6DwejBoYnU7IIt0xu3g1tIz6bI5QUHtTGCTw9I13O16sP8tlaIz2w==}
dependencies: dependencies:
gzip-size: 6.0.0 gzip-size: 6.0.0
sirv: 2.0.2 sirv: 2.0.2
dev: true dev: true
/@unocss/preset-attributify/0.31.5: /@unocss/preset-attributify/0.31.12:
resolution: {integrity: sha512-3nEYnP/q4et3neqAat3lbEXCxun8oi2yMxeAdcfzMrrr8ooErTTS6SbKFI1XN+V/hytfAZ5oy3rzt8V1XaG1jg==} resolution: {integrity: sha512-MWK05JMptI/SO2E+n2QUG0DbAe2aK+1XNmAnSahkxDoYrMGGeJxw+d+cVXPgt2Bh4L0VIHqcQQNqSkvw2Zimaw==}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
dev: true dev: true
/@unocss/preset-icons/0.31.5: /@unocss/preset-icons/0.31.12:
resolution: {integrity: sha512-mauk1uDqnV8brG+/eXDOdvtmOzfKTuUqq2CCziEvu8jUKMag51hEZOD5T2fnSiki3qp7rUIevx00EfOfNFMqig==} resolution: {integrity: sha512-ndWU6ykhQTtR8S9mabW4XYC/c5j1elRa98gHPUzFwmsfssen9WpaqLhDKZ8Ygqkk+pN+LFSMLrj3y0tI/oMqGw==}
dependencies: dependencies:
'@iconify/utils': 1.0.32 '@iconify/utils': 1.0.32
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@unocss/preset-mini/0.31.5: /@unocss/preset-mini/0.31.12:
resolution: {integrity: sha512-xsvCaok8+kHHq4FlcISOdzZrbfBJeUS+D66y37TtYbmMvxXtIhuJaP1fBLDNLPsHjpyCQ9dPXpUn0wUH1O4n2A==} resolution: {integrity: sha512-l/Fd6Gog+l+IlB/NodQ5u32q+wIwRt7BmacIj7j0eQrc5iG/OCJxz5LAv4Wg1L8yWJORpo89j2v6Hy7ijD9YPw==}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
dev: true dev: true
/@unocss/preset-typography/0.31.5: /@unocss/preset-typography/0.31.12:
resolution: {integrity: sha512-ghiuUtT6JVXV9JUca5FTsvfrqUGZ1CPTfCF9TyUZ+01LcDwXPmO4M4tbnWji7gLIK1WQdNaKKm25rDOmf7GA2w==} resolution: {integrity: sha512-PBDX2Syl1V2GpZT8ULCNqBTGcwaITGM8mfKqKUW0EAkH0+6MKa3ISzAVlsZqC66Zao/k4wJwjCHeADlWbIWzDQ==}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
dev: true dev: true
/@unocss/preset-uno/0.31.5: /@unocss/preset-uno/0.31.12:
resolution: {integrity: sha512-frlwJKkO0s/OFehSEuD5vAEEZhrlAuNznNC1o9NTMsw+pZMaiNwpRO92oVZgQ653jGUYh3wvYnB2iES+fr1XKw==} resolution: {integrity: sha512-TMqtgZDxg8oLiNe8mLpDuokORp2mjFwq4IxOLwSMO5+pRWz3CrknDlYPFCgMcs21pQYllqekaM9y9Bzn5AHJew==}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
'@unocss/preset-mini': 0.31.5 '@unocss/preset-mini': 0.31.12
'@unocss/preset-wind': 0.31.5 '@unocss/preset-wind': 0.31.12
dev: true dev: true
/@unocss/preset-web-fonts/0.31.5: /@unocss/preset-web-fonts/0.31.12:
resolution: {integrity: sha512-34DLRY+7gxZb9dYdJwlWVGNGEl69iZIlxLTR9YXCJkGziYhGtoDXI8YVg4wxRIE2fql/hB7kT8k6jNRZNuc2rw==} resolution: {integrity: sha512-uDU0dVBrBSBi13XwZZlSuOHsRnroEnjWW6d6FnyxjcUYjE2zXu9bSc/mLA2XcD4EHO7GOvQPkK51fPWW5+C9FA==}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
axios: 0.26.1 axios: 0.26.1
transitivePeerDependencies: transitivePeerDependencies:
- debug - debug
dev: true dev: true
/@unocss/preset-wind/0.31.5: /@unocss/preset-wind/0.31.12:
resolution: {integrity: sha512-ZX8NNFeMy+y93n2BUjETvIfbuvezRnuJUPLEIlaWk+PaHEC2Y4kkZ7KK2XWdWDENp8oiS6qoX4pv/x4itng5zA==} resolution: {integrity: sha512-IQC6AFyqKA8v3hHH7klFEeEr/Odj+Eb7rce5UTZBUhKObpTHGQWBqbvnZiiUZOL5H2ZtyDKrTPUG+MBtIA239A==}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
'@unocss/preset-mini': 0.31.5 '@unocss/preset-mini': 0.31.12
dev: true dev: true
/@unocss/reset/0.31.5: /@unocss/reset/0.31.12:
resolution: {integrity: sha512-IdAEKdeTVwBKteYu/w/qOiUDOrwgORod8NhxQOEJr0xUbZn13A4wKFqiU6jqoY8VXnb4hqddafe6q96LcU6XuA==} resolution: {integrity: sha512-SXQUcMsC1q4uSoetmna8LRDycTwbVIJqjG3Yk78SvXYW8iywiHxUyIcUbmd1Eb9bVL4mZ2SpXF4tGrKE59OwrA==}
dev: true dev: true
/@unocss/scope/0.31.5: /@unocss/scope/0.31.12:
resolution: {integrity: sha512-l+ORpB1NFPqFUk+k1SElkrgzYh9YKCSnUEFlrABgCdCNue+JJKBvCNzkORkxWIa/9FaDwWErAP7f5uWbh1dVFg==} resolution: {integrity: sha512-XtAsMdBarQlU1Jav+WherDTFeZ/m/p90xWHWOhv42TsdipwCMdQoSqc68chhBSoOrXiySV3iS6E6e3M9dvCLOQ==}
dev: true dev: true
/@unocss/transformer-directives/0.31.5: /@unocss/transformer-directives/0.31.12:
resolution: {integrity: sha512-xT0Ttk8ra1ckSUDy/kTTvs7+9KJ14scDB7T8X5qxPNlNJW2WSTmwe1PbnuikBtg1XYxzJSdbvcHey8TcgCzxWg==} resolution: {integrity: sha512-MEUu/Pz0tCT7xH5WLF5JuK4gG46lmevddgGvl7nAkWHX2Y+7jq8DbrllYm1/zt2ilkFtBWQa39FD8S+YaXo/ew==}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
css-tree: 2.1.0 css-tree: 2.1.0
dev: true dev: true
/@unocss/transformer-variant-group/0.31.5: /@unocss/transformer-variant-group/0.31.12:
resolution: {integrity: sha512-v/l/Im63QXDM2r0Gu+EeK54RC+UQfPspUB1X66oGJQ5UZ15Pu5NKKBoqSA96TOIdtTU9qh52pWEHxh0NffgQbA==} resolution: {integrity: sha512-DVI/6C+/A0uOE30bqSiCwRCb72ZiPqqdRqXF6pfsQXNsUO4uNB9wjxlleb0E2RIMHAICCKaSSMNNTTiaRweTkg==}
dependencies: dependencies:
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
dev: true dev: true
/@unocss/vite/0.31.5_vite@2.9.5: /@unocss/vite/0.31.12_vite@2.9.5:
resolution: {integrity: sha512-mwgq4AewdZIjaA+hZ9MgsuYYw6TCiKYZYTFIlQ2NM8CEysTbR27Dg7A+VCVXSy8S7wLK00+L4mxuh8lyBTIg4Q==} resolution: {integrity: sha512-Z6mjizlx9u1OanEZbJ64drvQzC1Tda42jg85wJfb6dXCpAj5a7UACaKSTkCVBvWXa5YDgthvf09BQmm5HRbtQw==}
peerDependencies: peerDependencies:
vite: ^2.9.0 vite: ^2.9.0
dependencies: dependencies:
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@unocss/config': 0.31.5 '@unocss/config': 0.31.12
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
'@unocss/inspector': 0.31.5 '@unocss/inspector': 0.31.12
'@unocss/scope': 0.31.5 '@unocss/scope': 0.31.12
'@unocss/transformer-directives': 0.31.5 '@unocss/transformer-directives': 0.31.12
magic-string: 0.26.1 magic-string: 0.26.1
vite: 2.9.5 vite: 2.9.5
dev: true dev: true
@ -2010,32 +2011,32 @@ packages:
vue: 3.2.33 vue: 3.2.33
dev: true dev: true
/@volar/code-gen/0.34.7: /@volar/code-gen/0.34.8:
resolution: {integrity: sha512-E1N1VGlChXd0D7WPmmjKhtcZdUKNpBFC4BRqfY+7FZGh89FZlw3uG6Nn76/DjMBLVhfCIY9vA8pwWIN1lI8nYw==} resolution: {integrity: sha512-BTH6704XbsppOMyAAZzuV8Y9ENe5CzAkkaUBOFJGzYA4M8XOpQGC0A8I31aUc+XGS23DCATgkar8V/HeHEC6JQ==}
dependencies: dependencies:
'@volar/source-map': 0.34.7 '@volar/source-map': 0.34.8
dev: true dev: true
/@volar/source-map/0.34.7: /@volar/source-map/0.34.8:
resolution: {integrity: sha512-KBNcKCWKsY2f965xuuT4dSbt8GR6nHMzb9gi7ucUHtmRQnvrB31BLBvZNQTHMqkbhRmKArDSuIrbUUG9yu0OXQ==} resolution: {integrity: sha512-PPCcf72A4a3DCqTCHf2MM6IVtHswGl5nkdS9VkeFQfau6OHt1byDCgoo9E9O41N90MmUAdAQAdiYbc2MHRWPIg==}
dev: true dev: true
/@volar/vue-code-gen/0.34.7: /@volar/vue-code-gen/0.34.8:
resolution: {integrity: sha512-vejzO30QrDAEZKguZI8hlAnKhwNoX1INXrOMurlmwCbNft2oEloT+ikFF8QYDz3vWWrdFSsoOKp3BTHyurJ5Nw==} resolution: {integrity: sha512-vfRVlC/H24EZ0pNzOUawBJJ1XbZwos2HDhRgONN0R0+aiRtFUWFcFq+yRztWEEhYCLJNaU3+ZlXK5UOKqCf0zQ==}
dependencies: dependencies:
'@volar/code-gen': 0.34.7 '@volar/code-gen': 0.34.8
'@volar/source-map': 0.34.7 '@volar/source-map': 0.34.8
'@vue/compiler-core': 3.2.33 '@vue/compiler-core': 3.2.33
'@vue/compiler-dom': 3.2.33 '@vue/compiler-dom': 3.2.33
'@vue/shared': 3.2.33 '@vue/shared': 3.2.33
dev: true dev: true
/@volar/vue-typescript/0.34.7: /@volar/vue-typescript/0.34.8:
resolution: {integrity: sha512-Ebln64LQutjuNs8nk57oFo45JMQVdZKThkNAeFrzaqB0UItazRQpSXet4vHzfV18FMCV3Cc6fEqZ14WZzQAxgQ==} resolution: {integrity: sha512-TmdqxlnCt0j4cUMxnwJH/CX4Tb/87mCkhxsCeaD44m9U4MC9vMVaev6JOW72Jpu00FmSmPOREX5nYfQbA3ycSw==}
dependencies: dependencies:
'@volar/code-gen': 0.34.7 '@volar/code-gen': 0.34.8
'@volar/source-map': 0.34.7 '@volar/source-map': 0.34.8
'@volar/vue-code-gen': 0.34.7 '@volar/vue-code-gen': 0.34.8
'@vue/compiler-sfc': 3.2.33 '@vue/compiler-sfc': 3.2.33
'@vue/reactivity': 3.2.33 '@vue/reactivity': 3.2.33
dev: true dev: true
@ -2119,16 +2120,16 @@ packages:
/@vue/shared/3.2.33: /@vue/shared/3.2.33:
resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==} resolution: {integrity: sha512-UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg==}
/@vue/test-utils/2.0.0-rc.20_vue@3.2.33: /@vue/test-utils/2.0.0-rc.21_vue@3.2.33:
resolution: {integrity: sha512-aSkOAzM/ZlIyYgN7yj661FTjhFZZy5i9+FUbbDNoMGYA4F1WKwDdcDCPj9B/qzt3wGFkuCP5PO6SBtdSTMEhIA==} resolution: {integrity: sha512-wIJR4e/jISBKVKfiod3DV32BlDsoD744WVCuCaGtaSKvhvTL9gI5vl2AYSy00V51YaM8dCOFi3zcpCON8G1WqA==}
peerDependencies: peerDependencies:
vue: ^3.0.1 vue: ^3.0.1
dependencies: dependencies:
vue: 3.2.33 vue: 3.2.33
dev: true dev: true
/@vueuse/core/8.2.6_vue@3.2.33: /@vueuse/core/8.3.0_vue@3.2.33:
resolution: {integrity: sha512-fzlpM3B5oVe+UhCT1mXlhG1Zxdq2lq1Z2AvddSB8+RxrsSFzII7DKfsQEz8Vop7Lzc++4m8drTNbhPovYoFqHw==} resolution: {integrity: sha512-GDHM0vr/E3mw1fbh3yj4DJCJ/KvTXtOtT0OR2kCKuEUOo0Btk45MDGI6MdIqsHMjI0OXBJl8jH8WFv64KU2mOQ==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.1.0 '@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0 vue: ^2.6.0 || ^3.2.0
@ -2138,8 +2139,8 @@ packages:
vue: vue:
optional: true optional: true
dependencies: dependencies:
'@vueuse/metadata': 8.2.6 '@vueuse/metadata': 8.3.0
'@vueuse/shared': 8.2.6_vue@3.2.33 '@vueuse/shared': 8.3.0_vue@3.2.33
vue: 3.2.33 vue: 3.2.33
vue-demi: 0.12.5_vue@3.2.33 vue-demi: 0.12.5_vue@3.2.33
dev: false dev: false
@ -2152,12 +2153,12 @@ packages:
vue: 3.2.33 vue: 3.2.33
dev: false dev: false
/@vueuse/metadata/8.2.6: /@vueuse/metadata/8.3.0:
resolution: {integrity: sha512-OBKtafCt+4RcEJlYDCjp1vl65pBCL2g4TmipEtdZ8/qphKlW6nakJbkY7XRN5grPmjqU99/ahJGtyGk5NHS2hw==} resolution: {integrity: sha512-7R/LNPQWp1r/owa2e71l3dFlJ21p89YE3ks14ZclP2VOTvhC6AzDRcpk+ChISNetv8spsFbWZj/Z7sFjbFZfuw==}
dev: false dev: false
/@vueuse/shared/8.2.6_vue@3.2.33: /@vueuse/shared/8.3.0_vue@3.2.33:
resolution: {integrity: sha512-J/W4CMfdL8TahELuSOgtfVO4eQXTjhigp7dVWIBsLUVFCeY9d49gvHUcQN3y5xYLZ6iNP57TjTQjMMT/zhklkw==} resolution: {integrity: sha512-xehtLfevPw9nsVIGFe/tWMtFvbvZjeAfXh7DT9Fptt/6/C5rLwpJtxsVguIBtPybjwobO4KCpQYS78aa9fg5Sw==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.1.0 '@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0 vue: ^2.6.0 || ^3.2.0
@ -5665,6 +5666,10 @@ packages:
resolution: {integrity: sha1-elfrVQpng/kRUzH89GY9XI4AelA=} resolution: {integrity: sha1-elfrVQpng/kRUzH89GY9XI4AelA=}
dev: true dev: true
/perfect-debounce/0.1.3:
resolution: {integrity: sha512-NOT9AcKiDGpnV/HBhI22Str++XWcErO/bALvHCuhv33owZW/CjH8KAFLZDCmu3727sihe0wTxpDhyGc6M8qacQ==}
dev: true
/performance-now/2.1.0: /performance-now/2.1.0:
resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=} resolution: {integrity: sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=}
dev: true dev: true
@ -5705,8 +5710,8 @@ packages:
engines: {node: '>=4'} engines: {node: '>=4'}
dev: true dev: true
/pnpm/6.32.8: /pnpm/6.32.9:
resolution: {integrity: sha512-pZroJtqqZDevFpJI/PsOMLLfGeA6en6cvyI/HC7boGmT7TJy9eFInNYwMGW2enKv2Al/aamV2Zomv05TtBe7qw==} resolution: {integrity: sha512-fU/urJXv2Q8l4n8FW4Qx54KGDTVMpa3n7azqa7i65XZtG5Mcpa35D+HTmAL/7G3u/3R9WGPG4CdLU7631Ti6aA==}
engines: {node: '>=12.17'} engines: {node: '>=12.17'}
hasBin: true hasBin: true
dev: true dev: true
@ -5740,6 +5745,11 @@ packages:
engines: {node: '>=6'} engines: {node: '>=6'}
dev: true dev: true
/pretty-bytes/6.0.0:
resolution: {integrity: sha512-6UqkYefdogmzqAZWzJ7laYeJnaXDy2/J+ZqiiMtS7t7OfpXWTlaeGMwX8U6EFvPV/YWWEKRkS8hKS4k60WHTOg==}
engines: {node: ^14.13.1 || >=16.0.0}
dev: true
/prism-theme-vars/0.2.2: /prism-theme-vars/0.2.2:
resolution: {integrity: sha512-EL9ifuU/F8tEldoCa2sspiiLWysCL54xDbf2gN/ubwdtbuJROqOGopG5kSwunapwaioT+jLUQ/Ky+7jnv62xJA==} resolution: {integrity: sha512-EL9ifuU/F8tEldoCa2sspiiLWysCL54xDbf2gN/ubwdtbuJROqOGopG5kSwunapwaioT+jLUQ/Ky+7jnv62xJA==}
dev: false dev: false
@ -6704,23 +6714,23 @@ packages:
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
dev: true dev: true
/unocss/0.31.5_vite@2.9.5: /unocss/0.31.12_vite@2.9.5:
resolution: {integrity: sha512-7aB9vO1F0wyM3UGUqr7V1l5UNJTRKU90RD+euxYFVlhPCB90ve35bUT44qisEbSMWfAtB1dhECPfmrXnGoS0nQ==} resolution: {integrity: sha512-6kdml6/qocMikH9O2m/dfMlO/lc1Ug3MdVyavMD3hsX1Ovd/AOWuCtI6fqxKM6HF4krpNJWDQ1nvUICkwJ757g==}
engines: {node: '>=14'} engines: {node: '>=14'}
dependencies: dependencies:
'@unocss/cli': 0.31.5 '@unocss/cli': 0.31.12
'@unocss/core': 0.31.5 '@unocss/core': 0.31.12
'@unocss/preset-attributify': 0.31.5 '@unocss/preset-attributify': 0.31.12
'@unocss/preset-icons': 0.31.5 '@unocss/preset-icons': 0.31.12
'@unocss/preset-mini': 0.31.5 '@unocss/preset-mini': 0.31.12
'@unocss/preset-typography': 0.31.5 '@unocss/preset-typography': 0.31.12
'@unocss/preset-uno': 0.31.5 '@unocss/preset-uno': 0.31.12
'@unocss/preset-web-fonts': 0.31.5 '@unocss/preset-web-fonts': 0.31.12
'@unocss/preset-wind': 0.31.5 '@unocss/preset-wind': 0.31.12
'@unocss/reset': 0.31.5 '@unocss/reset': 0.31.12
'@unocss/transformer-directives': 0.31.5 '@unocss/transformer-directives': 0.31.12
'@unocss/transformer-variant-group': 0.31.5 '@unocss/transformer-variant-group': 0.31.12
'@unocss/vite': 0.31.5_vite@2.9.5 '@unocss/vite': 0.31.12_vite@2.9.5
transitivePeerDependencies: transitivePeerDependencies:
- debug - debug
- supports-color - supports-color
@ -6732,7 +6742,7 @@ packages:
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
dev: true dev: true
/unplugin-auto-import/0.7.1_@vueuse+core@8.2.6+vite@2.9.5: /unplugin-auto-import/0.7.1_@vueuse+core@8.3.0+vite@2.9.5:
resolution: {integrity: sha512-9865OV9eP99PNxHR2mtTDExeN01m4M9boT5U2BtIwsU1wDRsaFIYWLwcCBEjvXzXfTTC2NNMskhHGVAMfL2WgA==} resolution: {integrity: sha512-9865OV9eP99PNxHR2mtTDExeN01m4M9boT5U2BtIwsU1wDRsaFIYWLwcCBEjvXzXfTTC2NNMskhHGVAMfL2WgA==}
engines: {node: '>=14'} engines: {node: '>=14'}
peerDependencies: peerDependencies:
@ -6743,7 +6753,7 @@ packages:
dependencies: dependencies:
'@antfu/utils': 0.5.1 '@antfu/utils': 0.5.1
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vueuse/core': 8.2.6_vue@3.2.33 '@vueuse/core': 8.3.0_vue@3.2.33
local-pkg: 0.4.1 local-pkg: 0.4.1
magic-string: 0.26.1 magic-string: 0.26.1
resolve: 1.22.0 resolve: 1.22.0
@ -6921,14 +6931,14 @@ packages:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-pwa/0.11.13_vite@2.9.5: /vite-plugin-pwa/0.12.0_vite@2.9.5:
resolution: {integrity: sha512-Ssj14m3TRVLfkFEAWSMcFE2d1cSdEZyrVTzfY2lSL+umHYvcIFHVDAY143sygtBCb44OPczsAOmWwBTxwOvh7g==} resolution: {integrity: sha512-KYD+cnS5ExLF3T28NkfzBLZ53ehHlp+qMhHGFNh0zlVGpFHrJkL2v9wd4AMi7ZkBTffgeNatIFiv8rhCsMSxBQ==}
peerDependencies: peerDependencies:
vite: ^2.0.0 vite: ^2.0.0
dependencies: dependencies:
debug: 4.3.4 debug: 4.3.4
fast-glob: 3.2.11 fast-glob: 3.2.11
pretty-bytes: 5.6.0 pretty-bytes: 6.0.0
rollup: 2.70.2 rollup: 2.70.2
vite: 2.9.5 vite: 2.9.5
workbox-build: 6.5.3 workbox-build: 6.5.3
@ -6955,8 +6965,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/vite-ssg-sitemap/0.2.3: /vite-ssg-sitemap/0.2.4:
resolution: {integrity: sha512-2plw30fjCeCKxY2A83Z7cIRcm0OLn9FlO1IAKvnpu/Vt7vMBTRL9sv6IiE0lnE3NnXxDy/ij3AX4srTB2nbkKA==} resolution: {integrity: sha512-O9xzHP7wT1D+o3/CCC+HliYJILjnrDGTo8aTqbADbbWU7uomjdg0yiLNb+dosAhqxuYDPco1xPCO6z9/wQXGzA==}
dev: true dev: true
/vite-ssg/0.19.2_eacfe4bd4e3401e3e0916bc5279e5ce7: /vite-ssg/0.19.2_eacfe4bd4e3401e3e0916bc5279e5ce7:
@ -7103,13 +7113,13 @@ packages:
vue: 3.2.33 vue: 3.2.33
dev: false dev: false
/vue-tsc/0.34.7_typescript@4.6.3: /vue-tsc/0.34.8_typescript@4.6.3:
resolution: {integrity: sha512-GcdwGuddEakVBHKw7uiZUfHqobGD4Ym2XExGuwYuxw7rT50ZnRZvYQ3IB7zyPLa7UZEmiy6HTJiTrArw7ZOu+w==} resolution: {integrity: sha512-RvuFwiuj2lfSnTGHhLy6xLspNA7VOU3low+Ckvbl3utw6A6ELmXDUuuo8VAzNm7HuJe3M64lAxxWdOOG3vqMVw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
dependencies: dependencies:
'@volar/vue-typescript': 0.34.7 '@volar/vue-typescript': 0.34.8
typescript: 4.6.3 typescript: 4.6.3
dev: true dev: true