chore: update deps
This commit is contained in:
parent
4c43315a4d
commit
8e492449b6
26
package.json
26
package.json
@ -5,29 +5,29 @@
|
||||
"build": "cross-env NODE_ENV=production vite-ssg build --script async"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^4.0.10",
|
||||
"@vueuse/core": "^4.0.12",
|
||||
"@vueuse/head": "^0.2.3",
|
||||
"nprogress": "^0.2.0",
|
||||
"prism-theme-vars": "^0.1.3",
|
||||
"prism-theme-vars": "^0.1.4",
|
||||
"vue": "^3.0.5",
|
||||
"vue-i18n": "^9.0.0-rc.4",
|
||||
"vue-i18n": "^9.0.0-rc.5",
|
||||
"vue-router": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^0.4.3",
|
||||
"@iconify/json": "^1.1.291",
|
||||
"@iconify/json": "^1.1.296",
|
||||
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.12",
|
||||
"@tailwindcss/typography": "^0.4.0",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
||||
"@vitejs/plugin-vue": "^1.1.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.2",
|
||||
"@vitejs/plugin-vue": "^1.1.4",
|
||||
"@vue/compiler-sfc": "^3.0.5",
|
||||
"@vue/server-renderer": "^3.0.5",
|
||||
"autoprefixer": "^10.2.3",
|
||||
"autoprefixer": "^10.2.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint": "^7.19.0",
|
||||
"markdown-it-prism": "^2.1.4",
|
||||
"pnpm": "^5.15.3",
|
||||
"pnpm": "^5.16.0",
|
||||
"postcss": "^8.2.4",
|
||||
"postcss-nested": "^5.0.3",
|
||||
"tailwindcss": "^2.0.2",
|
||||
@ -35,10 +35,10 @@
|
||||
"vite": "2.0.0-beta.46",
|
||||
"vite-plugin-components": "^0.6.6",
|
||||
"vite-plugin-icons": "^0.2.1",
|
||||
"vite-plugin-md": "^0.4.1",
|
||||
"vite-plugin-pages": "^0.1.7",
|
||||
"vite-plugin-pwa": "^0.3.10",
|
||||
"vite-ssg": "^0.4.2"
|
||||
"vite-plugin-md": "^0.4.2",
|
||||
"vite-plugin-pages": "^0.1.8",
|
||||
"vite-plugin-pwa": "^0.4.2",
|
||||
"vite-ssg": "^0.7.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "@antfu/eslint-config",
|
||||
|
449
pnpm-lock.yaml
449
pnpm-lock.yaml
@ -1,71 +1,71 @@
|
||||
dependencies:
|
||||
'@vueuse/core': 4.0.10_vue@3.0.5
|
||||
'@vueuse/core': 4.0.12_vue@3.0.5
|
||||
'@vueuse/head': 0.2.3_vue@3.0.5
|
||||
nprogress: 0.2.0
|
||||
prism-theme-vars: 0.1.3
|
||||
prism-theme-vars: 0.1.4
|
||||
vue: 3.0.5
|
||||
vue-i18n: 9.0.0-rc.4_vue@3.0.5
|
||||
vue-i18n: 9.0.0-rc.5_vue@3.0.5
|
||||
vue-router: 4.0.3_vue@3.0.5
|
||||
devDependencies:
|
||||
'@antfu/eslint-config': 0.4.3_eslint@7.18.0+typescript@4.1.3
|
||||
'@iconify/json': 1.1.291
|
||||
'@antfu/eslint-config': 0.4.3_eslint@7.19.0+typescript@4.1.3
|
||||
'@iconify/json': 1.1.296
|
||||
'@intlify/vite-plugin-vue-i18n': 1.0.0-beta.12
|
||||
'@tailwindcss/typography': 0.4.0_tailwindcss@2.0.2
|
||||
'@types/nprogress': 0.2.0
|
||||
'@typescript-eslint/eslint-plugin': 4.14.0_eslint@7.18.0+typescript@4.1.3
|
||||
'@vitejs/plugin-vue': 1.1.2_@vue+compiler-sfc@3.0.5
|
||||
'@typescript-eslint/eslint-plugin': 4.14.2_eslint@7.19.0+typescript@4.1.3
|
||||
'@vitejs/plugin-vue': 1.1.4_@vue+compiler-sfc@3.0.5
|
||||
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
||||
'@vue/server-renderer': 3.0.5_vue@3.0.5
|
||||
autoprefixer: 10.2.3_postcss@8.2.4
|
||||
autoprefixer: 10.2.4_postcss@8.2.4
|
||||
cross-env: 7.0.3
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
markdown-it-prism: 2.1.4
|
||||
pnpm: 5.15.3
|
||||
pnpm: 5.16.0
|
||||
postcss: 8.2.4
|
||||
postcss-nested: 5.0.3_postcss@8.2.4
|
||||
tailwindcss: 2.0.2_d337930ac9ab3cde8278bf6b015e1ea7
|
||||
tailwindcss: 2.0.2_90874d0ac9c8f3b30e7bed02cb9a0d41
|
||||
typescript: 4.1.3
|
||||
vite: 2.0.0-beta.46
|
||||
vite-plugin-components: 0.6.6
|
||||
vite-plugin-icons: 0.2.1_a4b82e2d2342f19b76a879e5efac3f45
|
||||
vite-plugin-md: 0.4.1_vite@2.0.0-beta.46
|
||||
vite-plugin-pages: 0.1.7_vue@3.0.5
|
||||
vite-plugin-pwa: 0.3.10
|
||||
vite-ssg: 0.4.2_67baffff43cafb4933a0b440cee9b6c9
|
||||
vite-plugin-icons: 0.2.1_f2c2b98829fb471a34d90a492f734967
|
||||
vite-plugin-md: 0.4.2_vite@2.0.0-beta.46
|
||||
vite-plugin-pages: 0.1.8_vue@3.0.5
|
||||
vite-plugin-pwa: 0.4.2
|
||||
vite-ssg: 0.7.0_67baffff43cafb4933a0b440cee9b6c9
|
||||
lockfileVersion: 5.2
|
||||
packages:
|
||||
/@antfu/eslint-config-basic/0.4.3_eslint@7.18.0:
|
||||
/@antfu/eslint-config-basic/0.4.3_eslint@7.19.0:
|
||||
dependencies:
|
||||
eslint: 7.18.0
|
||||
eslint-config-standard: 14.1.1_fd0dfe2a899efa0fc23d2662e68f006a
|
||||
eslint: 7.19.0
|
||||
eslint-config-standard: 14.1.1_0b89f1768654f745819984d5b72822b3
|
||||
eslint-plugin-html: 6.1.1
|
||||
eslint-plugin-import: 2.22.1_eslint@7.18.0
|
||||
eslint-plugin-node: 11.1.0_eslint@7.18.0
|
||||
eslint-plugin-import: 2.22.1_eslint@7.19.0
|
||||
eslint-plugin-node: 11.1.0_eslint@7.19.0
|
||||
eslint-plugin-promise: 4.2.1
|
||||
eslint-plugin-standard: 4.1.0_eslint@7.18.0
|
||||
eslint-plugin-unicorn: 23.0.0_eslint@7.18.0
|
||||
eslint-plugin-standard: 4.1.0_eslint@7.19.0
|
||||
eslint-plugin-unicorn: 23.0.0_eslint@7.19.0
|
||||
dev: true
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
resolution:
|
||||
integrity: sha512-XDkJvR76mG1DWOnrS5iNG6QqUDroC0N5UrWJckyes11P5c3Witr6cUJZTuUDgl4iIJQvz+xiDezwRa3NNHM4yA==
|
||||
/@antfu/eslint-config-react/0.4.3_eslint@7.18.0+typescript@4.1.3:
|
||||
/@antfu/eslint-config-react/0.4.3_eslint@7.19.0+typescript@4.1.3:
|
||||
dependencies:
|
||||
'@antfu/eslint-config-ts': 0.4.3_eslint@7.18.0+typescript@4.1.3
|
||||
eslint: 7.18.0
|
||||
eslint-plugin-react: 7.22.0_eslint@7.18.0
|
||||
'@antfu/eslint-config-ts': 0.4.3_eslint@7.19.0+typescript@4.1.3
|
||||
eslint: 7.19.0
|
||||
eslint-plugin-react: 7.22.0_eslint@7.19.0
|
||||
dev: true
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
typescript: '*'
|
||||
resolution:
|
||||
integrity: sha512-3/35G5xEKXjLThp6HNALoAO6uRr8AvOMl97Jt/obSzg7yhpT9gCclaILFyWkioHses2EyluqArF1g5Yl6Lgbdg==
|
||||
/@antfu/eslint-config-ts/0.4.3_eslint@7.18.0+typescript@4.1.3:
|
||||
/@antfu/eslint-config-ts/0.4.3_eslint@7.19.0+typescript@4.1.3:
|
||||
dependencies:
|
||||
'@antfu/eslint-config-basic': 0.4.3_eslint@7.18.0
|
||||
'@typescript-eslint/eslint-plugin': 4.14.0_980e7d90d2d08155204a38366bd3b934
|
||||
'@typescript-eslint/parser': 4.14.0_eslint@7.18.0+typescript@4.1.3
|
||||
eslint: 7.18.0
|
||||
'@antfu/eslint-config-basic': 0.4.3_eslint@7.19.0
|
||||
'@typescript-eslint/eslint-plugin': 4.14.0_9e3906cf32f63d048b7947740bc5b2a9
|
||||
'@typescript-eslint/parser': 4.14.0_eslint@7.19.0+typescript@4.1.3
|
||||
eslint: 7.19.0
|
||||
typescript: 4.1.3
|
||||
dev: true
|
||||
peerDependencies:
|
||||
@ -73,22 +73,22 @@ packages:
|
||||
typescript: '>=3.9'
|
||||
resolution:
|
||||
integrity: sha512-7KhbAkZiGt/UvYbjhls4d7l74Or54vT9TcJFro85Fc3H0m8Psx7sKXvLCeNxtO/3p1i9NCbDlhEiqhMtRg1jkg==
|
||||
/@antfu/eslint-config-vue/0.4.3_eslint@7.18.0+typescript@4.1.3:
|
||||
/@antfu/eslint-config-vue/0.4.3_eslint@7.19.0+typescript@4.1.3:
|
||||
dependencies:
|
||||
'@antfu/eslint-config-ts': 0.4.3_eslint@7.18.0+typescript@4.1.3
|
||||
eslint: 7.18.0
|
||||
eslint-plugin-vue: 7.1.0_eslint@7.18.0
|
||||
'@antfu/eslint-config-ts': 0.4.3_eslint@7.19.0+typescript@4.1.3
|
||||
eslint: 7.19.0
|
||||
eslint-plugin-vue: 7.1.0_eslint@7.19.0
|
||||
dev: true
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
typescript: '*'
|
||||
resolution:
|
||||
integrity: sha512-WAvCnFt+StRUMHoc7ixnUdH9Qc7P5wVWvd6p8NgADv7za11MFqQ6O7Q01JqdpwAD6kAr8DD6ckkNpZ+5mQSFIQ==
|
||||
/@antfu/eslint-config/0.4.3_eslint@7.18.0+typescript@4.1.3:
|
||||
/@antfu/eslint-config/0.4.3_eslint@7.19.0+typescript@4.1.3:
|
||||
dependencies:
|
||||
'@antfu/eslint-config-react': 0.4.3_eslint@7.18.0+typescript@4.1.3
|
||||
'@antfu/eslint-config-vue': 0.4.3_eslint@7.18.0+typescript@4.1.3
|
||||
eslint: 7.18.0
|
||||
'@antfu/eslint-config-react': 0.4.3_eslint@7.19.0+typescript@4.1.3
|
||||
'@antfu/eslint-config-vue': 0.4.3_eslint@7.19.0+typescript@4.1.3
|
||||
eslint: 7.19.0
|
||||
dev: true
|
||||
peerDependencies:
|
||||
eslint: '>=7.4.0'
|
||||
@ -1069,10 +1069,10 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg==
|
||||
/@iconify/json/1.1.291:
|
||||
/@iconify/json/1.1.296:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-7OIO57UeHsmOY6mPC7NTnWtDfrRyUyAzK1OFLEGP0d/d+DUFsQfpGJUkIYchRKg3z0W78LssnkBv+UeYqTwSXA==
|
||||
integrity: sha512-xvvph36NsOmKgoZCQcLfzImTBuUJyyzIsDJUMEdP6TpD6UnI2/kaSj8/C4epq060xxMLeL0SG64yFEnR1HZdxw==
|
||||
/@intlify/cli/0.1.3:
|
||||
dependencies:
|
||||
'@intlify/core': 9.0.0-beta.16
|
||||
@ -1113,17 +1113,17 @@ packages:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-HYPNCOSTvMHUFViiyDzlnMPvcupN7HDKbCChWKSgURYgNjBMrIsMUNz9tF3x4cducZYlY6PFoAeLiPpvx0V+nA==
|
||||
/@intlify/core-base/9.0.0-rc.4:
|
||||
/@intlify/core-base/9.0.0-rc.5:
|
||||
dependencies:
|
||||
'@intlify/message-compiler': 9.0.0-rc.4
|
||||
'@intlify/message-resolver': 9.0.0-rc.4
|
||||
'@intlify/runtime': 9.0.0-rc.4
|
||||
'@intlify/shared': 9.0.0-rc.4
|
||||
'@intlify/message-compiler': 9.0.0-rc.5
|
||||
'@intlify/message-resolver': 9.0.0-rc.5
|
||||
'@intlify/runtime': 9.0.0-rc.5
|
||||
'@intlify/shared': 9.0.0-rc.5
|
||||
dev: false
|
||||
engines:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-U4YhxDr53ypDVRus6Q+tkmoD2LErsiPsaBULhJ1HcHTSFqNXGbmAYlp4uhQDIp/pvQHQN2uy/FRnQw7Xd2np6A==
|
||||
integrity: sha512-Dj6lZR9fuDkvyLrc+uhQVY8joy6zkdlEvtHmnBr61Obl4nRzrYUdImoZBbz5makea/FN0YKk8T00Yb4eFGKvfQ==
|
||||
/@intlify/core/9.0.0-beta.16:
|
||||
dependencies:
|
||||
'@intlify/core-base': 9.0.0-beta.16
|
||||
@ -1152,16 +1152,16 @@ packages:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-EHz2oWuMKMOydSCVf+zkkcnOrazfteU90NmUxsRLfHJBFtl6+yssScYhwasA9UwcvzvJKuxsATzMv62ACKnjQg==
|
||||
/@intlify/message-compiler/9.0.0-rc.4:
|
||||
/@intlify/message-compiler/9.0.0-rc.5:
|
||||
dependencies:
|
||||
'@intlify/message-resolver': 9.0.0-rc.4
|
||||
'@intlify/shared': 9.0.0-rc.4
|
||||
'@intlify/message-resolver': 9.0.0-rc.5
|
||||
'@intlify/shared': 9.0.0-rc.5
|
||||
source-map: 0.6.1
|
||||
dev: false
|
||||
engines:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-hny4Mjw4ah8i5m9UoSf1twfeQbXk1vc3LgiOF3ZIu5/tOBlG16hh5+Ma2N949ottHwFaVAHxjRFNzvVXDEEM3Q==
|
||||
integrity: sha512-TnWea88H3pTqYXNNXV7eZk62IVGXzS7dtoTpTdRj4mfJclyU+3neIqkcoeJC7WM8yeT9VWFkIdx882dWpoghPw==
|
||||
/@intlify/message-resolver/9.0.0-beta.16:
|
||||
dev: true
|
||||
engines:
|
||||
@ -1174,12 +1174,12 @@ packages:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-mU/RFpWBIf2T5FL7d5EZUozCrxmjLeypLmSCzf3FPnYLp/wL3e/0MaW7qZIU4cFhl+zhHwW8fs+zBozBDBTckw==
|
||||
/@intlify/message-resolver/9.0.0-rc.4:
|
||||
/@intlify/message-resolver/9.0.0-rc.5:
|
||||
dev: false
|
||||
engines:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-OAjfDVE77oLbizpVuZIh2iYZdr3xEyzXCpBtfZ4QuWgOuEIaFTF0ti769UucR5C8MXJr0PJwuW1RHpJahYldWw==
|
||||
integrity: sha512-cZT9kWy6TBB71zb17e5juCTuSNz2/RUf8PeqGYnGP+f/mrPG0X6D3KFqpY3tkWgYwSGcwswd8oBMEvmb0eTMTw==
|
||||
/@intlify/runtime/9.0.0-beta.16:
|
||||
dependencies:
|
||||
'@intlify/message-compiler': 9.0.0-beta.16
|
||||
@ -1200,16 +1200,16 @@ packages:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-9ITjqDY82/quCSnxAfUDerSPYDb4LuGDpWU2RPST3GWSHIxpHM9TbnTcFNFOFChlT7/Swsyg4wcUGjg1YNnYag==
|
||||
/@intlify/runtime/9.0.0-rc.4:
|
||||
/@intlify/runtime/9.0.0-rc.5:
|
||||
dependencies:
|
||||
'@intlify/message-compiler': 9.0.0-rc.4
|
||||
'@intlify/message-resolver': 9.0.0-rc.4
|
||||
'@intlify/shared': 9.0.0-rc.4
|
||||
'@intlify/message-compiler': 9.0.0-rc.5
|
||||
'@intlify/message-resolver': 9.0.0-rc.5
|
||||
'@intlify/shared': 9.0.0-rc.5
|
||||
dev: false
|
||||
engines:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-PfMdCINVB1A61w52B4Kz5D/eWuP8U9Uci07cAhg1galeEf/qdEwPWOepQK+Qyx5jIl5dcLOCasRyV6rCBtcnzQ==
|
||||
integrity: sha512-J6XGb8kOSg9YvSknEyU5CbKYiJGb6ObRqKWL+r8iOYzh1UQ3Q4YxeaIPH2Attt7FNj9dTGyp/5HZy7+nMp3mBA==
|
||||
/@intlify/shared/9.0.0-beta.16:
|
||||
dev: true
|
||||
engines:
|
||||
@ -1222,12 +1222,12 @@ packages:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-9NEh7MGcpwXUmhg3AVf1q8e+zLfvAUtwx4rAznv5TTirv3jWhaiUfKIRfa5QwpH+3wr2fmbwtLAKyw1kN50o4Q==
|
||||
/@intlify/shared/9.0.0-rc.4:
|
||||
/@intlify/shared/9.0.0-rc.5:
|
||||
dev: false
|
||||
engines:
|
||||
node: '>= 10'
|
||||
resolution:
|
||||
integrity: sha512-R5MK/4syRGP7/JQ+7apdvj8H1RlLxsMyZz6NIcZxcna8w7tv3yWUo/xiFKKwEfiiEH3r9DJfBOrpiWPkYo5GEA==
|
||||
integrity: sha512-LGurIHW/TYo07WrbCWXBuZQ3Hg2CHAv5rXLFpxBfHjZawCTrrORQfD4NA+RPVbaWFgzMgw5VJybpJRd9iB1x6g==
|
||||
/@intlify/vite-plugin-vue-i18n/1.0.0-beta.12:
|
||||
dependencies:
|
||||
'@intlify/cli': 0.1.3
|
||||
@ -1343,7 +1343,7 @@ packages:
|
||||
lodash.isplainobject: 4.0.6
|
||||
lodash.merge: 4.6.2
|
||||
lodash.uniq: 4.5.0
|
||||
tailwindcss: 2.0.2_d337930ac9ab3cde8278bf6b015e1ea7
|
||||
tailwindcss: 2.0.2_90874d0ac9c8f3b30e7bed02cb9a0d41
|
||||
dev: true
|
||||
peerDependencies:
|
||||
tailwindcss: 2.0.0-alpha.24 || ^2.0.0
|
||||
@ -1379,13 +1379,13 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==
|
||||
/@typescript-eslint/eslint-plugin/4.14.0_980e7d90d2d08155204a38366bd3b934:
|
||||
/@typescript-eslint/eslint-plugin/4.14.0_9e3906cf32f63d048b7947740bc5b2a9:
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 4.14.0_eslint@7.18.0+typescript@4.1.3
|
||||
'@typescript-eslint/parser': 4.14.0_eslint@7.18.0+typescript@4.1.3
|
||||
'@typescript-eslint/experimental-utils': 4.14.0_eslint@7.19.0+typescript@4.1.3
|
||||
'@typescript-eslint/parser': 4.14.0_eslint@7.19.0+typescript@4.1.3
|
||||
'@typescript-eslint/scope-manager': 4.14.0
|
||||
debug: 4.3.1
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
lodash: 4.17.20
|
||||
regexpp: 3.1.0
|
||||
@ -1404,12 +1404,12 @@ packages:
|
||||
optional: true
|
||||
resolution:
|
||||
integrity: sha512-IJ5e2W7uFNfg4qh9eHkHRUCbgZ8VKtGwD07kannJvM5t/GU8P8+24NX8gi3Hf5jST5oWPY8kyV1s/WtfiZ4+Ww==
|
||||
/@typescript-eslint/eslint-plugin/4.14.0_eslint@7.18.0+typescript@4.1.3:
|
||||
/@typescript-eslint/eslint-plugin/4.14.2_eslint@7.19.0+typescript@4.1.3:
|
||||
dependencies:
|
||||
'@typescript-eslint/experimental-utils': 4.14.0_eslint@7.18.0+typescript@4.1.3
|
||||
'@typescript-eslint/scope-manager': 4.14.0
|
||||
'@typescript-eslint/experimental-utils': 4.14.2_eslint@7.19.0+typescript@4.1.3
|
||||
'@typescript-eslint/scope-manager': 4.14.2
|
||||
debug: 4.3.1
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
lodash: 4.17.20
|
||||
regexpp: 3.1.0
|
||||
@ -1427,14 +1427,14 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
resolution:
|
||||
integrity: sha512-IJ5e2W7uFNfg4qh9eHkHRUCbgZ8VKtGwD07kannJvM5t/GU8P8+24NX8gi3Hf5jST5oWPY8kyV1s/WtfiZ4+Ww==
|
||||
/@typescript-eslint/experimental-utils/4.14.0_eslint@7.18.0+typescript@4.1.3:
|
||||
integrity: sha512-uMGfG7GFYK/nYutK/iqYJv6K/Xuog/vrRRZX9aEP4Zv1jsYXuvFUMDFLhUnc8WFv3D2R5QhNQL3VYKmvLS5zsQ==
|
||||
/@typescript-eslint/experimental-utils/4.14.0_eslint@7.19.0+typescript@4.1.3:
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.7
|
||||
'@typescript-eslint/scope-manager': 4.14.0
|
||||
'@typescript-eslint/types': 4.14.0
|
||||
'@typescript-eslint/typescript-estree': 4.14.0_typescript@4.1.3
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 2.1.0
|
||||
dev: true
|
||||
@ -1445,13 +1445,30 @@ packages:
|
||||
typescript: '*'
|
||||
resolution:
|
||||
integrity: sha512-6i6eAoiPlXMKRbXzvoQD5Yn9L7k9ezzGRvzC/x1V3650rUk3c3AOjQyGYyF9BDxQQDK2ElmKOZRD0CbtdkMzQQ==
|
||||
/@typescript-eslint/parser/4.14.0_eslint@7.18.0+typescript@4.1.3:
|
||||
/@typescript-eslint/experimental-utils/4.14.2_eslint@7.19.0+typescript@4.1.3:
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.7
|
||||
'@typescript-eslint/scope-manager': 4.14.2
|
||||
'@typescript-eslint/types': 4.14.2
|
||||
'@typescript-eslint/typescript-estree': 4.14.2_typescript@4.1.3
|
||||
eslint: 7.19.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 2.1.0
|
||||
dev: true
|
||||
engines:
|
||||
node: ^10.12.0 || >=12.0.0
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
typescript: '*'
|
||||
resolution:
|
||||
integrity: sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA==
|
||||
/@typescript-eslint/parser/4.14.0_eslint@7.19.0+typescript@4.1.3:
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 4.14.0
|
||||
'@typescript-eslint/types': 4.14.0
|
||||
'@typescript-eslint/typescript-estree': 4.14.0_typescript@4.1.3
|
||||
debug: 4.3.1
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
typescript: 4.1.3
|
||||
dev: true
|
||||
engines:
|
||||
@ -1473,12 +1490,27 @@ packages:
|
||||
node: ^8.10.0 || ^10.13.0 || >=11.10.1
|
||||
resolution:
|
||||
integrity: sha512-/J+LlRMdbPh4RdL4hfP1eCwHN5bAhFAGOTsvE6SxsrM/47XQiPSgF5MDgLyp/i9kbZV9Lx80DW0OpPkzL+uf8Q==
|
||||
/@typescript-eslint/scope-manager/4.14.2:
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 4.14.2
|
||||
'@typescript-eslint/visitor-keys': 4.14.2
|
||||
dev: true
|
||||
engines:
|
||||
node: ^8.10.0 || ^10.13.0 || >=11.10.1
|
||||
resolution:
|
||||
integrity: sha512-cuV9wMrzKm6yIuV48aTPfIeqErt5xceTheAgk70N1V4/2Ecj+fhl34iro/vIssJlb7XtzcaD07hWk7Jk0nKghg==
|
||||
/@typescript-eslint/types/4.14.0:
|
||||
dev: true
|
||||
engines:
|
||||
node: ^8.10.0 || ^10.13.0 || >=11.10.1
|
||||
resolution:
|
||||
integrity: sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
|
||||
/@typescript-eslint/types/4.14.2:
|
||||
dev: true
|
||||
engines:
|
||||
node: ^8.10.0 || ^10.13.0 || >=11.10.1
|
||||
resolution:
|
||||
integrity: sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
|
||||
/@typescript-eslint/typescript-estree/4.14.0_typescript@4.1.3:
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 4.14.0
|
||||
@ -1500,6 +1532,27 @@ packages:
|
||||
optional: true
|
||||
resolution:
|
||||
integrity: sha512-wRjZ5qLao+bvS2F7pX4qi2oLcOONIB+ru8RGBieDptq/SudYwshveORwCVU4/yMAd4GK7Fsf8Uq1tjV838erag==
|
||||
/@typescript-eslint/typescript-estree/4.14.2_typescript@4.1.3:
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 4.14.2
|
||||
'@typescript-eslint/visitor-keys': 4.14.2
|
||||
debug: 4.3.1
|
||||
globby: 11.0.2
|
||||
is-glob: 4.0.1
|
||||
lodash: 4.17.20
|
||||
semver: 7.3.4
|
||||
tsutils: 3.19.1_typescript@4.1.3
|
||||
typescript: 4.1.3
|
||||
dev: true
|
||||
engines:
|
||||
node: ^10.12.0 || >=12.0.0
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
resolution:
|
||||
integrity: sha512-ESiFl8afXxt1dNj8ENEZT12p+jl9PqRur+Y19m0Z/SPikGL6rqq4e7Me60SU9a2M28uz48/8yct97VQYaGl0Vg==
|
||||
/@typescript-eslint/visitor-keys/4.14.0:
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 4.14.0
|
||||
@ -1509,7 +1562,16 @@ packages:
|
||||
node: ^8.10.0 || ^10.13.0 || >=11.10.1
|
||||
resolution:
|
||||
integrity: sha512-MeHHzUyRI50DuiPgV9+LxcM52FCJFYjJiWHtXlbyC27b80mfOwKeiKI+MHOTEpcpfmoPFm/vvQS88bYIx6PZTA==
|
||||
/@vitejs/plugin-vue/1.1.2_@vue+compiler-sfc@3.0.5:
|
||||
/@typescript-eslint/visitor-keys/4.14.2:
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 4.14.2
|
||||
eslint-visitor-keys: 2.0.0
|
||||
dev: true
|
||||
engines:
|
||||
node: ^8.10.0 || ^10.13.0 || >=11.10.1
|
||||
resolution:
|
||||
integrity: sha512-KBB+xLBxnBdTENs/rUgeUKO0UkPBRs2vD09oMRRIkj5BEN8PX1ToXV532desXfpQnZsYTyLLviS7JrPhdL154w==
|
||||
/@vitejs/plugin-vue/1.1.4_@vue+compiler-sfc@3.0.5:
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
||||
dev: true
|
||||
@ -1518,7 +1580,7 @@ packages:
|
||||
peerDependencies:
|
||||
'@vue/compiler-sfc': ^3.0.4
|
||||
resolution:
|
||||
integrity: sha512-a5ORYuPsiAO4Kb2blA/x63mDiBQBxEJkbjhVtiv5IP/I7fGfpwXPPGHx9LHD4MedpXp8icngJYMKO0hOwahtmQ==
|
||||
integrity: sha512-cUDILd++9jdhdjpuhgJofQqOabOKe+kTWTE2HQY2PBHEUO2fgwTurLE0cJg9UcIo1x4lHfsp+59S9TBCHgTZkw==
|
||||
/@vue/compiler-core/3.0.5:
|
||||
dependencies:
|
||||
'@babel/parser': 7.12.11
|
||||
@ -1565,10 +1627,10 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-Wm//Kuxa1DpgjE4P9W0coZr8wklOfJ35Jtq61CbU+t601CpPTK4+FL2QDBItaG7aoUUDCWL5nnxMkuaOgzTBKg==
|
||||
/@vue/devtools-api/6.0.0-beta.3:
|
||||
/@vue/devtools-api/6.0.0-beta.5:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-iJQhVyWzWIJxYIMjbZpljZQfU4gL2IMD5YQm3HXO8tQRU7RqqnD3f1WHn+vrqvrSvM8Qw2BeNugwdBBmbK8Oxg==
|
||||
integrity: sha512-Xik8/zF+cu1lQmhJy2djGudZ2OmSGGB25mjtTIGhMsNN7jvvwnn44kD6qSN22+PdnX6sAK+2EQ51WDCXWmitwg==
|
||||
/@vue/reactivity/3.0.5:
|
||||
dependencies:
|
||||
'@vue/shared': 3.0.5
|
||||
@ -1603,15 +1665,15 @@ packages:
|
||||
/@vue/shared/3.0.5:
|
||||
resolution:
|
||||
integrity: sha512-gYsNoGkWejBxNO6SNRjOh/xKeZ0H0V+TFzaPzODfBjkAIb0aQgBuixC1brandC/CDJy1wYPwSoYrXpvul7m6yw==
|
||||
/@vueuse/core/4.0.10_vue@3.0.5:
|
||||
/@vueuse/core/4.0.12_vue@3.0.5:
|
||||
dependencies:
|
||||
'@vueuse/shared': 4.0.10_vue@3.0.5
|
||||
'@vueuse/shared': 4.0.12_vue@3.0.5
|
||||
vue-demi: 0.6.0_vue@3.0.5
|
||||
dev: false
|
||||
peerDependencies:
|
||||
vue: '*'
|
||||
resolution:
|
||||
integrity: sha512-2TxaF9JWutJlrgRtz9r/vFPvpaKKQ8HL5eMIiIMNBpfAkf0BZkT5HsSzphNyJ9vMhjlM+DIlhGKdWVASOdc3Aw==
|
||||
integrity: sha512-0pAEWyUP6HAqJ6Qzbybfpa8fNVdERMizrgjQI8vRe8+Fu5Ge5a8M2aLYCrdrLNxV6DsEZJ0bUFeTWb3aUnbxUA==
|
||||
/@vueuse/head/0.2.3_vue@3.0.5:
|
||||
dependencies:
|
||||
vue: 3.0.5
|
||||
@ -1619,14 +1681,14 @@ packages:
|
||||
vue: '>=3'
|
||||
resolution:
|
||||
integrity: sha512-bAFZyUlT6+CVIwMcUw3TrtuhG/BfjS+UV5T8oH30tGPnVvqIsNuRCnNt9EbVd1GxHRDZD0K41515B5NiXPt84A==
|
||||
/@vueuse/shared/4.0.10_vue@3.0.5:
|
||||
/@vueuse/shared/4.0.12_vue@3.0.5:
|
||||
dependencies:
|
||||
vue-demi: 0.6.0_vue@3.0.5
|
||||
dev: false
|
||||
peerDependencies:
|
||||
vue: '*'
|
||||
resolution:
|
||||
integrity: sha512-x60po8a7v1tyaQNbXJWf/YTzgUzYU5rbmxKgxbxrHC2aDIcSLTMgqmwFrFpqbLwbNxvDta7z/R0MJms5bSaWwg==
|
||||
integrity: sha512-t5Amxc3BIwi+M2mI0iy9yHKe5plYJUMbxpIBuMDR953J5s12ewRe3s8MLvQdlhAiNN8FTh9CBKU+mfdNgbWauw==
|
||||
/abab/2.0.5:
|
||||
dev: true
|
||||
resolution:
|
||||
@ -1790,10 +1852,10 @@ packages:
|
||||
node: '>= 4.0.0'
|
||||
resolution:
|
||||
integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
||||
/autoprefixer/10.2.3_postcss@8.2.4:
|
||||
/autoprefixer/10.2.4_postcss@8.2.4:
|
||||
dependencies:
|
||||
browserslist: 4.16.1
|
||||
caniuse-lite: 1.0.30001179
|
||||
caniuse-lite: 1.0.30001183
|
||||
colorette: 1.2.1
|
||||
fraction.js: 4.0.13
|
||||
normalize-range: 0.1.2
|
||||
@ -1806,7 +1868,7 @@ packages:
|
||||
peerDependencies:
|
||||
postcss: ^8.1.0
|
||||
resolution:
|
||||
integrity: sha512-vlz+iv+EnLkVaTgX8wApfYzmK3LUfK8Z9XAnmflzxMy/+oFuNK8fVGQV79SOpBv4jxk2YQJimw4hXIKZ29570A==
|
||||
integrity: sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw==
|
||||
/aws-sign2/0.7.0:
|
||||
dev: true
|
||||
resolution:
|
||||
@ -1815,13 +1877,13 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
||||
/babel-eslint/10.1.0_eslint@7.18.0:
|
||||
/babel-eslint/10.1.0_eslint@7.19.0:
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.12.11
|
||||
'@babel/parser': 7.12.11
|
||||
'@babel/traverse': 7.12.12
|
||||
'@babel/types': 7.12.12
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-visitor-keys: 1.3.0
|
||||
resolve: 1.19.0
|
||||
dev: true
|
||||
@ -1876,7 +1938,7 @@ packages:
|
||||
integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
||||
/browserslist/4.16.1:
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001179
|
||||
caniuse-lite: 1.0.30001183
|
||||
colorette: 1.2.1
|
||||
electron-to-chromium: 1.3.642
|
||||
escalade: 3.1.1
|
||||
@ -1916,16 +1978,23 @@ packages:
|
||||
node: '>=6'
|
||||
resolution:
|
||||
integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
|
||||
/camel-case/3.0.0:
|
||||
dependencies:
|
||||
no-case: 2.3.2
|
||||
upper-case: 1.1.3
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=
|
||||
/camelcase-css/2.0.1:
|
||||
dev: true
|
||||
engines:
|
||||
node: '>= 6'
|
||||
resolution:
|
||||
integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
|
||||
/caniuse-lite/1.0.30001179:
|
||||
/caniuse-lite/1.0.30001183:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-blMmO0QQujuUWZKyVrD1msR4WNDAqb/UPO1Sw2WWsQ7deoM5bJiicKnWJ1Y0NS/aGINSnKPIWBMw5luX+NDUCA==
|
||||
integrity: sha512-7JkwTEE1hlRKETbCFd8HDZeLiQIUcl8rC6JgNjvHCNaxOeNmQ9V4LvQXRUsKIV2CC73qKxljwVhToaA3kLRqTw==
|
||||
/caseless/0.12.0:
|
||||
dev: true
|
||||
resolution:
|
||||
@ -1953,6 +2022,14 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
|
||||
/clean-css/4.2.3:
|
||||
dependencies:
|
||||
source-map: 0.6.1
|
||||
dev: true
|
||||
engines:
|
||||
node: '>= 4.0'
|
||||
resolution:
|
||||
integrity: sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==
|
||||
/clean-regexp/1.0.0:
|
||||
dependencies:
|
||||
escape-string-regexp: 1.0.5
|
||||
@ -2456,13 +2533,13 @@ packages:
|
||||
node: '>=4'
|
||||
resolution:
|
||||
integrity: sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==
|
||||
/eslint-config-standard/14.1.1_fd0dfe2a899efa0fc23d2662e68f006a:
|
||||
/eslint-config-standard/14.1.1_0b89f1768654f745819984d5b72822b3:
|
||||
dependencies:
|
||||
eslint: 7.18.0
|
||||
eslint-plugin-import: 2.22.1_eslint@7.18.0
|
||||
eslint-plugin-node: 11.1.0_eslint@7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-plugin-import: 2.22.1_eslint@7.19.0
|
||||
eslint-plugin-node: 11.1.0_eslint@7.19.0
|
||||
eslint-plugin-promise: 4.2.1
|
||||
eslint-plugin-standard: 4.1.0_eslint@7.18.0
|
||||
eslint-plugin-standard: 4.1.0_eslint@7.19.0
|
||||
dev: true
|
||||
peerDependencies:
|
||||
eslint: '>=6.2.2'
|
||||
@ -2488,9 +2565,9 @@ packages:
|
||||
node: '>=4'
|
||||
resolution:
|
||||
integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA==
|
||||
/eslint-plugin-es/3.0.1_eslint@7.18.0:
|
||||
/eslint-plugin-es/3.0.1_eslint@7.19.0:
|
||||
dependencies:
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-utils: 2.1.0
|
||||
regexpp: 3.1.0
|
||||
dev: true
|
||||
@ -2506,14 +2583,14 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-JSe3ZDb7feKMnQM27XWGeoIjvP4oWQMJD9GZ6wW67J7/plVL87NK72RBwlvfc3tTZiYUchHhxAwtgEd1GdofDA==
|
||||
/eslint-plugin-import/2.22.1_eslint@7.18.0:
|
||||
/eslint-plugin-import/2.22.1_eslint@7.19.0:
|
||||
dependencies:
|
||||
array-includes: 3.1.2
|
||||
array.prototype.flat: 1.2.4
|
||||
contains-path: 0.1.0
|
||||
debug: 2.6.9
|
||||
doctrine: 1.5.0
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-import-resolver-node: 0.3.4
|
||||
eslint-module-utils: 2.6.0
|
||||
has: 1.0.3
|
||||
@ -2529,10 +2606,10 @@ packages:
|
||||
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0
|
||||
resolution:
|
||||
integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw==
|
||||
/eslint-plugin-node/11.1.0_eslint@7.18.0:
|
||||
/eslint-plugin-node/11.1.0_eslint@7.19.0:
|
||||
dependencies:
|
||||
eslint: 7.18.0
|
||||
eslint-plugin-es: 3.0.1_eslint@7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-plugin-es: 3.0.1_eslint@7.19.0
|
||||
eslint-utils: 2.1.0
|
||||
ignore: 5.1.8
|
||||
minimatch: 3.0.4
|
||||
@ -2551,12 +2628,12 @@ packages:
|
||||
node: '>=6'
|
||||
resolution:
|
||||
integrity: sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
|
||||
/eslint-plugin-react/7.22.0_eslint@7.18.0:
|
||||
/eslint-plugin-react/7.22.0_eslint@7.19.0:
|
||||
dependencies:
|
||||
array-includes: 3.1.2
|
||||
array.prototype.flatmap: 1.2.4
|
||||
doctrine: 2.1.0
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
has: 1.0.3
|
||||
jsx-ast-utils: 3.2.0
|
||||
object.entries: 1.1.3
|
||||
@ -2572,21 +2649,21 @@ packages:
|
||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7
|
||||
resolution:
|
||||
integrity: sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA==
|
||||
/eslint-plugin-standard/4.1.0_eslint@7.18.0:
|
||||
/eslint-plugin-standard/4.1.0_eslint@7.19.0:
|
||||
dependencies:
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
dev: true
|
||||
peerDependencies:
|
||||
eslint: '>=5.0.0'
|
||||
resolution:
|
||||
integrity: sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ==
|
||||
/eslint-plugin-unicorn/23.0.0_eslint@7.18.0:
|
||||
/eslint-plugin-unicorn/23.0.0_eslint@7.19.0:
|
||||
dependencies:
|
||||
ci-info: 2.0.0
|
||||
clean-regexp: 1.0.0
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-ast-utils: 1.1.0
|
||||
eslint-template-visitor: 2.2.2_eslint@7.18.0
|
||||
eslint-template-visitor: 2.2.2_eslint@7.19.0
|
||||
eslint-utils: 2.1.0
|
||||
import-modules: 2.1.0
|
||||
lodash: 4.17.20
|
||||
@ -2603,13 +2680,13 @@ packages:
|
||||
eslint: '>=7.11.0'
|
||||
resolution:
|
||||
integrity: sha512-Vabo3cjl6cjyhcf+76CdQEY6suOFzK0Xh3xo0uL9VDYrDJP5+B6PjV0tHTYm82WZmFWniugFJM3ywHSNYTi/ZQ==
|
||||
/eslint-plugin-vue/7.1.0_eslint@7.18.0:
|
||||
/eslint-plugin-vue/7.1.0_eslint@7.19.0:
|
||||
dependencies:
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-utils: 2.1.0
|
||||
natural-compare: 1.4.0
|
||||
semver: 7.3.4
|
||||
vue-eslint-parser: 7.3.0_eslint@7.18.0
|
||||
vue-eslint-parser: 7.3.0_eslint@7.19.0
|
||||
dev: true
|
||||
engines:
|
||||
node: '>=8.10'
|
||||
@ -2626,10 +2703,10 @@ packages:
|
||||
node: '>=8.0.0'
|
||||
resolution:
|
||||
integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
||||
/eslint-template-visitor/2.2.2_eslint@7.18.0:
|
||||
/eslint-template-visitor/2.2.2_eslint@7.19.0:
|
||||
dependencies:
|
||||
babel-eslint: 10.1.0_eslint@7.18.0
|
||||
eslint: 7.18.0
|
||||
babel-eslint: 10.1.0_eslint@7.19.0
|
||||
eslint: 7.19.0
|
||||
eslint-visitor-keys: 2.0.0
|
||||
esquery: 1.3.1
|
||||
multimap: 1.1.0
|
||||
@ -2658,7 +2735,7 @@ packages:
|
||||
node: '>=10'
|
||||
resolution:
|
||||
integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
||||
/eslint/7.18.0:
|
||||
/eslint/7.19.0:
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.12.11
|
||||
'@eslint/eslintrc': 0.3.0
|
||||
@ -2702,7 +2779,7 @@ packages:
|
||||
node: ^10.12.0 || >=12.0.0
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
|
||||
integrity: sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
|
||||
/espree/6.2.1:
|
||||
dependencies:
|
||||
acorn: 7.4.1
|
||||
@ -3071,6 +3148,11 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==
|
||||
/he/1.2.0:
|
||||
dev: true
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
|
||||
/hosted-git-info/2.8.8:
|
||||
dev: true
|
||||
resolution:
|
||||
@ -3083,6 +3165,21 @@ packages:
|
||||
node: '>=10'
|
||||
resolution:
|
||||
integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==
|
||||
/html-minifier/4.0.0:
|
||||
dependencies:
|
||||
camel-case: 3.0.0
|
||||
clean-css: 4.2.3
|
||||
commander: 2.20.3
|
||||
he: 1.2.0
|
||||
param-case: 2.1.1
|
||||
relateurl: 0.2.7
|
||||
uglify-js: 3.12.6
|
||||
dev: true
|
||||
engines:
|
||||
node: '>=6'
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==
|
||||
/html-tags/3.1.0:
|
||||
dev: true
|
||||
engines:
|
||||
@ -3590,6 +3687,10 @@ packages:
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
||||
/lower-case/1.1.4:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha1-miyr0bno4K6ZOkv31YdcOcQujqw=
|
||||
/lru-cache/5.1.1:
|
||||
dependencies:
|
||||
yallist: 3.1.1
|
||||
@ -3711,6 +3812,12 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
|
||||
/no-case/2.3.2:
|
||||
dependencies:
|
||||
lower-case: 1.1.4
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==
|
||||
/node-emoji/1.10.0:
|
||||
dependencies:
|
||||
lodash.toarray: 4.4.0
|
||||
@ -3890,6 +3997,12 @@ packages:
|
||||
node: '>=6'
|
||||
resolution:
|
||||
integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
|
||||
/param-case/2.1.1:
|
||||
dependencies:
|
||||
no-case: 2.3.2
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha1-35T9jPZTHs915r75oIWPvHK+Ikc=
|
||||
/parent-module/1.0.1:
|
||||
dependencies:
|
||||
callsites: 3.1.0
|
||||
@ -3993,13 +4106,13 @@ packages:
|
||||
node: '>=4'
|
||||
resolution:
|
||||
integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
|
||||
/pnpm/5.15.3:
|
||||
/pnpm/5.16.0:
|
||||
dev: true
|
||||
engines:
|
||||
node: '>=10.16'
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-3E53AIFukQA8OAgYcIb7dGN5+MA0GfNK8nMJwuT6sDnLC/bUs9uUSc+CaHKxZ34SIx/K5bH7gc6Q1kg2R/AiVg==
|
||||
integrity: sha512-f7bNVvYGK24eiZ5gYX4wKOSohg6kIybEhrprHqUtFsP3TfttGSLqid1OTzLvVzwVp58QBj9ifOVwRQ+RiSmE0A==
|
||||
/postcss-functions/3.0.0:
|
||||
dependencies:
|
||||
glob: 7.1.6
|
||||
@ -4139,6 +4252,13 @@ packages:
|
||||
node: '>= 0.8.0'
|
||||
resolution:
|
||||
integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
||||
/prettier/2.2.1:
|
||||
dev: true
|
||||
engines:
|
||||
node: '>=10.13.0'
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
|
||||
/pretty-bytes/5.5.0:
|
||||
dev: true
|
||||
engines:
|
||||
@ -4151,10 +4271,10 @@ packages:
|
||||
node: '>= 0.8'
|
||||
resolution:
|
||||
integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
|
||||
/prism-theme-vars/0.1.3:
|
||||
/prism-theme-vars/0.1.4:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-gJFyDHitVmx4KfHlkfG9yrZBuU7nQtcPeP/wh40OZUZEavM5dw6GAhldlMJIVNpDSsrIT9Nk4BHAn7VRPivHtQ==
|
||||
integrity: sha512-Hu2fmxd1J4gJdgzRf+/VHeDXiLpyJN0fp7cOdcN7+S92fGnF5PXol3d4/zXLQkaYc6ZAO0MW/Vqq5qssU/X52g==
|
||||
/prismjs/1.23.0:
|
||||
dev: true
|
||||
optionalDependencies:
|
||||
@ -4324,6 +4444,12 @@ packages:
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-jjyuCp+IEMIm3N1H1LLTJW1EISEJV9+5oHdEyrt43Pg9cDSb6rrLZei2cVWpl0xTjmmlpec/lEQGYgM7xfpGCQ==
|
||||
/relateurl/0.2.7:
|
||||
dev: true
|
||||
engines:
|
||||
node: '>= 0.10'
|
||||
resolution:
|
||||
integrity: sha1-VNvzd+UUQKypCkzSdGANP/LYiKk=
|
||||
/request-promise-core/1.1.4_request@2.88.2:
|
||||
dependencies:
|
||||
lodash: 4.17.20
|
||||
@ -4761,10 +4887,10 @@ packages:
|
||||
node: '>=10.0.0'
|
||||
resolution:
|
||||
integrity: sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==
|
||||
/tailwindcss/2.0.2_d337930ac9ab3cde8278bf6b015e1ea7:
|
||||
/tailwindcss/2.0.2_90874d0ac9c8f3b30e7bed02cb9a0d41:
|
||||
dependencies:
|
||||
'@fullhuman/postcss-purgecss': 3.1.3
|
||||
autoprefixer: 10.2.3_postcss@8.2.4
|
||||
autoprefixer: 10.2.4_postcss@8.2.4
|
||||
bytes: 3.1.0
|
||||
chalk: 4.1.0
|
||||
color: 3.1.3
|
||||
@ -4950,6 +5076,13 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==
|
||||
/uglify-js/3.12.6:
|
||||
dev: true
|
||||
engines:
|
||||
node: '>=0.8.0'
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-aqWHe3DfQmZUDGWBbabZ2eQnJlQd1fKlMUu7gV+MiTuDzdgDw31bI3wA2jLLsV/hNcDP26IfyEgSVoft5+0SVw==
|
||||
/unicode-canonical-property-names-ecmascript/1.0.4:
|
||||
dev: true
|
||||
engines:
|
||||
@ -5001,6 +5134,10 @@ packages:
|
||||
node: '>=4'
|
||||
resolution:
|
||||
integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
|
||||
/upper-case/1.1.3:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=
|
||||
/uri-js/4.4.1:
|
||||
dependencies:
|
||||
punycode: 2.1.1
|
||||
@ -5045,9 +5182,9 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-tOcWm/2T+XUImJ8yFZb/i8dUWXNoraqDdKrBBpfbHGg3MES0T6AN1315iuKYHTG71fwKI0OGElw3S9B04ZUwPA==
|
||||
/vite-plugin-icons/0.2.1_a4b82e2d2342f19b76a879e5efac3f45:
|
||||
/vite-plugin-icons/0.2.1_f2c2b98829fb471a34d90a492f734967:
|
||||
dependencies:
|
||||
'@iconify/json': 1.1.291
|
||||
'@iconify/json': 1.1.296
|
||||
'@iconify/json-tools': 1.0.10
|
||||
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
||||
dev: true
|
||||
@ -5056,7 +5193,7 @@ packages:
|
||||
'@vue/compiler-sfc': ^3.0.2
|
||||
resolution:
|
||||
integrity: sha512-ZIJ8G2AHwEDt4oDST46E6Uy7W2EtVyoe1hzmJMkutbq3esUkcYVoYydT6Y12lhq1ppnVnShkbc0XzfKqolfCSg==
|
||||
/vite-plugin-md/0.4.1_vite@2.0.0-beta.46:
|
||||
/vite-plugin-md/0.4.2_vite@2.0.0-beta.46:
|
||||
dependencies:
|
||||
gray-matter: 4.0.2
|
||||
markdown-it: 12.0.4
|
||||
@ -5065,8 +5202,8 @@ packages:
|
||||
peerDependencies:
|
||||
vite: ^2.0.0-beta.1
|
||||
resolution:
|
||||
integrity: sha512-JCvz1KGvK4woRRhbouW5GJLfw+TKxdu/PkXmVv0KNdpJdCMTDL6tQ6dEd09aK3Z1Muz1QvGbs2uSbXN98idAbg==
|
||||
/vite-plugin-pages/0.1.7_vue@3.0.5:
|
||||
integrity: sha512-gAmtGCiPj0ESdWJikKTg4h0ADqybezRVOh1a51KtWqYk4WgwrvFRpTeVq9fVqLXLFhuU0iUIKJ04V3KeXAeWdQ==
|
||||
/vite-plugin-pages/0.1.8_vue@3.0.5:
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
directory-tree: 2.2.5
|
||||
@ -5078,8 +5215,8 @@ packages:
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
resolution:
|
||||
integrity: sha512-/IBAEAX4w4EoLzQpK+hf0D66HUn2lBSZJmLedSKXVykbKCMf9VGME4hlynT91RKMa0AXKYdcXwQJM3xmbyjxdw==
|
||||
/vite-plugin-pwa/0.3.10:
|
||||
integrity: sha512-NHJDiDPGPiBw4i1opMYiO3YgD2KyDN7q4USI/0A8geDRAxVaLFMYsTW65dPAU+TKyMtywYvAEWlE8e4J+dGqug==
|
||||
/vite-plugin-pwa/0.4.2:
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
fast-glob: 3.2.5
|
||||
@ -5087,15 +5224,17 @@ packages:
|
||||
workbox-build: 6.0.2
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha512-UMvOTsTQumIy1yJ7imIEsjdealbeOzc30PjNK1By4aEuRUHCI2kJ7Mmh8xUbLJWSLVaUfIKIG1zguk5cpmD3SQ==
|
||||
/vite-ssg/0.4.2_67baffff43cafb4933a0b440cee9b6c9:
|
||||
integrity: sha512-zlKK45jBa7hxrVQlEIbdiIU3Eds2NEd6XT8noYPZha8GFRdB6Y6Izpnp7JYRHc+H6I4JHI3bmlwifOtjSFRrbA==
|
||||
/vite-ssg/0.7.0_67baffff43cafb4933a0b440cee9b6c9:
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.0.5_vue@3.0.5
|
||||
'@vue/server-renderer': 3.0.5_vue@3.0.5
|
||||
'@vueuse/head': 0.2.3_vue@3.0.5
|
||||
chalk: 4.1.0
|
||||
fs-extra: 9.1.0
|
||||
html-minifier: 4.0.0
|
||||
jsdom: 16.4.0
|
||||
prettier: 2.2.1
|
||||
vite: 2.0.0-beta.46
|
||||
vue: 3.0.5
|
||||
vue-router: 4.0.3_vue@3.0.5
|
||||
@ -5111,7 +5250,7 @@ packages:
|
||||
vue: ^3.0.4
|
||||
vue-router: ^4.0.1
|
||||
resolution:
|
||||
integrity: sha512-cdgocXQrATjqSFbOFQs9KFIp8SiOHFKYVX/5dYuGcGm+5GvsdXn0biv7bcDD5lbyFK5flQ1gNmGWNNSlFRAqow==
|
||||
integrity: sha512-6Jnx17J1n5NwHrVVDxdKocfR6QlRkmrVfySKu7o7uEsd+t5o1S02WTi0MD9GpqxhB98lui8thI+WWM9x5FckQw==
|
||||
/vite/2.0.0-beta.46:
|
||||
dependencies:
|
||||
esbuild: 0.8.34
|
||||
@ -5136,10 +5275,10 @@ packages:
|
||||
requiresBuild: true
|
||||
resolution:
|
||||
integrity: sha512-8GEJa0mHJpYJeGeq5fD1pJct2kfdl30PHfmL1NaJ97mgKPyKojlIRt/3inGBK4Y0ylCI6T5vOo3chwpqDOq/Hw==
|
||||
/vue-eslint-parser/7.3.0_eslint@7.18.0:
|
||||
/vue-eslint-parser/7.3.0_eslint@7.19.0:
|
||||
dependencies:
|
||||
debug: 4.3.1
|
||||
eslint: 7.18.0
|
||||
eslint: 7.19.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-visitor-keys: 1.3.0
|
||||
espree: 6.2.1
|
||||
@ -5152,11 +5291,11 @@ packages:
|
||||
eslint: '>=5.0.0'
|
||||
resolution:
|
||||
integrity: sha512-n5PJKZbyspD0+8LnaZgpEvNCrjQx1DyDHw8JdWwoxhhC+yRip4TAvSDpXGf9SWX6b0umeB5aR61gwUo6NVvFxw==
|
||||
/vue-i18n/9.0.0-rc.4_vue@3.0.5:
|
||||
/vue-i18n/9.0.0-rc.5_vue@3.0.5:
|
||||
dependencies:
|
||||
'@intlify/core-base': 9.0.0-rc.4
|
||||
'@intlify/shared': 9.0.0-rc.4
|
||||
'@vue/devtools-api': 6.0.0-beta.3
|
||||
'@intlify/core-base': 9.0.0-rc.5
|
||||
'@intlify/shared': 9.0.0-rc.5
|
||||
'@vue/devtools-api': 6.0.0-beta.5
|
||||
vue: 3.0.5
|
||||
dev: false
|
||||
engines:
|
||||
@ -5164,7 +5303,7 @@ packages:
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
resolution:
|
||||
integrity: sha512-PPOQpMVnR7p0IqVSWAc0PN/qowvF6IA0IVdp0NQ/VcaqqBrVGGOyeo5YENdVePT5U1oF9MY8ZKVxFLKdqMTMJw==
|
||||
integrity: sha512-sOi/bbUYsLH1rGeGgVeOZukeIxk4FlaeNQKcudtHM8Uc5Y7Fhnvv9APKwUoa1hs2GAflhVCiVZopPrd20HL2+w==
|
||||
/vue-router/4.0.3_vue@3.0.5:
|
||||
dependencies:
|
||||
vue: 3.0.5
|
||||
@ -5484,34 +5623,34 @@ packages:
|
||||
integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
||||
specifiers:
|
||||
'@antfu/eslint-config': ^0.4.3
|
||||
'@iconify/json': ^1.1.291
|
||||
'@iconify/json': ^1.1.296
|
||||
'@intlify/vite-plugin-vue-i18n': ^1.0.0-beta.12
|
||||
'@tailwindcss/typography': ^0.4.0
|
||||
'@types/nprogress': ^0.2.0
|
||||
'@typescript-eslint/eslint-plugin': ^4.14.0
|
||||
'@vitejs/plugin-vue': ^1.1.2
|
||||
'@typescript-eslint/eslint-plugin': ^4.14.2
|
||||
'@vitejs/plugin-vue': ^1.1.4
|
||||
'@vue/compiler-sfc': ^3.0.5
|
||||
'@vue/server-renderer': ^3.0.5
|
||||
'@vueuse/core': ^4.0.10
|
||||
'@vueuse/core': ^4.0.12
|
||||
'@vueuse/head': ^0.2.3
|
||||
autoprefixer: ^10.2.3
|
||||
autoprefixer: ^10.2.4
|
||||
cross-env: ^7.0.3
|
||||
eslint: ^7.18.0
|
||||
eslint: ^7.19.0
|
||||
markdown-it-prism: ^2.1.4
|
||||
nprogress: ^0.2.0
|
||||
pnpm: ^5.15.3
|
||||
pnpm: ^5.16.0
|
||||
postcss: ^8.2.4
|
||||
postcss-nested: ^5.0.3
|
||||
prism-theme-vars: ^0.1.3
|
||||
prism-theme-vars: ^0.1.4
|
||||
tailwindcss: ^2.0.2
|
||||
typescript: ^4.1.3
|
||||
vite: 2.0.0-beta.46
|
||||
vite-plugin-components: ^0.6.6
|
||||
vite-plugin-icons: ^0.2.1
|
||||
vite-plugin-md: ^0.4.1
|
||||
vite-plugin-pages: ^0.1.7
|
||||
vite-plugin-pwa: ^0.3.10
|
||||
vite-ssg: ^0.4.2
|
||||
vite-plugin-md: ^0.4.2
|
||||
vite-plugin-pages: ^0.1.8
|
||||
vite-plugin-pwa: ^0.4.2
|
||||
vite-ssg: ^0.7.0
|
||||
vue: ^3.0.5
|
||||
vue-i18n: ^9.0.0-rc.4
|
||||
vue-i18n: ^9.0.0-rc.5
|
||||
vue-router: ^4.0.3
|
||||
|
Loading…
Reference in New Issue
Block a user