chore: upgrade deps - pnpm@7
This commit is contained in:
12
README.md
12
README.md
@@ -41,7 +41,7 @@ pnpm dev
|
||||
# http://localhost:3333
|
||||
```
|
||||
|
||||
## docker
|
||||
## Docker
|
||||
|
||||
您可以选择从 Docker Hub 拉取最新的镜像,或本地自行构建。
|
||||
|
||||
@@ -50,8 +50,12 @@ pnpm dev
|
||||
```bash
|
||||
# 从 Docker Hub 拉取最新的镜像
|
||||
docker pull yunyoujun/cook:latest
|
||||
# 启动容器,然后打开 http://localhost:3333
|
||||
docker run -it -d --name cook_dev -p 3333:3333 yunyoujun/cook:latest
|
||||
# 新建并启动容器,然后打开 http://localhost:3333
|
||||
docker run -it -d --name cook -p 3333:3333 yunyoujun/cook:latest
|
||||
|
||||
# 启动与停止
|
||||
docker start cook
|
||||
docker stop cook
|
||||
```
|
||||
|
||||
### 自己本地构建
|
||||
@@ -60,7 +64,7 @@ docker run -it -d --name cook_dev -p 3333:3333 yunyoujun/cook:latest
|
||||
# 本地构建
|
||||
docker build . -t yourname/cook:localdev
|
||||
# 启动容器,然后打开 http://localhost:3333
|
||||
docker run -it -d --name cook_dev -p 3333:3333 yourname/cook:localdev
|
||||
docker run -it -d --name cook -p 3333:3333 yourname/cook:localdev
|
||||
```
|
||||
|
||||
## 致谢
|
||||
|
||||
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@6.32.3",
|
||||
"packageManager": "pnpm@7.0.0",
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
@@ -27,10 +27,10 @@
|
||||
"vue-router": "^4.0.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.22.0",
|
||||
"@antfu/eslint-config": "^0.23.0",
|
||||
"@iconify-json/fe": "^1.1.1",
|
||||
"@iconify-json/gg": "^1.1.1",
|
||||
"@iconify-json/ic": "^1.1.2",
|
||||
"@iconify-json/ic": "^1.1.3",
|
||||
"@iconify-json/mdi": "^1.1.10",
|
||||
"@iconify-json/ri": "^1.1.1",
|
||||
"@types/markdown-it-link-attributes": "^3.0.1",
|
||||
@@ -44,21 +44,21 @@
|
||||
"https-localhost": "^4.7.1",
|
||||
"markdown-it-link-attributes": "^4.0.0",
|
||||
"markdown-it-prism": "^2.2.4",
|
||||
"pnpm": "^6.32.11",
|
||||
"pnpm": "^7.0.0",
|
||||
"sass": "^1.51.0",
|
||||
"star-markdown-css": "^0.3.3",
|
||||
"typescript": "^4.6.4",
|
||||
"unocss": "^0.32.8",
|
||||
"unocss": "^0.32.9",
|
||||
"unplugin-auto-import": "^0.7.1",
|
||||
"unplugin-vue-components": "^0.19.3",
|
||||
"vite": "^2.9.6",
|
||||
"vite": "^2.9.7",
|
||||
"vite-plugin-inspect": "^0.5.0",
|
||||
"vite-plugin-md": "^0.13.0",
|
||||
"vite-plugin-pages": "^0.23.0",
|
||||
"vite-plugin-pwa": "^0.12.0",
|
||||
"vite-plugin-vue-layouts": "^0.6.0",
|
||||
"vite-ssg": "^0.19.2",
|
||||
"vite-ssg-sitemap": "^0.2.5",
|
||||
"vite-ssg-sitemap": "^0.2.6",
|
||||
"vue-toastification": "^2.0.0-rc.5",
|
||||
"vue-tsc": "^0.34.11"
|
||||
}
|
||||
|
||||
385
pnpm-lock.yaml
generated
385
pnpm-lock.yaml
generated
@@ -1,11 +1,11 @@
|
||||
lockfileVersion: 5.3
|
||||
lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
'@antfu/eslint-config': ^0.22.0
|
||||
'@antfu/eslint-config': ^0.23.0
|
||||
'@gtm-support/vue-gtm': ^1.4.0
|
||||
'@iconify-json/fe': ^1.1.1
|
||||
'@iconify-json/gg': ^1.1.1
|
||||
'@iconify-json/ic': ^1.1.2
|
||||
'@iconify-json/ic': ^1.1.3
|
||||
'@iconify-json/mdi': ^1.1.10
|
||||
'@iconify-json/ri': ^1.1.1
|
||||
'@types/markdown-it-link-attributes': ^3.0.1
|
||||
@@ -23,22 +23,22 @@ specifiers:
|
||||
markdown-it-prism: ^2.2.4
|
||||
nprogress: ^0.2.0
|
||||
pinia: ^2.0.13
|
||||
pnpm: ^6.32.11
|
||||
pnpm: ^7.0.0
|
||||
prism-theme-vars: ^0.2.2
|
||||
sass: ^1.51.0
|
||||
star-markdown-css: ^0.3.3
|
||||
typescript: ^4.6.4
|
||||
unocss: ^0.32.8
|
||||
unocss: ^0.32.9
|
||||
unplugin-auto-import: ^0.7.1
|
||||
unplugin-vue-components: ^0.19.3
|
||||
vite: ^2.9.6
|
||||
vite: ^2.9.7
|
||||
vite-plugin-inspect: ^0.5.0
|
||||
vite-plugin-md: ^0.13.0
|
||||
vite-plugin-pages: ^0.23.0
|
||||
vite-plugin-pwa: ^0.12.0
|
||||
vite-plugin-vue-layouts: ^0.6.0
|
||||
vite-ssg: ^0.19.2
|
||||
vite-ssg-sitemap: ^0.2.5
|
||||
vite-ssg-sitemap: ^0.2.6
|
||||
vue: ^3.2.33
|
||||
vue-about-me: ^1.2.7
|
||||
vue-demi: ^0.12.5
|
||||
@@ -51,7 +51,7 @@ dependencies:
|
||||
'@vueuse/core': 8.3.1_vue@3.2.33
|
||||
'@vueuse/head': 0.7.6_vue@3.2.33
|
||||
nprogress: 0.2.0
|
||||
pinia: 2.0.13_typescript@4.6.4+vue@3.2.33
|
||||
pinia: 2.0.13_ytvqwwdyss532bvoq2clv4ed5m
|
||||
prism-theme-vars: 0.2.2
|
||||
vue: 3.2.33
|
||||
vue-about-me: 1.2.7
|
||||
@@ -59,15 +59,15 @@ dependencies:
|
||||
vue-router: 4.0.14_vue@3.2.33
|
||||
|
||||
devDependencies:
|
||||
'@antfu/eslint-config': 0.22.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@antfu/eslint-config': 0.23.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
'@iconify-json/fe': 1.1.1
|
||||
'@iconify-json/gg': 1.1.1
|
||||
'@iconify-json/ic': 1.1.2
|
||||
'@iconify-json/ic': 1.1.3
|
||||
'@iconify-json/mdi': 1.1.10
|
||||
'@iconify-json/ri': 1.1.1
|
||||
'@types/markdown-it-link-attributes': 3.0.1
|
||||
'@types/nprogress': 0.2.0
|
||||
'@vitejs/plugin-vue': 2.3.1_vite@2.9.6+vue@3.2.33
|
||||
'@vitejs/plugin-vue': 2.3.1_vite@2.9.7+vue@3.2.33
|
||||
consola: 2.15.3
|
||||
critters: 0.0.16
|
||||
cross-env: 7.0.3
|
||||
@@ -76,21 +76,21 @@ devDependencies:
|
||||
https-localhost: 4.7.1
|
||||
markdown-it-link-attributes: 4.0.0
|
||||
markdown-it-prism: 2.2.4
|
||||
pnpm: 6.32.11
|
||||
pnpm: 7.0.0
|
||||
sass: 1.51.0
|
||||
star-markdown-css: 0.3.3
|
||||
typescript: 4.6.4
|
||||
unocss: 0.32.8_vite@2.9.6
|
||||
unplugin-auto-import: 0.7.1_@vueuse+core@8.3.1+vite@2.9.6
|
||||
unplugin-vue-components: 0.19.3_vite@2.9.6+vue@3.2.33
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite-plugin-inspect: 0.5.0_vite@2.9.6
|
||||
vite-plugin-md: 0.13.0_vite@2.9.6
|
||||
vite-plugin-pages: 0.23.0_vite@2.9.6
|
||||
vite-plugin-pwa: 0.12.0_vite@2.9.6
|
||||
vite-plugin-vue-layouts: 0.6.0_46a694bae06abddfad7399bb26d64ccb
|
||||
vite-ssg: 0.19.2_df629b3e0950eaa377a8a831fd5df6d0
|
||||
vite-ssg-sitemap: 0.2.5
|
||||
unocss: 0.32.9_vite@2.9.7
|
||||
unplugin-auto-import: 0.7.1_ughpjznvtpymuf7ubf7g3kiiem
|
||||
unplugin-vue-components: 0.19.3_vite@2.9.7+vue@3.2.33
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
vite-plugin-inspect: 0.5.0_vite@2.9.7
|
||||
vite-plugin-md: 0.13.0_vite@2.9.7
|
||||
vite-plugin-pages: 0.23.0_vite@2.9.7
|
||||
vite-plugin-pwa: 0.12.0_vite@2.9.7
|
||||
vite-plugin-vue-layouts: 0.6.0_cy27blvoe2cwdzwso5wue736a4
|
||||
vite-ssg: 0.19.2_csn2dxpwjxhcufqcjewtaqepne
|
||||
vite-ssg-sitemap: 0.2.6
|
||||
vue-toastification: 2.0.0-rc.5_vue@3.2.33
|
||||
vue-tsc: 0.34.11_typescript@4.6.4
|
||||
|
||||
@@ -103,13 +103,13 @@ packages:
|
||||
'@jridgewell/trace-mapping': 0.3.9
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config-basic/0.22.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-c9KMc7uQXRaTNLUAgmFYImNkzj3Ae8zCpdVZXfMep+PYOClG3lEJ3s66qdB7u8mNAoIxcnZTE9n6ya/Y0/iXtA==}
|
||||
/@antfu/eslint-config-basic/0.23.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-Jygnpgq+9Rb7gBjeQjWx5SNUBPfcHtCh87nydHKXc3hly/wi2pwebp0lZMJahSfIH38DYpVTj4q4pl4lAh1sNA==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
dependencies:
|
||||
eslint: 8.14.0
|
||||
eslint-plugin-antfu: 0.22.0_eslint@8.14.0+typescript@4.6.4
|
||||
eslint-plugin-antfu: 0.23.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.14.0
|
||||
eslint-plugin-html: 6.2.0
|
||||
eslint-plugin-import: 2.26.0_eslint@8.14.0
|
||||
@@ -126,12 +126,12 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config-react/0.22.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-68biOuGUrNDXfnCs+mZUzFnipB13TMhKrNdZrye/6fheoAiTOA+lwx5ipQcYaOdFn16vzPSUqjTq+lzpUVbdKg==}
|
||||
/@antfu/eslint-config-react/0.23.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-bF/4ngA9IEv9WconCtKneub1xlFRu/XBVmkbYzfXSZk8QcrNfb+BZOuLQihxCSo534ulh2zWbxc4EsS/4AOs9Q==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
dependencies:
|
||||
'@antfu/eslint-config-ts': 0.22.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@antfu/eslint-config-ts': 0.23.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
eslint: 8.14.0
|
||||
eslint-plugin-react: 7.29.4_eslint@8.14.0
|
||||
transitivePeerDependencies:
|
||||
@@ -139,27 +139,27 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config-ts/0.22.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-jEFQO39emkurhusaDzUJYqpQcaGgnd81yhSZMEgV+VOn5JCKpIm/65pPvmW0ETFjr1MpHJ1eNyYIm1mL9BMqpg==}
|
||||
/@antfu/eslint-config-ts/0.23.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-3nLrgj0jLyznTAgBxsRj9HbmnHcHw9RkYVorkge7gf2yVRXXTsjbjYo4O7YSsq/ZrF9Wj4gOJWiX5uVI981V8A==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
typescript: '>=3.9'
|
||||
dependencies:
|
||||
'@antfu/eslint-config-basic': 0.22.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@typescript-eslint/eslint-plugin': 5.21.0_ade6595cb7be1524e723c025c098ae5d
|
||||
'@typescript-eslint/parser': 5.21.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@antfu/eslint-config-basic': 0.23.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
'@typescript-eslint/eslint-plugin': 5.22.0_lnjlwhtxjffjmj5o7dnwvwyqxq
|
||||
'@typescript-eslint/parser': 5.22.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
eslint: 8.14.0
|
||||
typescript: 4.6.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config-vue/0.22.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-g786yeawFDj1njJXB0BPZ7uDir8xWMtM2djGiCJXTxlpPrLN4JwtpYwA59pH70Nuj5bmByuKdT4qZNMPqJMiJg==}
|
||||
/@antfu/eslint-config-vue/0.23.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-ufgJM+iTx8sNnOJtOnb/U9cqb45g0iUVRGSuSfHBFsN6EAV4IOhHDYioO/S1x1HC7ecdYrfvmlJRLPopxJph+Q==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
dependencies:
|
||||
'@antfu/eslint-config-ts': 0.22.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@antfu/eslint-config-ts': 0.23.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
eslint: 8.14.0
|
||||
eslint-plugin-vue: 8.7.1_eslint@8.14.0
|
||||
transitivePeerDependencies:
|
||||
@@ -167,15 +167,15 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@antfu/eslint-config/0.22.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-Rv2ppt98/RsSxlNkhG83d1CS/0ptkOTpywXjVlSVU68i93w9nglEdiuJ2OVRyHMT1wXKZrPQSJNEeMYAs8r1UA==}
|
||||
/@antfu/eslint-config/0.23.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-hfK7zkBH1UxdKRMyUxuAzOihBuoPrk1wZBvGBtQkhpEYwkd//sl3uFaIi+DnLiAsmRWBleAmruaEfkJyvA3Efg==}
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
dependencies:
|
||||
'@antfu/eslint-config-react': 0.22.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@antfu/eslint-config-vue': 0.22.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@typescript-eslint/eslint-plugin': 5.21.0_ade6595cb7be1524e723c025c098ae5d
|
||||
'@typescript-eslint/parser': 5.21.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@antfu/eslint-config-react': 0.23.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
'@antfu/eslint-config-vue': 0.23.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
'@typescript-eslint/eslint-plugin': 5.22.0_lnjlwhtxjffjmj5o7dnwvwyqxq
|
||||
'@typescript-eslint/parser': 5.22.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
eslint: 8.14.0
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.14.0
|
||||
eslint-plugin-html: 6.2.0
|
||||
@@ -1394,8 +1394,8 @@ packages:
|
||||
'@iconify/types': 1.1.0
|
||||
dev: true
|
||||
|
||||
/@iconify-json/ic/1.1.2:
|
||||
resolution: {integrity: sha512-OXLXNMECrwg1N7HqG9z+p8eF9NleoV5tZvIH/W3ip3HdZsg1VbEWl0RpI9K5VJjT95xVn2n+gcAgLPD5HNAsXg==}
|
||||
/@iconify-json/ic/1.1.3:
|
||||
resolution: {integrity: sha512-oqP1MzBHu9dbRihtDs5MQtbVE81b8jj+csnmWUGNMq9MEv8E2s5Q9QOJtquk9raB/+m8R/JAyzzVrbm3CLC//w==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.1.0
|
||||
dev: true
|
||||
@@ -1470,7 +1470,7 @@ packages:
|
||||
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-babel/5.3.1_@babel+core@7.17.9+rollup@2.70.2:
|
||||
/@rollup/plugin-babel/5.3.1_6m6vi5xreq5wlqqwvo3xvcrttm:
|
||||
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
peerDependencies:
|
||||
@@ -1621,8 +1621,8 @@ packages:
|
||||
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.21.0_ade6595cb7be1524e723c025c098ae5d:
|
||||
resolution: {integrity: sha512-fTU85q8v5ZLpoZEyn/u1S2qrFOhi33Edo2CZ0+q1gDaWWm0JuPh3bgOyU8lM0edIEYgKLDkPFiZX2MOupgjlyg==}
|
||||
/@typescript-eslint/eslint-plugin/5.22.0_lnjlwhtxjffjmj5o7dnwvwyqxq:
|
||||
resolution: {integrity: sha512-YCiy5PUzpAeOPGQ7VSGDEY2NeYUV1B0swde2e0HzokRsHBYjSdF6DZ51OuRZxVPHx0032lXGLvOMls91D8FXlg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
@@ -1632,10 +1632,10 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.21.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@typescript-eslint/scope-manager': 5.21.0
|
||||
'@typescript-eslint/type-utils': 5.21.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@typescript-eslint/utils': 5.21.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@typescript-eslint/parser': 5.22.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
'@typescript-eslint/scope-manager': 5.22.0
|
||||
'@typescript-eslint/type-utils': 5.22.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
'@typescript-eslint/utils': 5.22.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
debug: 4.3.4
|
||||
eslint: 8.14.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
@@ -1648,8 +1648,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.21.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-8RUwTO77hstXUr3pZoWZbRQUxXcSXafZ8/5gpnQCfXvgmP9gpNlRGlWzvfbEQ14TLjmtU8eGnONkff8U2ui2Eg==}
|
||||
/@typescript-eslint/parser/5.22.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
@@ -1658,9 +1658,9 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.21.0
|
||||
'@typescript-eslint/types': 5.21.0
|
||||
'@typescript-eslint/typescript-estree': 5.21.0_typescript@4.6.4
|
||||
'@typescript-eslint/scope-manager': 5.22.0
|
||||
'@typescript-eslint/types': 5.22.0
|
||||
'@typescript-eslint/typescript-estree': 5.22.0_typescript@4.6.4
|
||||
debug: 4.3.4
|
||||
eslint: 8.14.0
|
||||
typescript: 4.6.4
|
||||
@@ -1668,16 +1668,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.21.0:
|
||||
resolution: {integrity: sha512-XTX0g0IhvzcH/e3393SvjRCfYQxgxtYzL3UREteUneo72EFlt7UNoiYnikUtmGVobTbhUDByhJ4xRBNe+34kOQ==}
|
||||
/@typescript-eslint/scope-manager/5.22.0:
|
||||
resolution: {integrity: sha512-yA9G5NJgV5esANJCO0oF15MkBO20mIskbZ8ijfmlKIvQKg0ynVKfHZ15/nhAJN5m8Jn3X5qkwriQCiUntC9AbA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.21.0
|
||||
'@typescript-eslint/visitor-keys': 5.21.0
|
||||
'@typescript-eslint/types': 5.22.0
|
||||
'@typescript-eslint/visitor-keys': 5.22.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.21.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-MxmLZj0tkGlkcZCSE17ORaHl8Th3JQwBzyXL/uvC6sNmu128LsgjTX0NIzy+wdH2J7Pd02GN8FaoudJntFvSOw==}
|
||||
/@typescript-eslint/type-utils/5.22.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-iqfLZIsZhK2OEJ4cQ01xOq3NaCuG5FQRKyHicA3xhZxMgaxQazLUHbH/B2k9y5i7l3+o+B5ND9Mf1AWETeMISA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
@@ -1686,7 +1686,7 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.21.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@typescript-eslint/utils': 5.22.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
debug: 4.3.4
|
||||
eslint: 8.14.0
|
||||
tsutils: 3.21.0_typescript@4.6.4
|
||||
@@ -1695,13 +1695,13 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.21.0:
|
||||
resolution: {integrity: sha512-XnOOo5Wc2cBlq8Lh5WNvAgHzpjnEzxn4CJBwGkcau7b/tZ556qrWXQz4DJyChYg8JZAD06kczrdgFPpEQZfDsA==}
|
||||
/@typescript-eslint/types/5.22.0:
|
||||
resolution: {integrity: sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.21.0_typescript@4.6.4:
|
||||
resolution: {integrity: sha512-Y8Y2T2FNvm08qlcoSMoNchh9y2Uj3QmjtwNMdRQkcFG7Muz//wfJBGBxh8R7HAGQFpgYpdHqUpEoPQk+q9Kjfg==}
|
||||
/@typescript-eslint/typescript-estree/5.22.0_typescript@4.6.4:
|
||||
resolution: {integrity: sha512-EyBEQxvNjg80yinGE2xdhpDYm41so/1kOItl0qrjIiJ1kX/L/L8WWGmJg8ni6eG3DwqmOzDqOhe6763bF92nOw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
@@ -1709,8 +1709,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.21.0
|
||||
'@typescript-eslint/visitor-keys': 5.21.0
|
||||
'@typescript-eslint/types': 5.22.0
|
||||
'@typescript-eslint/visitor-keys': 5.22.0
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
@@ -1721,16 +1721,16 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.21.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-q/emogbND9wry7zxy7VYri+7ydawo2HDZhRZ5k6yggIvXa7PvBbAAZ4PFH/oZLem72ezC4Pr63rJvDK/sTlL8Q==}
|
||||
/@typescript-eslint/utils/5.22.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-HodsGb037iobrWSUMS7QH6Hl1kppikjA1ELiJlNSTYf/UdMEwzgj0WIp+lBNb6WZ3zTwb0tEz51j0Wee3iJ3wQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.11
|
||||
'@typescript-eslint/scope-manager': 5.21.0
|
||||
'@typescript-eslint/types': 5.21.0
|
||||
'@typescript-eslint/typescript-estree': 5.21.0_typescript@4.6.4
|
||||
'@typescript-eslint/scope-manager': 5.22.0
|
||||
'@typescript-eslint/types': 5.22.0
|
||||
'@typescript-eslint/typescript-estree': 5.22.0_typescript@4.6.4
|
||||
eslint: 8.14.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.14.0
|
||||
@@ -1739,22 +1739,22 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.21.0:
|
||||
resolution: {integrity: sha512-SX8jNN+iHqAF0riZQMkm7e8+POXa/fXw5cxL+gjpyP+FI+JVNhii53EmQgDAfDcBpFekYSlO0fGytMQwRiMQCA==}
|
||||
/@typescript-eslint/visitor-keys/5.22.0:
|
||||
resolution: {integrity: sha512-DbgTqn2Dv5RFWluG88tn0pP6Ex0ROF+dpDO1TNNZdRtLjUr6bdznjA6f/qNqJLjd2PgguAES2Zgxh/JzwzETDg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.21.0
|
||||
'@typescript-eslint/types': 5.22.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
/@unocss/cli/0.32.8:
|
||||
resolution: {integrity: sha512-Y6AviX0XP8xHXWVfOf+brZfEPzzpDYfY1H9D6T61X5Y+VHzld77NkFLjT4k8H1EzowhV6oXmfp2NtnFAvR5Xjw==}
|
||||
/@unocss/cli/0.32.9:
|
||||
resolution: {integrity: sha512-lHqq7wCI7Q7yWbDyGB4W4BMsr9m4U+HIu9/18Vn4N7eqr0wog5tUTaea2c0ErJYH8LVXvqMmvbib1Kq/KrbRaA==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@unocss/config': 0.32.8
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/preset-uno': 0.32.8
|
||||
'@unocss/config': 0.32.9
|
||||
'@unocss/core': 0.32.9
|
||||
'@unocss/preset-uno': 0.32.9
|
||||
cac: 6.7.12
|
||||
chokidar: 3.5.3
|
||||
colorette: 2.0.16
|
||||
@@ -1764,118 +1764,118 @@ packages:
|
||||
perfect-debounce: 0.1.3
|
||||
dev: true
|
||||
|
||||
/@unocss/config/0.32.8:
|
||||
resolution: {integrity: sha512-nOI6EJllsVofC6odsd3a9+KCQoJTWPDU9EmN6wr8gI2r+gRIrX/NH9RvX4dm5cmLHvrPzQrLajHmhNCKOLwzrg==}
|
||||
/@unocss/config/0.32.9:
|
||||
resolution: {integrity: sha512-AXZS+AjZzObyPtFK02esDAEaCu6D3FeR8qv+IQ1lGBMe0jGws8lQlduV/ey59HEzoRPxaIi3ziQ6FlxL4wiZ/g==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
unconfig: 0.3.3
|
||||
dev: true
|
||||
|
||||
/@unocss/core/0.32.8:
|
||||
resolution: {integrity: sha512-AyUVSyghKNzKXP7fiUHCPrv/JJwcvEECo8NpjPk7gE2VQSG4PAZQeah93WYN41+SQ02mvcEuV5mf4AqVyQg/aA==}
|
||||
/@unocss/core/0.32.9:
|
||||
resolution: {integrity: sha512-tnKMbe3hGFaMyVCiK5kw4rVEENNJ/XZHOy1SQ+WVobLv4K6zAxXdqeQ3DiNvzzHnEzAFX6ddp4zx975sTJ74ZQ==}
|
||||
dev: true
|
||||
|
||||
/@unocss/inspector/0.32.8:
|
||||
resolution: {integrity: sha512-nEnLLNH6NngVnU1dUyx/OZjaAgFJQ9zMAum9mFgBuVhlio+i1dXKzkE1TsuLWy8L/eIVdYgqByKa4WpJRcV9MA==}
|
||||
/@unocss/inspector/0.32.9:
|
||||
resolution: {integrity: sha512-dSjAWTkxkyOU48+mroF3hbxVm8SxNtx57HkT/j2nuZoX3F3tVVEi+5xHwiIKeDO4h0oR8zpbzWCK6NkhtdTEsw==}
|
||||
dependencies:
|
||||
gzip-size: 6.0.0
|
||||
sirv: 2.0.2
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-attributify/0.32.8:
|
||||
resolution: {integrity: sha512-YkQZVBfQaoRGoNnVx8r8aduJVThDPOSc7FeMPMpg0YaVzCozXp3/0LcKrGtTbp5iw42bORusl58gcJtJN2i2zg==}
|
||||
/@unocss/preset-attributify/0.32.9:
|
||||
resolution: {integrity: sha512-a2GwHj9ukh1WhhrXHfOQyOCDPYAwg8JVJKwn9EAOdOSb1xNw0LtWF+y90/wZqab7eAZbWwsxb7S8Ja32w7MwLg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-icons/0.32.8:
|
||||
resolution: {integrity: sha512-5imamFNkX5JanVHr5G2BjkILRPtjNaGClvADWniuB3JZG9cEsV2DG/+F/wRqNkut1anHbkawFqUoNGk/D4s7JQ==}
|
||||
/@unocss/preset-icons/0.32.9:
|
||||
resolution: {integrity: sha512-ccYMPNYQ1nCR3Exe7GoWuW2upP/1wHTyI0zxFQuWI8Pfs3umHsRFnjkDd2J55svK2EmQi0wmVvh9nNu0d63qdQ==}
|
||||
dependencies:
|
||||
'@iconify/utils': 1.0.32
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-mini/0.32.8:
|
||||
resolution: {integrity: sha512-3RCTJ4xLma1gs3y53bxdQKADWv/XArDZ1eavLRxWBq0P7hV821CtYPiVBcuhcNwNTiikf0V16KCpIVEY4RN3bg==}
|
||||
/@unocss/preset-mini/0.32.9:
|
||||
resolution: {integrity: sha512-AXuY4tQMbESzLwgIPPCspC5lppoJ1P7Qhrc/1tdDEb4+11ryTeLyb3yQZgL7HQ1YKKxS0i1hVV5f2x8eNEe2Pg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-typography/0.32.8:
|
||||
resolution: {integrity: sha512-DHap99SVuWXEDQttvh3FPnnIj09QcWnY2/p3Uy1QVTpLg1iSEyKmEEPrM0i4UFZ5Qtx3KLhei1OfgYxS343F4A==}
|
||||
/@unocss/preset-typography/0.32.9:
|
||||
resolution: {integrity: sha512-j4aUsl56HSnMZHVjnNl+BQRpWef2NiCiEMADzFrwrw+YvFj4WsMAQITnAMW5i5LXKM8WPYuLEmc3dStuIKnK5w==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-uno/0.32.8:
|
||||
resolution: {integrity: sha512-oDwU+OyFLnpo4E1Ye9LOijEW9DYWOkjEyZ12nMsxEAGXRbOeMgDUhCfl8ARh1rwXqRqVKgX/i/xaMxhKdeoc3Q==}
|
||||
/@unocss/preset-uno/0.32.9:
|
||||
resolution: {integrity: sha512-pTp6HDGn//zhoX05+7B96K9jyR2OpGPLT4pfMatu1ipjyIr6hT8pB3NjXQe26N+VAoLlyckQmAD1rB/gvVaWMw==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/preset-mini': 0.32.8
|
||||
'@unocss/preset-wind': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
'@unocss/preset-mini': 0.32.9
|
||||
'@unocss/preset-wind': 0.32.9
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-web-fonts/0.32.8:
|
||||
resolution: {integrity: sha512-BStj03fIR3GirqsF+Zs9nr+OjnqN2zdJBUKQsomMnpUY8why5cgOTO+xBawNyEmxG8jz1hVydTuShx2zk5g9hQ==}
|
||||
/@unocss/preset-web-fonts/0.32.9:
|
||||
resolution: {integrity: sha512-XruDgt/sD4DpJsN45qSBSdJ2NGfmItGqWbKtrErxDghbEYQdkIyZBrKn+4dzjs2qe4aOTtWzzRx5+fBlHFc5rg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
ohmyfetch: 0.4.16
|
||||
dev: true
|
||||
|
||||
/@unocss/preset-wind/0.32.8:
|
||||
resolution: {integrity: sha512-KayO/arq9Lu6cB5Jk3igKjLeQKstsF5iqDdPFJQcXPnn9AwExu4bZwp53YfgrTkyvdFvP/BHa/2u2tQP1mO+8w==}
|
||||
/@unocss/preset-wind/0.32.9:
|
||||
resolution: {integrity: sha512-wnbVU/rpMrONowCMC9XTXSo34CuSGST6nje/PXyGssdHOHRaC4DcOM2tznJ2Ol0QlhmJ3n6gq/JbSTO0PRp9bQ==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/preset-mini': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
'@unocss/preset-mini': 0.32.9
|
||||
dev: true
|
||||
|
||||
/@unocss/reset/0.32.8:
|
||||
resolution: {integrity: sha512-aIZ2XjcE25SvSCALHJ22o5uigE5Q54cDlcd47QhmFY4ZOkSSAGOB7HptjrMpLbt9p/ijtoRu9r1bfdFQ+YHNQg==}
|
||||
/@unocss/reset/0.32.9:
|
||||
resolution: {integrity: sha512-H7MVOCmlDc78hl7nb1Ct+Sa1Hp2wtiO5qLhkHAvd3sB0R0l8kccBDTU7RcGpBD1Vq4QspCadFM5zjLScndyp5A==}
|
||||
dev: true
|
||||
|
||||
/@unocss/scope/0.32.8:
|
||||
resolution: {integrity: sha512-plvRN/8DwTt4ps7zQwWk9JUTxfYwHfxX4ce20g7+1378R0IIFXBD+ZCazK5/+oxMxU6Qm+9S5/n77juhk7jvAw==}
|
||||
/@unocss/scope/0.32.9:
|
||||
resolution: {integrity: sha512-Mv2jFxGuV369Zn3rLb/cKQp/yyw7IVp0TrSd3j7Q3WUTqqg2zjKxXcRGs3EVHtfJV0YC6LxGc1HA7iwH5voAQQ==}
|
||||
dev: true
|
||||
|
||||
/@unocss/transformer-directives/0.32.8:
|
||||
resolution: {integrity: sha512-PhITp6ErgtczCjRvzlKyZRmIqgzOSf0UrsNC3BEgy6X0OUHZQvoIyn29TWcwAYfKKvwrgMd/IkMC6cPAHXr1IQ==}
|
||||
/@unocss/transformer-directives/0.32.9:
|
||||
resolution: {integrity: sha512-1R1lknyQDzeI3dxnAtjQ6oSB6eYVoGXvY5Lo7g8jwOvxkso7DcqG/Evq9KGOj97QWz0Ez/Z7uKQuUXDZdV/11w==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
css-tree: 2.1.0
|
||||
dev: true
|
||||
|
||||
/@unocss/transformer-variant-group/0.32.8:
|
||||
resolution: {integrity: sha512-KWJGxQ5LBfCNiI2IeVvHu2Pht25NWi8BvC3KiyujrjZzphtF6wOHZ0P8k+Xnmhcmbm+Jj/vpWu2EkaO1DSBaEw==}
|
||||
/@unocss/transformer-variant-group/0.32.9:
|
||||
resolution: {integrity: sha512-qA6sQZ+U/I4wmPcddfY9/YbesvNdsavY0SBYjnqutjMjf01+1lDfIpn2g01iYR/tdj4sP00mAkigOSXvpjbaOg==}
|
||||
dependencies:
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/core': 0.32.9
|
||||
dev: true
|
||||
|
||||
/@unocss/vite/0.32.8_vite@2.9.6:
|
||||
resolution: {integrity: sha512-93ewAGAZG5EHV8EwGQ1BjgmQF+drMz6oT19zmBGuIT76i7rR06vwj2ob1IghSj0aWjnbJaOIIYw+BdS6/pkXbw==}
|
||||
/@unocss/vite/0.32.9_vite@2.9.7:
|
||||
resolution: {integrity: sha512-CE2Dt+pr3gQckvyu1lnqANkALQOPohn1HVir/lYQmd0gGd6l6nr+kL8WrLezqHkhuiJ+DZGq+OFZfs4a32TVBA==}
|
||||
peerDependencies:
|
||||
vite: ^2.9.0
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
'@unocss/config': 0.32.8
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/inspector': 0.32.8
|
||||
'@unocss/scope': 0.32.8
|
||||
'@unocss/transformer-directives': 0.32.8
|
||||
'@unocss/config': 0.32.9
|
||||
'@unocss/core': 0.32.9
|
||||
'@unocss/inspector': 0.32.9
|
||||
'@unocss/scope': 0.32.9
|
||||
'@unocss/transformer-directives': 0.32.9
|
||||
magic-string: 0.26.1
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/2.3.1_vite@2.9.6+vue@3.2.33:
|
||||
/@vitejs/plugin-vue/2.3.1_vite@2.9.7+vue@3.2.33:
|
||||
resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
vite: ^2.5.10
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
vue: 3.2.33
|
||||
dev: true
|
||||
|
||||
@@ -3365,10 +3365,10 @@ packages:
|
||||
find-up: 2.1.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-antfu/0.22.0_eslint@8.14.0+typescript@4.6.4:
|
||||
resolution: {integrity: sha512-yYv4nES0XyH1cHsG8IoMyzAiXzYR4XzFTSQyZ1VQVlFF00r1okYYqCP0/56/pT8q/NvQ5BnoVAtfkZrR2Lqc+w==}
|
||||
/eslint-plugin-antfu/0.23.0_t725usgvqspm5woeqpaxbfp2qu:
|
||||
resolution: {integrity: sha512-NiWbXYxCmfd0BVI/EunNkCLD6V33Ce9sckjlccu69MejPPPTkEAFAKfmsoxc9LuW1x38E7CE26EvODUuAKXOCw==}
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.21.0_eslint@8.14.0+typescript@4.6.4
|
||||
'@typescript-eslint/utils': 5.22.0_t725usgvqspm5woeqpaxbfp2qu
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- supports-color
|
||||
@@ -5062,7 +5062,7 @@ packages:
|
||||
destr: 1.1.1
|
||||
node-fetch: 3.2.4
|
||||
ufo: 0.8.3
|
||||
undici: 5.0.0
|
||||
undici: 5.1.1
|
||||
dev: true
|
||||
|
||||
/on-finished/2.3.0:
|
||||
@@ -5263,7 +5263,7 @@ packages:
|
||||
resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==}
|
||||
engines: {node: '>=8.6'}
|
||||
|
||||
/pinia/2.0.13_typescript@4.6.4+vue@3.2.33:
|
||||
/pinia/2.0.13_ytvqwwdyss532bvoq2clv4ed5m:
|
||||
resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
@@ -5286,9 +5286,9 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/pnpm/6.32.11:
|
||||
resolution: {integrity: sha512-KIb3ImAEGl03aJNy0pai7J0mWn52GJwRrUllxUZwibhLdUoeOuDjXhNSgRxxW9BH2gR91b3UadxzdAvhehmM8w==}
|
||||
engines: {node: '>=12.17'}
|
||||
/pnpm/7.0.0:
|
||||
resolution: {integrity: sha512-5njVSmE/Sz6coyikS6gjwoKWaxxsJ6BY6jL1aqwvnEpNUfFednbHqid3aZ42JszOFaSOz3Qipcfp4ei22G/JEg==}
|
||||
engines: {node: '>=14.19'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
@@ -5308,6 +5308,15 @@ packages:
|
||||
picocolors: 1.0.0
|
||||
source-map-js: 1.0.2
|
||||
|
||||
/postcss/8.4.13:
|
||||
resolution: {integrity: sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
dependencies:
|
||||
nanoid: 3.3.3
|
||||
picocolors: 1.0.0
|
||||
source-map-js: 1.0.2
|
||||
dev: true
|
||||
|
||||
/prelude-ls/1.1.2:
|
||||
resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
@@ -5583,6 +5592,14 @@ packages:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/rollup/2.71.1:
|
||||
resolution: {integrity: sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/run-parallel/1.2.0:
|
||||
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
||||
dependencies:
|
||||
@@ -6129,8 +6146,8 @@ packages:
|
||||
jiti: 1.13.0
|
||||
dev: true
|
||||
|
||||
/undici/5.0.0:
|
||||
resolution: {integrity: sha512-VhUpiZ3No1DOPPQVQnsDZyfcbTTcHdcgWej1PdFnSvOeJmOVDgiOHkunJmBLfmjt4CqgPQddPVjSWW0dsTs5Yg==}
|
||||
/undici/5.1.1:
|
||||
resolution: {integrity: sha512-CmK9JzLSMGx+2msOao8LhkKn3J7eKo2M50v0KZQ2XbiHcGqLS1HiIj01ceIm3jbUYlspw/FTSb6nMdSNyvVyaQ==}
|
||||
engines: {node: '>=12.18'}
|
||||
dev: true
|
||||
|
||||
@@ -6180,23 +6197,23 @@ packages:
|
||||
engines: {node: '>= 10.0.0'}
|
||||
dev: true
|
||||
|
||||
/unocss/0.32.8_vite@2.9.6:
|
||||
resolution: {integrity: sha512-9/GSqbT7lgvzJXf2mq+ghz/HPtuZflgJ9RnBhQqn3y/cGuyqsDsms2uCNJXDmsB3iNf0p24KAET5Lnjkt8OgAQ==}
|
||||
/unocss/0.32.9_vite@2.9.7:
|
||||
resolution: {integrity: sha512-1o9CYWcw+KsNauoMTs9vDFA5hYWKkRnFsxNJ0oEiFuFZBlAdGItsokiUnaaOQ8Ue38WfD4jn4j3v2f47GXdL3g==}
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
'@unocss/cli': 0.32.8
|
||||
'@unocss/core': 0.32.8
|
||||
'@unocss/preset-attributify': 0.32.8
|
||||
'@unocss/preset-icons': 0.32.8
|
||||
'@unocss/preset-mini': 0.32.8
|
||||
'@unocss/preset-typography': 0.32.8
|
||||
'@unocss/preset-uno': 0.32.8
|
||||
'@unocss/preset-web-fonts': 0.32.8
|
||||
'@unocss/preset-wind': 0.32.8
|
||||
'@unocss/reset': 0.32.8
|
||||
'@unocss/transformer-directives': 0.32.8
|
||||
'@unocss/transformer-variant-group': 0.32.8
|
||||
'@unocss/vite': 0.32.8_vite@2.9.6
|
||||
'@unocss/cli': 0.32.9
|
||||
'@unocss/core': 0.32.9
|
||||
'@unocss/preset-attributify': 0.32.9
|
||||
'@unocss/preset-icons': 0.32.9
|
||||
'@unocss/preset-mini': 0.32.9
|
||||
'@unocss/preset-typography': 0.32.9
|
||||
'@unocss/preset-uno': 0.32.9
|
||||
'@unocss/preset-web-fonts': 0.32.9
|
||||
'@unocss/preset-wind': 0.32.9
|
||||
'@unocss/reset': 0.32.9
|
||||
'@unocss/transformer-directives': 0.32.9
|
||||
'@unocss/transformer-variant-group': 0.32.9
|
||||
'@unocss/vite': 0.32.9_vite@2.9.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- vite
|
||||
@@ -6207,7 +6224,7 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/unplugin-auto-import/0.7.1_@vueuse+core@8.3.1+vite@2.9.6:
|
||||
/unplugin-auto-import/0.7.1_ughpjznvtpymuf7ubf7g3kiiem:
|
||||
resolution: {integrity: sha512-9865OV9eP99PNxHR2mtTDExeN01m4M9boT5U2BtIwsU1wDRsaFIYWLwcCBEjvXzXfTTC2NNMskhHGVAMfL2WgA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@@ -6222,7 +6239,7 @@ packages:
|
||||
local-pkg: 0.4.1
|
||||
magic-string: 0.26.1
|
||||
resolve: 1.22.0
|
||||
unplugin: 0.6.2_vite@2.9.6
|
||||
unplugin: 0.6.2_vite@2.9.7
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@@ -6230,7 +6247,7 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin-vue-components/0.19.3_vite@2.9.6+vue@3.2.33:
|
||||
/unplugin-vue-components/0.19.3_vite@2.9.7+vue@3.2.33:
|
||||
resolution: {integrity: sha512-z/kpYJnqrJuWglDNs7fy0YRHr41oLc07y2TkP3by6DqPb1GG9xGC9SFigeFwd4J7GVTqyFVsnjoeup7uK7I2dA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@@ -6252,7 +6269,7 @@ packages:
|
||||
magic-string: 0.26.1
|
||||
minimatch: 5.0.1
|
||||
resolve: 1.22.0
|
||||
unplugin: 0.6.2_vite@2.9.6
|
||||
unplugin: 0.6.2_vite@2.9.7
|
||||
vue: 3.2.33
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@@ -6262,7 +6279,7 @@ packages:
|
||||
- webpack
|
||||
dev: true
|
||||
|
||||
/unplugin/0.6.2_vite@2.9.6:
|
||||
/unplugin/0.6.2_vite@2.9.7:
|
||||
resolution: {integrity: sha512-+QONc2uBFQbeo4x5mlJHjTKjR6pmuchMpGVrWhwdGFFMb4ttFZ4E9KqhOOrNcm3Q8NNyB1vJ4s5e36IZC7UWYw==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
@@ -6280,7 +6297,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
chokidar: 3.5.3
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: true
|
||||
@@ -6325,7 +6342,7 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/vite-plugin-inspect/0.5.0_vite@2.9.6:
|
||||
/vite-plugin-inspect/0.5.0_vite@2.9.7:
|
||||
resolution: {integrity: sha512-eArca+5jrNx1hQL+5s79eT5Xq4VXjJcihJhK8GT/+W2GqefVxFO1WO78RnD0HPI+hKSdEFo+B4z2zeaE8DTvWQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@@ -6336,12 +6353,12 @@ packages:
|
||||
kolorist: 1.5.1
|
||||
sirv: 2.0.2
|
||||
ufo: 0.8.3
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-md/0.13.0_vite@2.9.6:
|
||||
/vite-plugin-md/0.13.0_vite@2.9.7:
|
||||
resolution: {integrity: sha512-srW6j3otbHxFaTushal6fWxrjrlyA553biB0S1Bpm2DhWL1hP4a/snjpi+5AyDVaQodMmA4Oe2hIW1IjyKa0hQ==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
@@ -6352,10 +6369,10 @@ packages:
|
||||
'@vue/runtime-core': 3.2.33
|
||||
gray-matter: 4.0.3
|
||||
markdown-it: 13.0.0
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pages/0.23.0_vite@2.9.6:
|
||||
/vite-plugin-pages/0.23.0_vite@2.9.7:
|
||||
resolution: {integrity: sha512-KEfW6WBfACCjMXoQY0mLEzfifwCTq6FlvvtXs2XSEe9Pd4QadZTNzHOPKHDsKpVXysRzbYxE8/c/Ao9+nXsQ7w==}
|
||||
peerDependencies:
|
||||
'@vue/compiler-sfc': ^3.0.0
|
||||
@@ -6371,13 +6388,13 @@ packages:
|
||||
json5: 2.2.1
|
||||
local-pkg: 0.4.1
|
||||
picocolors: 1.0.0
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
yaml: 2.0.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pwa/0.12.0_vite@2.9.6:
|
||||
/vite-plugin-pwa/0.12.0_vite@2.9.7:
|
||||
resolution: {integrity: sha512-KYD+cnS5ExLF3T28NkfzBLZ53ehHlp+qMhHGFNh0zlVGpFHrJkL2v9wd4AMi7ZkBTffgeNatIFiv8rhCsMSxBQ==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
@@ -6386,7 +6403,7 @@ packages:
|
||||
fast-glob: 3.2.11
|
||||
pretty-bytes: 6.0.0
|
||||
rollup: 2.70.2
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
workbox-build: 6.5.3
|
||||
workbox-window: 6.5.3
|
||||
transitivePeerDependencies:
|
||||
@@ -6394,7 +6411,7 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-layouts/0.6.0_46a694bae06abddfad7399bb26d64ccb:
|
||||
/vite-plugin-vue-layouts/0.6.0_cy27blvoe2cwdzwso5wue736a4:
|
||||
resolution: {integrity: sha512-7QX7o/NpCfs+hyXphwYfmPqAEQ6qd4uXsvI0VsovjGT2eCoEE5dMdP6L+uqqNWY4uqv7oCvtinecZmbzZv/9Rg==}
|
||||
peerDependencies:
|
||||
vite: ^2.5.0
|
||||
@@ -6404,18 +6421,18 @@ packages:
|
||||
'@vue/compiler-sfc': 3.2.33
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
vue: 3.2.33
|
||||
vue-router: 4.0.14_vue@3.2.33
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-ssg-sitemap/0.2.5:
|
||||
resolution: {integrity: sha512-yJ8S+op7SBemqQ6YCxkjPvcD7scNFbpEQHBEixZ66nyZ/c486zvMgnXepLKhOKdlYvzJ0B79SMwGeN43hQedaw==}
|
||||
/vite-ssg-sitemap/0.2.6:
|
||||
resolution: {integrity: sha512-rjb+aXzaw9gb9mqoWaU1mVhwGg3SZKMR8ULraGFSLK9vaeQv52/qHFNmBAZvUiBUmgMQ4RGP2fGomTC+SwknFg==}
|
||||
dev: true
|
||||
|
||||
/vite-ssg/0.19.2_df629b3e0950eaa377a8a831fd5df6d0:
|
||||
/vite-ssg/0.19.2_csn2dxpwjxhcufqcjewtaqepne:
|
||||
resolution: {integrity: sha512-r9UJJ4OTMyu9f4nNe12PMVhVkeXYp1rUKbIl6zIOz5QDYEDgFcq8hZGUMMIAcyHhB4pH5ImmjZd1hJ2fO6hOmg==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
hasBin: true
|
||||
@@ -6437,7 +6454,7 @@ packages:
|
||||
jsdom: 19.0.0
|
||||
kolorist: 1.5.1
|
||||
prettier: 2.6.2
|
||||
vite: 2.9.6_sass@1.51.0
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
vue: 3.2.33
|
||||
vue-router: 4.0.14_vue@3.2.33
|
||||
yargs: 17.4.1
|
||||
@@ -6448,8 +6465,8 @@ packages:
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/vite/2.9.6_sass@1.51.0:
|
||||
resolution: {integrity: sha512-3IffdrByHW95Yjv0a13TQOQfJs7L5dVlSPuTt432XLbRMriWbThqJN2k/IS6kXn5WY4xBLhK9XoaWay1B8VzUw==}
|
||||
/vite/2.9.7_sass@1.51.0:
|
||||
resolution: {integrity: sha512-5hH7aNQe8rJiTTqCtPNX/6mIKlGw+1wg8UXwAxDIIN8XaSR+Zx3GT2zSu7QKa1vIaBqfUODGh3vpwY8r0AW/jw==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -6465,9 +6482,9 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
esbuild: 0.14.38
|
||||
postcss: 8.4.12
|
||||
postcss: 8.4.13
|
||||
resolve: 1.22.0
|
||||
rollup: 2.70.2
|
||||
rollup: 2.71.1
|
||||
sass: 1.51.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
@@ -6685,7 +6702,7 @@ packages:
|
||||
'@babel/core': 7.17.9
|
||||
'@babel/preset-env': 7.16.11_@babel+core@7.17.9
|
||||
'@babel/runtime': 7.17.9
|
||||
'@rollup/plugin-babel': 5.3.1_@babel+core@7.17.9+rollup@2.70.2
|
||||
'@rollup/plugin-babel': 5.3.1_6m6vi5xreq5wlqqwvo3xvcrttm
|
||||
'@rollup/plugin-node-resolve': 11.2.1_rollup@2.70.2
|
||||
'@rollup/plugin-replace': 2.4.2_rollup@2.70.2
|
||||
'@surma/rollup-plugin-off-main-thread': 2.2.3
|
||||
|
||||
Reference in New Issue
Block a user