chore: update deps
This commit is contained in:
parent
3f9e5f93eb
commit
7ba65301f4
27
package.json
27
package.json
@ -4,13 +4,14 @@
|
|||||||
"dev": "vite --port 3333 --open",
|
"dev": "vite --port 3333 --open",
|
||||||
"build": "cross-env NODE_ENV=production vite-ssg build",
|
"build": "cross-env NODE_ENV=production vite-ssg build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"preview-https": "serve dist"
|
"preview-https": "serve dist",
|
||||||
|
"lint": "eslint \"**/*.{vue,ts,js}\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^6.3.2",
|
"@vueuse/core": "^6.3.3",
|
||||||
"@vueuse/head": "^0.6.0",
|
"@vueuse/head": "^0.6.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"pinia": "^2.0.0-rc.8",
|
"pinia": "^2.0.0-rc.9",
|
||||||
"prism-theme-vars": "^0.2.2",
|
"prism-theme-vars": "^0.2.2",
|
||||||
"vue": "^3.2.11",
|
"vue": "^3.2.11",
|
||||||
"vue-demi": "^0.11.4",
|
"vue-demi": "^0.11.4",
|
||||||
@ -18,8 +19,8 @@
|
|||||||
"vue-router": "^4.0.11"
|
"vue-router": "^4.0.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.8.1",
|
"@antfu/eslint-config": "^0.9.0",
|
||||||
"@iconify/json": "^1.1.400",
|
"@iconify/json": "^1.1.402",
|
||||||
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
|
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
|
||||||
"@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",
|
||||||
@ -31,19 +32,19 @@
|
|||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"https-localhost": "^4.7.0",
|
"https-localhost": "^4.7.0",
|
||||||
"markdown-it-link-attributes": "^3.0.0",
|
"markdown-it-link-attributes": "^3.0.0",
|
||||||
"markdown-it-prism": "^2.2.0",
|
"markdown-it-prism": "^2.2.1",
|
||||||
"pnpm": "^6.14.7",
|
"pnpm": "^6.15.1",
|
||||||
"typescript": "^4.4.3",
|
"typescript": "^4.4.3",
|
||||||
"unplugin-auto-import": "^0.4.5",
|
"unplugin-auto-import": "^0.4.6",
|
||||||
"unplugin-icons": "^0.7.6",
|
"unplugin-icons": "^0.11.3",
|
||||||
"unplugin-vue-components": "^0.15.0",
|
"unplugin-vue-components": "^0.15.2",
|
||||||
"vite": "^2.5.6",
|
"vite": "^2.5.8",
|
||||||
"vite-plugin-inspect": "^0.3.5",
|
"vite-plugin-inspect": "^0.3.6",
|
||||||
"vite-plugin-md": "^0.11.0",
|
"vite-plugin-md": "^0.11.0",
|
||||||
"vite-plugin-pages": "^0.18.0",
|
"vite-plugin-pages": "^0.18.0",
|
||||||
"vite-plugin-pwa": "^0.11.2",
|
"vite-plugin-pwa": "^0.11.2",
|
||||||
"vite-plugin-vue-layouts": "^0.4.1",
|
"vite-plugin-vue-layouts": "^0.4.1",
|
||||||
"vite-plugin-windicss": "^1.4.2",
|
"vite-plugin-windicss": "^1.4.3",
|
||||||
"vite-ssg": "^0.15.1",
|
"vite-ssg": "^0.15.1",
|
||||||
"vue-tsc": "^0.3.0"
|
"vue-tsc": "^0.3.0"
|
||||||
}
|
}
|
||||||
|
243
pnpm-lock.yaml
243
pnpm-lock.yaml
@ -1,37 +1,37 @@
|
|||||||
lockfileVersion: 5.3
|
lockfileVersion: 5.3
|
||||||
|
|
||||||
specifiers:
|
specifiers:
|
||||||
'@antfu/eslint-config': ^0.8.1
|
'@antfu/eslint-config': ^0.9.0
|
||||||
'@iconify/json': ^1.1.400
|
'@iconify/json': ^1.1.402
|
||||||
'@intlify/vite-plugin-vue-i18n': ^2.4.0
|
'@intlify/vite-plugin-vue-i18n': ^2.4.0
|
||||||
'@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': ^1.6.2
|
'@vitejs/plugin-vue': ^1.6.2
|
||||||
'@vue/compiler-sfc': ^3.2.11
|
'@vue/compiler-sfc': ^3.2.11
|
||||||
'@vue/server-renderer': ^3.2.11
|
'@vue/server-renderer': ^3.2.11
|
||||||
'@vueuse/core': ^6.3.2
|
'@vueuse/core': ^6.3.3
|
||||||
'@vueuse/head': ^0.6.0
|
'@vueuse/head': ^0.6.0
|
||||||
critters: ^0.0.10
|
critters: ^0.0.10
|
||||||
cross-env: ^7.0.3
|
cross-env: ^7.0.3
|
||||||
eslint: ^7.32.0
|
eslint: ^7.32.0
|
||||||
https-localhost: ^4.7.0
|
https-localhost: ^4.7.0
|
||||||
markdown-it-link-attributes: ^3.0.0
|
markdown-it-link-attributes: ^3.0.0
|
||||||
markdown-it-prism: ^2.2.0
|
markdown-it-prism: ^2.2.1
|
||||||
nprogress: ^0.2.0
|
nprogress: ^0.2.0
|
||||||
pinia: ^2.0.0-rc.8
|
pinia: ^2.0.0-rc.9
|
||||||
pnpm: ^6.14.7
|
pnpm: ^6.15.1
|
||||||
prism-theme-vars: ^0.2.2
|
prism-theme-vars: ^0.2.2
|
||||||
typescript: ^4.4.3
|
typescript: ^4.4.3
|
||||||
unplugin-auto-import: ^0.4.5
|
unplugin-auto-import: ^0.4.6
|
||||||
unplugin-icons: ^0.7.6
|
unplugin-icons: ^0.11.3
|
||||||
unplugin-vue-components: ^0.15.0
|
unplugin-vue-components: ^0.15.2
|
||||||
vite: ^2.5.6
|
vite: ^2.5.8
|
||||||
vite-plugin-inspect: ^0.3.5
|
vite-plugin-inspect: ^0.3.6
|
||||||
vite-plugin-md: ^0.11.0
|
vite-plugin-md: ^0.11.0
|
||||||
vite-plugin-pages: ^0.18.0
|
vite-plugin-pages: ^0.18.0
|
||||||
vite-plugin-pwa: ^0.11.2
|
vite-plugin-pwa: ^0.11.2
|
||||||
vite-plugin-vue-layouts: ^0.4.1
|
vite-plugin-vue-layouts: ^0.4.1
|
||||||
vite-plugin-windicss: ^1.4.2
|
vite-plugin-windicss: ^1.4.3
|
||||||
vite-ssg: ^0.15.1
|
vite-ssg: ^0.15.1
|
||||||
vue: ^3.2.11
|
vue: ^3.2.11
|
||||||
vue-demi: ^0.11.4
|
vue-demi: ^0.11.4
|
||||||
@ -40,10 +40,10 @@ specifiers:
|
|||||||
vue-tsc: ^0.3.0
|
vue-tsc: ^0.3.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/core': 6.3.2_vue@3.2.11
|
'@vueuse/core': 6.3.3_vue@3.2.11
|
||||||
'@vueuse/head': 0.6.0_vue@3.2.11
|
'@vueuse/head': 0.6.0_vue@3.2.11
|
||||||
nprogress: 0.2.0
|
nprogress: 0.2.0
|
||||||
pinia: 2.0.0-rc.8_typescript@4.4.3+vue@3.2.11
|
pinia: 2.0.0-rc.9_typescript@4.4.3+vue@3.2.11
|
||||||
prism-theme-vars: 0.2.2
|
prism-theme-vars: 0.2.2
|
||||||
vue: 3.2.11
|
vue: 3.2.11
|
||||||
vue-demi: 0.11.4_vue@3.2.11
|
vue-demi: 0.11.4_vue@3.2.11
|
||||||
@ -51,9 +51,9 @@ dependencies:
|
|||||||
vue-router: 4.0.11_vue@3.2.11
|
vue-router: 4.0.11_vue@3.2.11
|
||||||
|
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@antfu/eslint-config': 0.8.1_eslint@7.32.0+typescript@4.4.3
|
'@antfu/eslint-config': 0.9.0_eslint@7.32.0+typescript@4.4.3
|
||||||
'@iconify/json': 1.1.400
|
'@iconify/json': 1.1.402
|
||||||
'@intlify/vite-plugin-vue-i18n': 2.4.0_53c9055e4d3f5ce0c7c9bb2001138b94
|
'@intlify/vite-plugin-vue-i18n': 2.4.0_7c49bb01591d729d48eb6f89d79af141
|
||||||
'@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': 1.6.2_@vue+compiler-sfc@3.2.11
|
'@vitejs/plugin-vue': 1.6.2_@vue+compiler-sfc@3.2.11
|
||||||
@ -64,26 +64,26 @@ devDependencies:
|
|||||||
eslint: 7.32.0
|
eslint: 7.32.0
|
||||||
https-localhost: 4.7.0
|
https-localhost: 4.7.0
|
||||||
markdown-it-link-attributes: 3.0.0
|
markdown-it-link-attributes: 3.0.0
|
||||||
markdown-it-prism: 2.2.0
|
markdown-it-prism: 2.2.1
|
||||||
pnpm: 6.14.7
|
pnpm: 6.15.1
|
||||||
typescript: 4.4.3
|
typescript: 4.4.3
|
||||||
unplugin-auto-import: 0.4.5_@vueuse+core@6.3.2+vite@2.5.6
|
unplugin-auto-import: 0.4.6_@vueuse+core@6.3.3+vite@2.5.8
|
||||||
unplugin-icons: 0.7.6_ab88f3ed6cd34af3ce86467cf77018e8
|
unplugin-icons: 0.11.3_97e2cd068af0c98f950f2f6254a6a84a
|
||||||
unplugin-vue-components: 0.15.0_vite@2.5.6+vue@3.2.11
|
unplugin-vue-components: 0.15.2_vite@2.5.8+vue@3.2.11
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
vite-plugin-inspect: 0.3.5_vite@2.5.6
|
vite-plugin-inspect: 0.3.6_vite@2.5.8
|
||||||
vite-plugin-md: 0.11.0_vite@2.5.6
|
vite-plugin-md: 0.11.0_vite@2.5.8
|
||||||
vite-plugin-pages: 0.18.0_1b68bac3c011b99fca01fbd3bec651bb
|
vite-plugin-pages: 0.18.0_feb30ba9f53af83529c8716caf3daee2
|
||||||
vite-plugin-pwa: 0.11.2_vite@2.5.6
|
vite-plugin-pwa: 0.11.2_vite@2.5.8
|
||||||
vite-plugin-vue-layouts: 0.4.1_vite@2.5.6
|
vite-plugin-vue-layouts: 0.4.1_vite@2.5.8
|
||||||
vite-plugin-windicss: 1.4.2_typescript@4.4.3+vite@2.5.6
|
vite-plugin-windicss: 1.4.3_typescript@4.4.3+vite@2.5.8
|
||||||
vite-ssg: 0.15.1_a05020cb06f51988f10705a8ab55a652
|
vite-ssg: 0.15.1_2294cea4aaf3fcbdc1821ff990ac98c7
|
||||||
vue-tsc: 0.3.0_typescript@4.4.3
|
vue-tsc: 0.3.0_typescript@4.4.3
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
/@antfu/eslint-config-basic/0.8.1_eslint@7.32.0:
|
/@antfu/eslint-config-basic/0.9.0_eslint@7.32.0:
|
||||||
resolution: {integrity: sha512-LUukPMgwvUTFxnsdMzi6zGmTCmqOul64BYs57R0YOKKxsza/ZvB/Wx3kwgsTxHUcc8i10mw9pAf8RhpHT35RcQ==}
|
resolution: {integrity: sha512-jiNycDenS19pppDvaa0oO3wWr4WDIog5Dz6WernBk+FsCyC7UzPfnG1KB3L/sovNVBB80wLZ7anGXZn0gKEHrQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.4.0'
|
eslint: '>=7.4.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -103,12 +103,12 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@antfu/eslint-config-react/0.8.1_eslint@7.32.0+typescript@4.4.3:
|
/@antfu/eslint-config-react/0.9.0_eslint@7.32.0+typescript@4.4.3:
|
||||||
resolution: {integrity: sha512-icUb5ZoghBv0ziTXYbz5GBamOssp0QVEgb8Hj+0c8Dd0KhYyL9F0WmoF3ml34ShWmjeZ9j/gEKR3voqwNhl0Ew==}
|
resolution: {integrity: sha512-5b4PHHamJfMTfzmcUb7rDg9oH34delky8ZmTJ+r5LLfbbPdIthYLS9Ybns5v3q6rjhhTsfHOQz3gxp9604tYbQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.4.0'
|
eslint: '>=7.4.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/eslint-config-ts': 0.8.1_eslint@7.32.0+typescript@4.4.3
|
'@antfu/eslint-config-ts': 0.9.0_eslint@7.32.0+typescript@4.4.3
|
||||||
eslint: 7.32.0
|
eslint: 7.32.0
|
||||||
eslint-plugin-react: 7.25.1_eslint@7.32.0
|
eslint-plugin-react: 7.25.1_eslint@7.32.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -116,13 +116,13 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@antfu/eslint-config-ts/0.8.1_eslint@7.32.0+typescript@4.4.3:
|
/@antfu/eslint-config-ts/0.9.0_eslint@7.32.0+typescript@4.4.3:
|
||||||
resolution: {integrity: sha512-aeYmVlbjiqtxJK0ulmA2m1njIKBc47VklKqtrdVE4xUw10ojCFMMilcYU5lG2Y92Kv5O+j6rpeCrLsTNA6FcPg==}
|
resolution: {integrity: sha512-FXLLgMVjh5MpBvMteYQeQ9vkeL/cV5vig7IRoAJIpG1E5cbE+ENJt6w1YBf45PLQmoV/eZZID7cnT8ZOJ9VJfQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.4.0'
|
eslint: '>=7.4.0'
|
||||||
typescript: '>=3.9'
|
typescript: '>=3.9'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/eslint-config-basic': 0.8.1_eslint@7.32.0
|
'@antfu/eslint-config-basic': 0.9.0_eslint@7.32.0
|
||||||
'@typescript-eslint/eslint-plugin': 4.31.0_d9c1bc16c4e2aea4e8e177a5961dd3bf
|
'@typescript-eslint/eslint-plugin': 4.31.0_d9c1bc16c4e2aea4e8e177a5961dd3bf
|
||||||
'@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.3
|
'@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.3
|
||||||
eslint: 7.32.0
|
eslint: 7.32.0
|
||||||
@ -131,12 +131,12 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@antfu/eslint-config-vue/0.8.1_eslint@7.32.0+typescript@4.4.3:
|
/@antfu/eslint-config-vue/0.9.0_eslint@7.32.0+typescript@4.4.3:
|
||||||
resolution: {integrity: sha512-iPEiIVIOnaXK2RO4MoT1hCRTtt6UI4XdVivOF8iiCPSzlL3CQwAUdf/qfFMYI5xtyqPk4gp93EIg7VMkUJLGqA==}
|
resolution: {integrity: sha512-h1Ab6TdcZyhQhBJIjr3CrI6U66x/izRddTQeF/OrjEyLz6HjeASbUOMgDQhmH9u47+6RP68cR6Wnjls/rlZb2g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.4.0'
|
eslint: '>=7.4.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/eslint-config-ts': 0.8.1_eslint@7.32.0+typescript@4.4.3
|
'@antfu/eslint-config-ts': 0.9.0_eslint@7.32.0+typescript@4.4.3
|
||||||
eslint: 7.32.0
|
eslint: 7.32.0
|
||||||
eslint-plugin-vue: 7.17.0_eslint@7.32.0
|
eslint-plugin-vue: 7.17.0_eslint@7.32.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -144,14 +144,28 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@antfu/eslint-config/0.8.1_eslint@7.32.0+typescript@4.4.3:
|
/@antfu/eslint-config/0.9.0_eslint@7.32.0+typescript@4.4.3:
|
||||||
resolution: {integrity: sha512-iKwo/Dh2H6ramJUuM7CZqCAGgOAq7AEjFGWhbno3rVjmfYpZU2xi3n46Q2ArzDHBQ1PcFg9e3kVw/mmKh99EEg==}
|
resolution: {integrity: sha512-oQ6kNRHfF7PqZocX2+mfvY/oNdLGPjysb9huVJzMji7QtLAVL5+25Mm/kzJEIfcFWxRpDqctOcflXLYFnXiroA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: '>=7.4.0'
|
eslint: '>=7.4.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/eslint-config-react': 0.8.1_eslint@7.32.0+typescript@4.4.3
|
'@antfu/eslint-config-react': 0.9.0_eslint@7.32.0+typescript@4.4.3
|
||||||
'@antfu/eslint-config-vue': 0.8.1_eslint@7.32.0+typescript@4.4.3
|
'@antfu/eslint-config-vue': 0.9.0_eslint@7.32.0+typescript@4.4.3
|
||||||
|
'@typescript-eslint/eslint-plugin': 4.31.0_d9c1bc16c4e2aea4e8e177a5961dd3bf
|
||||||
|
'@typescript-eslint/parser': 4.31.0_eslint@7.32.0+typescript@4.4.3
|
||||||
eslint: 7.32.0
|
eslint: 7.32.0
|
||||||
|
eslint-config-standard: 16.0.3_dfa64ed3583b1f068d7b5761cc0291ce
|
||||||
|
eslint-plugin-eslint-comments: 3.2.0_eslint@7.32.0
|
||||||
|
eslint-plugin-html: 6.1.2
|
||||||
|
eslint-plugin-import: 2.24.2_eslint@7.32.0
|
||||||
|
eslint-plugin-jsonc: 1.6.0_eslint@7.32.0
|
||||||
|
eslint-plugin-node: 11.1.0_eslint@7.32.0
|
||||||
|
eslint-plugin-promise: 5.1.0_eslint@7.32.0
|
||||||
|
eslint-plugin-unicorn: 35.0.0_eslint@7.32.0
|
||||||
|
eslint-plugin-vue: 7.17.0_eslint@7.32.0
|
||||||
|
eslint-plugin-yml: 0.10.0_eslint@7.32.0
|
||||||
|
jsonc-eslint-parser: 1.3.1
|
||||||
|
yaml-eslint-parser: 0.4.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
@ -1352,8 +1366,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==}
|
resolution: {integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify/json/1.1.400:
|
/@iconify/json/1.1.402:
|
||||||
resolution: {integrity: sha512-O6roK4lDFtaxKsqeul1iBFc92kiBxfpPQjRkgLFI+EshvQuNx3e8iUDnfqe0Fu7GWaFT2TeERBkrF76pjYy+nw==}
|
resolution: {integrity: sha512-ni2Sz5uDV9hjsSssZH02AOwPUCZtl4/VfVSeD073UMd+Va8NTqCzPmHZW4sNDAQHpkfWYZQRsA/WWVc4XMQY0A==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@intlify/bundle-utils/0.2.0_eslint@7.32.0:
|
/@intlify/bundle-utils/0.2.0_eslint@7.32.0:
|
||||||
@ -1418,7 +1432,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-zt0zlUdalumvT9AjQNxPXA36UgOndUyvBMplh8uRZU0fhWHAwhnJTcf0NaG9Qvr8I1n3HPSs96+kLb/YdwTavQ==}
|
resolution: {integrity: sha512-zt0zlUdalumvT9AjQNxPXA36UgOndUyvBMplh8uRZU0fhWHAwhnJTcf0NaG9Qvr8I1n3HPSs96+kLb/YdwTavQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
|
|
||||||
/@intlify/vite-plugin-vue-i18n/2.4.0_53c9055e4d3f5ce0c7c9bb2001138b94:
|
/@intlify/vite-plugin-vue-i18n/2.4.0_7c49bb01591d729d48eb6f89d79af141:
|
||||||
resolution: {integrity: sha512-DXBvl7JEEcChjrsCUHIBJUSqgAXJSUzbaZskzTuJy5K3FDCX/g9XfHVaw8lCUaW7jYF60BIsPr87sAP1QSGB0Q==}
|
resolution: {integrity: sha512-DXBvl7JEEcChjrsCUHIBJUSqgAXJSUzbaZskzTuJy5K3FDCX/g9XfHVaw8lCUaW7jYF60BIsPr87sAP1QSGB0Q==}
|
||||||
engines: {node: '>= 12'}
|
engines: {node: '>= 12'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@ -1430,7 +1444,7 @@ packages:
|
|||||||
'@rollup/pluginutils': 4.1.1
|
'@rollup/pluginutils': 4.1.1
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
fast-glob: 3.2.7
|
fast-glob: 3.2.7
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
vue-i18n: 9.1.7_vue@3.2.11
|
vue-i18n: 9.1.7_vue@3.2.11
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- eslint
|
- eslint
|
||||||
@ -1971,8 +1985,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-+CifxkLVhjKT14g/LMZil8//SdCzkMkS8VfRX0cqNJiFKK4AWvxj0KV1dhbr8czikY0DZUGQew3tRMRRChMGtA==}
|
resolution: {integrity: sha512-+CifxkLVhjKT14g/LMZil8//SdCzkMkS8VfRX0cqNJiFKK4AWvxj0KV1dhbr8czikY0DZUGQew3tRMRRChMGtA==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vueuse/core/6.3.2_vue@3.2.11:
|
/@vueuse/core/6.3.3_vue@3.2.11:
|
||||||
resolution: {integrity: sha512-Uq8XT4iH9tq7uIxsxDWeH3YXo5GJAJC9cB7q58oVMym3o34oO6AaMVDJd6HlqjzoIwoOAlsrd3ZLHrEUjBGPsw==}
|
resolution: {integrity: sha512-qa/0WYqcvqFKQmlkgsLGlXBrYcQeUi3fzHMIaxsD/lO/zm0IWBSN8CTFu91LwER5qNYs4DGhU5pu7jOdrTzAIQ==}
|
||||||
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
|
||||||
@ -1982,7 +1996,7 @@ packages:
|
|||||||
vue:
|
vue:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vueuse/shared': 6.3.2_vue@3.2.11
|
'@vueuse/shared': 6.3.3_vue@3.2.11
|
||||||
vue: 3.2.11
|
vue: 3.2.11
|
||||||
vue-demi: 0.11.4_vue@3.2.11
|
vue-demi: 0.11.4_vue@3.2.11
|
||||||
dev: false
|
dev: false
|
||||||
@ -1995,8 +2009,8 @@ packages:
|
|||||||
vue: 3.2.11
|
vue: 3.2.11
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vueuse/shared/6.3.2_vue@3.2.11:
|
/@vueuse/shared/6.3.3_vue@3.2.11:
|
||||||
resolution: {integrity: sha512-/KcGBbdxdjAPlmPjAs6Zs5dVWMYYL5eK7/c1kPExRIO7HKVRnV6scUYWgmU4qMP9ZVB8XD2tF+5JuWz3vAHuAw==}
|
resolution: {integrity: sha512-2+YPRhFNUXEhhvKNTWBtNU6hGkft9+mfYSVjI4hZu2U8KDbNNKF/215lBPzMYI2twScDtPsAssQ+vu5t9PBy0g==}
|
||||||
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
|
||||||
@ -2010,11 +2024,11 @@ packages:
|
|||||||
vue-demi: 0.11.4_vue@3.2.11
|
vue-demi: 0.11.4_vue@3.2.11
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@windicss/config/1.4.2_typescript@4.4.3:
|
/@windicss/config/1.4.3_typescript@4.4.3:
|
||||||
resolution: {integrity: sha512-wjvZH1m8Rb60zCxYQDiZmgpSsljirqBNWsKo5G7JbkHGuEgCQdC+27jtPWQoMyBJY2w76Ofa7+7jvMqgoAS+ag==}
|
resolution: {integrity: sha512-6lm1EFmnDHfmgyVl2PJ2PVy4puYp6+99QFkuQlzcjAZfJ1bLGtk1Yl/LlWTz2BVzORUvqWmGLFXTCC1oPBrGVQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
jiti: 1.11.0
|
jiti: 1.12.0
|
||||||
tsup: 4.14.0_typescript@4.4.3
|
tsup: 4.14.0_typescript@4.4.3
|
||||||
windicss: 3.1.7
|
windicss: 3.1.7
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -2023,11 +2037,11 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@windicss/plugin-utils/1.4.2_typescript@4.4.3:
|
/@windicss/plugin-utils/1.4.3_typescript@4.4.3:
|
||||||
resolution: {integrity: sha512-EVMclEc8lSp03ljQIviKGe9SjdJkxkhwL99H8fAVRKVDJXhTAlpRc8nqcnkf8agZ4eTY6BE3kEJaC9hDICLjBg==}
|
resolution: {integrity: sha512-hxZWUAI623olh8FemHMWYllS3CVnm1SvBoQG5U556MDfcjAcRY/0rLkGUoaW+wMbJcCdP8+GpqYdPui05XqvCw==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.2.4
|
'@antfu/utils': 0.2.4
|
||||||
'@windicss/config': 1.4.2_typescript@4.4.3
|
'@windicss/config': 1.4.3_typescript@4.4.3
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
fast-glob: 3.2.7
|
fast-glob: 3.2.7
|
||||||
magic-string: 0.25.7
|
magic-string: 0.25.7
|
||||||
@ -4068,8 +4082,8 @@ packages:
|
|||||||
supports-color: 7.2.0
|
supports-color: 7.2.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/jiti/1.11.0:
|
/jiti/1.12.0:
|
||||||
resolution: {integrity: sha512-/2c7e61hxxTIN34UeHBB0LCJ5Tq64kgJDV7GR+++e8XRxCKRIKmB8tH6ww1W+Z6Kgd6By+C3RSCu1lXjbPT68A==}
|
resolution: {integrity: sha512-0yGfdPjYZ+RkYR9HRo9cbeS7UiOleg+1Wg0QNk0vOjeSaXNw0dKp7fz+JeqEpHjmFuTN48eh7bY0FsizSYOLDQ==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@ -4381,11 +4395,11 @@ packages:
|
|||||||
resolution: {integrity: sha512-B34ySxVeo6MuEGSPCWyIYryuXINOvngNZL87Mp7YYfKIf6DcD837+lXA8mo6EBbauKsnGz22ZH0zsbOiQRWTNg==}
|
resolution: {integrity: sha512-B34ySxVeo6MuEGSPCWyIYryuXINOvngNZL87Mp7YYfKIf6DcD837+lXA8mo6EBbauKsnGz22ZH0zsbOiQRWTNg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/markdown-it-prism/2.2.0:
|
/markdown-it-prism/2.2.1:
|
||||||
resolution: {integrity: sha512-GOcP+oOt5AJHwD/6hnrdLXCSw1ZfjCCGblsmrPEyc5zEuNtRYYUjOsDX2eH5xoWTddnRwWlTT2EL/yN6mDcDwQ==}
|
resolution: {integrity: sha512-Lo7nQxI+x+MXQkeEXVNIer7fWCGasuEEMxYU63HJCxZNF8bfzWrXDHGsxv0a/qD3mL4sYHj0jUFT0h4fG8WQVw==}
|
||||||
engines: {node: '>=6.0.0'}
|
engines: {node: '>=6.0.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
prismjs: 1.24.1
|
prismjs: 1.25.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/markdown-it/12.2.0:
|
/markdown-it/12.2.0:
|
||||||
@ -4817,8 +4831,8 @@ packages:
|
|||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/pinia/2.0.0-rc.8_typescript@4.4.3+vue@3.2.11:
|
/pinia/2.0.0-rc.9_typescript@4.4.3+vue@3.2.11:
|
||||||
resolution: {integrity: sha512-T+ZKYw9mtMI9GvC358UsS5B8CysAr+D44rL7mmN50ww0b5lamiw022IZcXmRQa1oJrZKzwrwwxJ25A10SIq3lg==}
|
resolution: {integrity: sha512-JrFnxKbuyYPEZ6ZS56sBHRzabZj+5xkJj8jxCHGNJ1h2I824QJuLXJVV/3pgkUw0pfXYrRxcO6EiV9+wapSicg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/composition-api': ^1.1.4
|
'@vue/composition-api': ^1.1.4
|
||||||
typescript: ^4.4.2
|
typescript: ^4.4.2
|
||||||
@ -4861,8 +4875,8 @@ packages:
|
|||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/pnpm/6.14.7:
|
/pnpm/6.15.1:
|
||||||
resolution: {integrity: sha512-/pjz4Eod3Heyxw/QCGLYpkZR8YNuzTTblgcVC+qvvYCtX0Wb5J9jVcbHoSRqC2jeo4ldtg8H9dssPlHlH50I7w==}
|
resolution: {integrity: sha512-hYGK8xlLdMj/sFhOLJ+x8IotsOkBp01c2mdWdLeKlUdA6EOl/RNWRp+7dUWs3Si2E1zgdTiHsEgNGYffv0PyLQ==}
|
||||||
engines: {node: '>=12.17'}
|
engines: {node: '>=12.17'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
@ -4984,8 +4998,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-EL9ifuU/F8tEldoCa2sspiiLWysCL54xDbf2gN/ubwdtbuJROqOGopG5kSwunapwaioT+jLUQ/Ky+7jnv62xJA==}
|
resolution: {integrity: sha512-EL9ifuU/F8tEldoCa2sspiiLWysCL54xDbf2gN/ubwdtbuJROqOGopG5kSwunapwaioT+jLUQ/Ky+7jnv62xJA==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/prismjs/1.24.1:
|
/prismjs/1.25.0:
|
||||||
resolution: {integrity: sha512-mNPsedLuk90RVJioIky8ANZEwYm5w9LcvCXrxHlwf4fNVSn8jEipMybMkWUyyF0JhnC+C4VcOVSBuHRKs1L5Ow==}
|
resolution: {integrity: sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/process-nextick-args/2.0.1:
|
/process-nextick-args/2.0.1:
|
||||||
@ -6012,8 +6026,8 @@ packages:
|
|||||||
engines: {node: '>= 0.8'}
|
engines: {node: '>= 0.8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin-auto-import/0.4.5_@vueuse+core@6.3.2+vite@2.5.6:
|
/unplugin-auto-import/0.4.6_@vueuse+core@6.3.3+vite@2.5.8:
|
||||||
resolution: {integrity: sha512-newc1GYPYhGQkR4WcORsGtFaEgZ3KvMyP7IOEcicXe2i/y12/w0u8HD47YogRf6UMdzaeJRqeqM5chCmClwSvQ==}
|
resolution: {integrity: sha512-QCfCLsPUXPm8Xu81QKRLNCxb+6CwAUnQdH4x0Y+wD2xTZZmt7WHJoueQO5Y+tCtYAZ9QPg+b6wv+5FtBfIPkVw==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vueuse/core': ^6.0.0
|
'@vueuse/core': ^6.0.0
|
||||||
@ -6023,19 +6037,19 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/utils': 0.3.0
|
'@antfu/utils': 0.3.0
|
||||||
'@rollup/pluginutils': 4.1.1
|
'@rollup/pluginutils': 4.1.1
|
||||||
'@vueuse/core': 6.3.2_vue@3.2.11
|
'@vueuse/core': 6.3.3_vue@3.2.11
|
||||||
has-pkg: 0.0.1
|
has-pkg: 0.0.1
|
||||||
magic-string: 0.25.7
|
magic-string: 0.25.7
|
||||||
resolve: 1.20.0
|
resolve: 1.20.0
|
||||||
unplugin: 0.2.7_vite@2.5.6
|
unplugin: 0.2.11_vite@2.5.8
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- vite
|
- vite
|
||||||
- webpack
|
- webpack
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin-icons/0.7.6_ab88f3ed6cd34af3ce86467cf77018e8:
|
/unplugin-icons/0.11.3_97e2cd068af0c98f950f2f6254a6a84a:
|
||||||
resolution: {integrity: sha512-P9Uvto2ImdIYovkk13YBkr/o5GRyYsjaVerrcP2AnAewqxcEh20IB71ZkTWog9ywTnGgv0sfeIlOQplbbaCzbw==}
|
resolution: {integrity: sha512-qJMi1YBv6QN2R6lu+l7dR+W3LXmen09/h2OzD9324YOvRM6ElsmaCWvc5uuvAVUSpSuuAKfb+Ay1lCIfpb34RA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@iconify/json': '*'
|
'@iconify/json': '*'
|
||||||
'@svgr/core': ^5.5.0
|
'@svgr/core': ^5.5.0
|
||||||
@ -6052,19 +6066,20 @@ packages:
|
|||||||
vue-template-es2015-compiler:
|
vue-template-es2015-compiler:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/json': 1.1.400
|
'@antfu/utils': 0.3.0
|
||||||
|
'@iconify/json': 1.1.402
|
||||||
'@iconify/json-tools': 1.0.10
|
'@iconify/json-tools': 1.0.10
|
||||||
'@vue/compiler-sfc': 3.2.11
|
'@vue/compiler-sfc': 3.2.11
|
||||||
has-pkg: 0.0.1
|
has-pkg: 0.0.1
|
||||||
unplugin: 0.2.4_vite@2.5.6
|
unplugin: 0.2.11_vite@2.5.8
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
- vite
|
- vite
|
||||||
- webpack
|
- webpack
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin-vue-components/0.15.0_vite@2.5.6+vue@3.2.11:
|
/unplugin-vue-components/0.15.2_vite@2.5.8+vue@3.2.11:
|
||||||
resolution: {integrity: sha512-qnK2OmhbE02ZlfvN6m8vYwvVGoWMf0m2d85wCbQKXJeDJ1XdKrnGs3Lyq4VrO7n8zpX34hOkZWHdXBOWkElEDw==}
|
resolution: {integrity: sha512-g9IUvBzRTJw2TniXVVtzkxs+VNJ5buzzsG7vIQdwh28830AYo052l//hCTv/4tvT4wPGJiCCZQdJ8O5MREDbuQ==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vue: 2 || 3
|
vue: 2 || 3
|
||||||
@ -6077,7 +6092,7 @@ packages:
|
|||||||
magic-string: 0.25.7
|
magic-string: 0.25.7
|
||||||
minimatch: 3.0.4
|
minimatch: 3.0.4
|
||||||
resolve: 1.20.0
|
resolve: 1.20.0
|
||||||
unplugin: 0.2.7_vite@2.5.6
|
unplugin: 0.2.11_vite@2.5.8
|
||||||
vue: 3.2.11
|
vue: 3.2.11
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- rollup
|
- rollup
|
||||||
@ -6086,30 +6101,12 @@ packages:
|
|||||||
- webpack
|
- webpack
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin/0.2.4_vite@2.5.6:
|
/unplugin/0.2.11_vite@2.5.8:
|
||||||
resolution: {integrity: sha512-BwiCOnbEx/LMKegZblvOO/pDORHiHJgWAiEwsSsF/KOOYvZWtIwrqGs2/kCWGlGIS+3AGbvcpzoGlKcdsf0LBQ==}
|
resolution: {integrity: sha512-PY8x+hG1smsF06chESP5BurwZN+tZK1tNjKsCXe4XFOfRCIOcrIPCrwBKwLSfeAdojVCtMjSpJ2e/l5QXNw16A==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
rollup: ^2.50.0
|
rollup: ^2.50.0
|
||||||
vite: ^2.3.0
|
vite: ^2.3.0
|
||||||
webpack: ^4.0.0
|
webpack: 4 || 5
|
||||||
peerDependenciesMeta:
|
|
||||||
rollup:
|
|
||||||
optional: true
|
|
||||||
vite:
|
|
||||||
optional: true
|
|
||||||
webpack:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
vite: 2.5.6
|
|
||||||
webpack-virtual-modules: 0.4.3
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/unplugin/0.2.7_vite@2.5.6:
|
|
||||||
resolution: {integrity: sha512-KcMTl+aF+UhNOUvUdxwxHiOhvIoFe++foE2GgblFmXsnjdRYYggd2Tg7wopljCnOyiv5IspQRKfAvpyc4qtzuw==}
|
|
||||||
peerDependencies:
|
|
||||||
rollup: ^2.50.0
|
|
||||||
vite: ^2.3.0
|
|
||||||
webpack: ^4.0.0
|
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
rollup:
|
rollup:
|
||||||
optional: true
|
optional: true
|
||||||
@ -6119,7 +6116,7 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
upath: 2.0.1
|
upath: 2.0.1
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
webpack-virtual-modules: 0.4.3
|
webpack-virtual-modules: 0.4.3
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@ -6168,30 +6165,30 @@ packages:
|
|||||||
engines: {node: '>= 0.8'}
|
engines: {node: '>= 0.8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-inspect/0.3.5_vite@2.5.6:
|
/vite-plugin-inspect/0.3.6_vite@2.5.8:
|
||||||
resolution: {integrity: sha512-gg4wDTakNoUdEgeJHb450p4EXpVJj0TAMlgINoPWLyiEnV+6PRbta6ejaj0zEV4RWo2eDjDhdQc3BZvvPmt3sA==}
|
resolution: {integrity: sha512-MN82rowBE7FyygA9riUaoa1PsPcJjwBR3cz+CwzCXA/8mkqFdrD8KL+p+xS7cf33sV2vDzLwpELvg9kMUn7c7g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.0
|
vite: ^2.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
sirv: 1.0.17
|
sirv: 1.0.17
|
||||||
ufo: 0.7.9
|
ufo: 0.7.9
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-md/0.11.0_vite@2.5.6:
|
/vite-plugin-md/0.11.0_vite@2.5.8:
|
||||||
resolution: {integrity: sha512-sEwJQ0nBawYCEnMGEGsvxA6WM2sBXBFa0SMEAlMiNxivzDCR2/HWc/5qzZAh6ZJ66mivW+1WDruVVtiq/3EqLA==}
|
resolution: {integrity: sha512-sEwJQ0nBawYCEnMGEGsvxA6WM2sBXBFa0SMEAlMiNxivzDCR2/HWc/5qzZAh6ZJ66mivW+1WDruVVtiq/3EqLA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.0
|
vite: ^2.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
markdown-it: 12.2.0
|
markdown-it: 12.2.0
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-pages/0.18.0_1b68bac3c011b99fca01fbd3bec651bb:
|
/vite-plugin-pages/0.18.0_feb30ba9f53af83529c8716caf3daee2:
|
||||||
resolution: {integrity: sha512-OnxTDC60HTpc8PjRR0dYu0myJqTVxXgju0LHvM7M3Au0e6kVM1tkbXyUFA6s0F2fZoMwP+Y7TRI25shd6tJKqg==}
|
resolution: {integrity: sha512-OnxTDC60HTpc8PjRR0dYu0myJqTVxXgju0LHvM7M3Au0e6kVM1tkbXyUFA6s0F2fZoMwP+Y7TRI25shd6tJKqg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@vue/compiler-sfc': '>=3'
|
'@vue/compiler-sfc': '>=3'
|
||||||
@ -6206,13 +6203,13 @@ packages:
|
|||||||
deep-equal: 2.0.5
|
deep-equal: 2.0.5
|
||||||
fast-glob: 3.2.7
|
fast-glob: 3.2.7
|
||||||
json5: 2.2.0
|
json5: 2.2.0
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
yaml: 2.0.0-7
|
yaml: 2.0.0-7
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-pwa/0.11.2_vite@2.5.6:
|
/vite-plugin-pwa/0.11.2_vite@2.5.8:
|
||||||
resolution: {integrity: sha512-TlsXarwMrt8ccITZaag9yYkBfABn+HfUnZIFDxpX4TwON3F0KSpza72NSqVt8zIjt55+iU1tGonwjxvUAmKYxw==}
|
resolution: {integrity: sha512-TlsXarwMrt8ccITZaag9yYkBfABn+HfUnZIFDxpX4TwON3F0KSpza72NSqVt8zIjt55+iU1tGonwjxvUAmKYxw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.0
|
vite: ^2.0.0
|
||||||
@ -6221,7 +6218,7 @@ packages:
|
|||||||
fast-glob: 3.2.7
|
fast-glob: 3.2.7
|
||||||
pretty-bytes: 5.6.0
|
pretty-bytes: 5.6.0
|
||||||
rollup: 2.56.3
|
rollup: 2.56.3
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
workbox-build: 6.2.4
|
workbox-build: 6.2.4
|
||||||
workbox-window: 6.2.4
|
workbox-window: 6.2.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@ -6229,7 +6226,7 @@ packages:
|
|||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-vue-layouts/0.4.1_vite@2.5.6:
|
/vite-plugin-vue-layouts/0.4.1_vite@2.5.8:
|
||||||
resolution: {integrity: sha512-N4mrjqisD3Ys0F+3Rytq3F8LcIo3a0o+7tpkr/ck8UGLpHBJVb1Ce09cBPO28Mi8ZKAyxMuoqDuZant8QdBnag==}
|
resolution: {integrity: sha512-N4mrjqisD3Ys0F+3Rytq3F8LcIo3a0o+7tpkr/ck8UGLpHBJVb1Ce09cBPO28Mi8ZKAyxMuoqDuZant8QdBnag==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.5.0
|
vite: ^2.5.0
|
||||||
@ -6237,22 +6234,22 @@ packages:
|
|||||||
'@vue/compiler-sfc': 3.2.9
|
'@vue/compiler-sfc': 3.2.9
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
fast-glob: 3.2.7
|
fast-glob: 3.2.7
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
vue: 3.2.9
|
vue: 3.2.9
|
||||||
vue-router: 4.0.11_vue@3.2.9
|
vue-router: 4.0.11_vue@3.2.9
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-windicss/1.4.2_typescript@4.4.3+vite@2.5.6:
|
/vite-plugin-windicss/1.4.3_typescript@4.4.3+vite@2.5.8:
|
||||||
resolution: {integrity: sha512-lyjyZ7q/5CiRppKH5RrSuchE7vz4N6LWT5cJOeTsh2bCFAEuBURmIJGOtLGL7uYfmXjNRZjQIS98BV0aQ7kFDw==}
|
resolution: {integrity: sha512-gHlN+2kQxMI3mgAv0hMXEMPk2JRSYtqD8POwlSl+ZKMF7nfB3lxZVT65xIk14y33tYLFtj32l+xr/4CEKrShCA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.1
|
vite: ^2.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
'@windicss/plugin-utils': 1.4.2_typescript@4.4.3
|
'@windicss/plugin-utils': 1.4.3_typescript@4.4.3
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
debug: 4.3.2
|
debug: 4.3.2
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
windicss: 3.1.7
|
windicss: 3.1.7
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
@ -6260,7 +6257,7 @@ packages:
|
|||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-ssg/0.15.1_a05020cb06f51988f10705a8ab55a652:
|
/vite-ssg/0.15.1_2294cea4aaf3fcbdc1821ff990ac98c7:
|
||||||
resolution: {integrity: sha512-Zgqgd29p+MDBs0tqf2zJFsYVLM3jDFU2Z/zbO9+MLXSeyQlRzVb+wEK4AbvytZvMkKB1Md6+60fWFvCcTOCGwg==}
|
resolution: {integrity: sha512-Zgqgd29p+MDBs0tqf2zJFsYVLM3jDFU2Z/zbO9+MLXSeyQlRzVb+wEK4AbvytZvMkKB1Md6+60fWFvCcTOCGwg==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -6286,7 +6283,7 @@ packages:
|
|||||||
jsdom: 16.7.0
|
jsdom: 16.7.0
|
||||||
prettier: 2.3.2
|
prettier: 2.3.2
|
||||||
read-pkg-up: 7.0.1
|
read-pkg-up: 7.0.1
|
||||||
vite: 2.5.6
|
vite: 2.5.8
|
||||||
vue: 3.2.11
|
vue: 3.2.11
|
||||||
vue-router: 4.0.11_vue@3.2.11
|
vue-router: 4.0.11_vue@3.2.11
|
||||||
yargs: 17.1.1
|
yargs: 17.1.1
|
||||||
@ -6297,8 +6294,8 @@ packages:
|
|||||||
- utf-8-validate
|
- utf-8-validate
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite/2.5.6:
|
/vite/2.5.8:
|
||||||
resolution: {integrity: sha512-P++qzXuOPhTql8iDamsatlJfD7/yGi8NCNwzyqkB2p0jrNJC567WEdXiKn3hQ+ZV8amQmB2dTH6svo3Z2tJ6MQ==}
|
resolution: {integrity: sha512-2GRsLrmMsFI0u31WTtkGbKvEIJO4I9qDltma3QiyDJEk14IzjM35OCElAFHFs2VlL7h2qX5AdHbwfEhnmwhQgw==}
|
||||||
engines: {node: '>=12.2.0'}
|
engines: {node: '>=12.2.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -28,9 +28,9 @@ watchEffect(() => {
|
|||||||
<p class="text-sm mt-4">
|
<p class="text-sm mt-4">
|
||||||
<span class="opacity-75">{{ t('intro.aka') }}:</span>
|
<span class="opacity-75">{{ t('intro.aka') }}:</span>
|
||||||
<ul>
|
<ul>
|
||||||
<li v-for="name in user.otherNames" :key="name">
|
<li v-for="otherName in user.otherNames" :key="otherName">
|
||||||
<router-link :to="`/hi/${name}`" replace>
|
<router-link :to="`/hi/${otherName}`" replace>
|
||||||
{{ name }}
|
{{ otherName }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -36,13 +36,13 @@ const { t } = useI18n()
|
|||||||
:aria-label="t('intro.whats-your-name')"
|
:aria-label="t('intro.whats-your-name')"
|
||||||
type="text"
|
type="text"
|
||||||
autocomplete="false"
|
autocomplete="false"
|
||||||
@keydown.enter="go"
|
|
||||||
p="x-4 y-2"
|
p="x-4 y-2"
|
||||||
w="250px"
|
w="250px"
|
||||||
text="center"
|
text="center"
|
||||||
bg="transparent"
|
bg="transparent"
|
||||||
border="~ rounded gray-200 dark:gray-700"
|
border="~ rounded gray-200 dark:gray-700"
|
||||||
outline="none active:none"
|
outline="none active:none"
|
||||||
|
@keydown.enter="go"
|
||||||
>
|
>
|
||||||
<label class="hidden" for="input">{{ t('intro.whats-your-name') }}</label>
|
<label class="hidden" for="input">{{ t('intro.whats-your-name') }}</label>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user