chore: upgrade dependencies
This commit is contained in:
parent
bfd506956a
commit
e03ea374ff
26
package.json
26
package.json
|
|
@ -21,31 +21,31 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"insane": "^2.6.2",
|
||||
"marked": "^4.1.0",
|
||||
"pinia": "^2.0.22",
|
||||
"vue": "^3.2.39",
|
||||
"vue-router": "^4.1.5"
|
||||
"marked": "^4.2.3",
|
||||
"pinia": "^2.0.27",
|
||||
"vue": "^3.2.45",
|
||||
"vue-router": "^4.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/vue": "^5.0.2",
|
||||
"@cypress/vue": "^5.0.3",
|
||||
"@mutoe/eslint-config-preset-vue": "~2.1.2",
|
||||
"@pinia/testing": "^0.0.14",
|
||||
"@testing-library/cypress": "^8.0.3",
|
||||
"@testing-library/cypress": "^8.0.7",
|
||||
"@types/marked": "^4.0.7",
|
||||
"@vitejs/plugin-vue": "^3.1.0",
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
"concurrently": "^7.4.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"cypress": "^11.2.0",
|
||||
"eslint": "^8.23.1",
|
||||
"eslint": "^8.29.0",
|
||||
"eslint-plugin-chai-friendly": "^0.7.2",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
"husky": "^8.0.2",
|
||||
"lint-staged": "^13.0.4",
|
||||
"rollup-plugin-analyzer": "^4.0.0",
|
||||
"swagger-typescript-api": "^12.0.2",
|
||||
"typescript": "~4.9.3",
|
||||
"vite": "^3.1.3",
|
||||
"vue-tsc": "^1.0.10"
|
||||
"vite": "^3.2.4",
|
||||
"vue-tsc": "^1.0.11"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{ts,vue}": "eslint --fix",
|
||||
|
|
|
|||
232
pnpm-lock.yaml
232
pnpm-lock.yaml
|
|
@ -1,30 +1,30 @@
|
|||
lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
'@cypress/vue': ^5.0.2
|
||||
'@cypress/vue': ^5.0.3
|
||||
'@mutoe/eslint-config-preset-vue': ~2.1.2
|
||||
'@pinia/testing': ^0.0.14
|
||||
'@testing-library/cypress': ^8.0.3
|
||||
'@testing-library/cypress': ^8.0.7
|
||||
'@types/marked': ^4.0.7
|
||||
'@vitejs/plugin-vue': ^3.1.0
|
||||
'@vitejs/plugin-vue': ^3.2.0
|
||||
'@vue/tsconfig': ^0.1.3
|
||||
concurrently: ^7.4.0
|
||||
concurrently: ^7.6.0
|
||||
cypress: ^11.2.0
|
||||
eslint: ^8.23.1
|
||||
eslint: ^8.29.0
|
||||
eslint-plugin-chai-friendly: ^0.7.2
|
||||
eslint-plugin-cypress: ^2.12.1
|
||||
husky: ^8.0.1
|
||||
husky: ^8.0.2
|
||||
insane: ^2.6.2
|
||||
lint-staged: ^13.0.3
|
||||
marked: ^4.1.0
|
||||
pinia: ^2.0.22
|
||||
lint-staged: ^13.0.4
|
||||
marked: ^4.2.3
|
||||
pinia: ^2.0.27
|
||||
rollup-plugin-analyzer: ^4.0.0
|
||||
swagger-typescript-api: ^12.0.2
|
||||
typescript: ~4.9.3
|
||||
vite: ^3.1.3
|
||||
vue: ^3.2.39
|
||||
vue-router: ^4.1.5
|
||||
vue-tsc: ^1.0.10
|
||||
vite: ^3.2.4
|
||||
vue: ^3.2.45
|
||||
vue-router: ^4.1.6
|
||||
vue-tsc: ^1.0.11
|
||||
|
||||
dependencies:
|
||||
insane: 2.6.2
|
||||
|
|
@ -34,8 +34,8 @@ dependencies:
|
|||
vue-router: 4.1.6_vue@3.2.45
|
||||
|
||||
devDependencies:
|
||||
'@cypress/vue': 5.0.2_cypress@11.2.0+vue@3.2.45
|
||||
'@mutoe/eslint-config-preset-vue': 2.1.2_db7pcermtotvojzae6mkm3m3sa
|
||||
'@cypress/vue': 5.0.3_cypress@11.2.0+vue@3.2.45
|
||||
'@mutoe/eslint-config-preset-vue': 2.1.2_5akckbu4tmbn6phmzmqezegkrq
|
||||
'@pinia/testing': 0.0.14_pinia@2.0.27+vue@3.2.45
|
||||
'@testing-library/cypress': 8.0.7_cypress@11.2.0
|
||||
'@types/marked': 4.0.7
|
||||
|
|
@ -43,16 +43,16 @@ devDependencies:
|
|||
'@vue/tsconfig': 0.1.3
|
||||
concurrently: 7.6.0
|
||||
cypress: 11.2.0
|
||||
eslint: 8.28.0
|
||||
eslint-plugin-chai-friendly: 0.7.2_eslint@8.28.0
|
||||
eslint-plugin-cypress: 2.12.1_eslint@8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-plugin-chai-friendly: 0.7.2_eslint@8.29.0
|
||||
eslint-plugin-cypress: 2.12.1_eslint@8.29.0
|
||||
husky: 8.0.2
|
||||
lint-staged: 13.0.4
|
||||
rollup-plugin-analyzer: 4.0.0
|
||||
swagger-typescript-api: 12.0.2
|
||||
typescript: 4.9.3
|
||||
vite: 3.2.4
|
||||
vue-tsc: 1.0.10_typescript@4.9.3
|
||||
vue-tsc: 1.0.11_typescript@4.9.3
|
||||
|
||||
packages:
|
||||
|
||||
|
|
@ -133,8 +133,8 @@ packages:
|
|||
uuid: 8.3.2
|
||||
dev: true
|
||||
|
||||
/@cypress/vue/5.0.2_cypress@11.2.0+vue@3.2.45:
|
||||
resolution: {integrity: sha512-1aU8iAjVKc6gFCbZgXUJ+Dr5Gz88brVrRwWxJOUPKfEDSzKJgVEdNDCu/jZhOxFjc2PhiE/IiAHDxZ+RED5Bmw==}
|
||||
/@cypress/vue/5.0.3_cypress@11.2.0+vue@3.2.45:
|
||||
resolution: {integrity: sha512-wGOr/aI5KAwpbO44Anb0lgi3mdOUg8V+F16Mam7txBqSCIoX4nRHNDVOx6MR3fSUEsDRhYi3reF+mQgdZdc9rQ==}
|
||||
engines: {node: '>=8'}
|
||||
peerDependencies:
|
||||
'@cypress/webpack-dev-server': '*'
|
||||
|
|
@ -216,17 +216,17 @@ packages:
|
|||
resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==}
|
||||
dev: true
|
||||
|
||||
/@mutoe/eslint-config-preset-basic/2.1.2_vbnhqcxlbs7ynbxw44hu2vq7eq:
|
||||
/@mutoe/eslint-config-preset-basic/2.1.2_ub3senzxbs32f65wl7xoyha6lu:
|
||||
resolution: {integrity: sha512-H446pFOzfFyxVJDAZmiH3a2EbJFGvEfohgXBFOiCUVqGvHma0ZE+HZ73AHY6NP696Ut03YkXAAW1SDGNiulBzQ==}
|
||||
peerDependencies:
|
||||
eslint: ^8.17.0
|
||||
dependencies:
|
||||
'@mutoe/eslint-config-preset-standard': 1.2.1_vbnhqcxlbs7ynbxw44hu2vq7eq
|
||||
eslint: 8.28.0
|
||||
'@mutoe/eslint-config-preset-standard': 1.2.1_ub3senzxbs32f65wl7xoyha6lu
|
||||
eslint: 8.29.0
|
||||
eslint-plugin-html: 7.1.0
|
||||
eslint-plugin-jsonc: 2.5.0_eslint@8.28.0
|
||||
eslint-plugin-unicorn: 44.0.2_eslint@8.28.0
|
||||
eslint-plugin-yml: 1.2.0_eslint@8.28.0
|
||||
eslint-plugin-jsonc: 2.5.0_eslint@8.29.0
|
||||
eslint-plugin-unicorn: 44.0.2_eslint@8.29.0
|
||||
eslint-plugin-yml: 1.2.0_eslint@8.29.0
|
||||
jsonc-eslint-parser: 2.1.0
|
||||
yaml-eslint-parser: 1.1.0
|
||||
transitivePeerDependencies:
|
||||
|
|
@ -236,15 +236,15 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@mutoe/eslint-config-preset-standard/1.2.1_vbnhqcxlbs7ynbxw44hu2vq7eq:
|
||||
/@mutoe/eslint-config-preset-standard/1.2.1_ub3senzxbs32f65wl7xoyha6lu:
|
||||
resolution: {integrity: sha512-8pqA6egFBkE778HlfmEatU9c5EkM68j3HHnvySzvcWZG/uAXEcNZCkUKS/K8HK/hlgSI6j2kVLHGJqALdbtRVQ==}
|
||||
peerDependencies:
|
||||
eslint: ^8.17.0
|
||||
dependencies:
|
||||
eslint: 8.28.0
|
||||
eslint-plugin-import: 2.26.0_vbnhqcxlbs7ynbxw44hu2vq7eq
|
||||
eslint-plugin-n: 15.5.1_eslint@8.28.0
|
||||
eslint-plugin-promise: 6.1.1_eslint@8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-plugin-import: 2.26.0_ub3senzxbs32f65wl7xoyha6lu
|
||||
eslint-plugin-n: 15.5.1_eslint@8.29.0
|
||||
eslint-plugin-promise: 6.1.1_eslint@8.29.0
|
||||
transitivePeerDependencies:
|
||||
- '@typescript-eslint/parser'
|
||||
- eslint-import-resolver-typescript
|
||||
|
|
@ -252,16 +252,16 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@mutoe/eslint-config-preset-ts/2.1.2_hsf322ms6xhhd4b5ne6lb74y4a:
|
||||
/@mutoe/eslint-config-preset-ts/2.1.2_s5ps7njkmjlaqajutnox5ntcla:
|
||||
resolution: {integrity: sha512-jgWsgsBgr6b89Y1RygKjEoc8FIp5WeX2eGBfIWObXkmsJdkQztMBqTDIAs2eC0Kk4mYOXvhIIw4GAA1xRd+0CA==}
|
||||
peerDependencies:
|
||||
eslint: ^8.17.0
|
||||
typescript: '>=3.9'
|
||||
dependencies:
|
||||
'@mutoe/eslint-config-preset-basic': 2.1.2_vbnhqcxlbs7ynbxw44hu2vq7eq
|
||||
'@typescript-eslint/eslint-plugin': 5.45.0_czs5uoqkd3podpy6vgtsxfc7au
|
||||
'@typescript-eslint/parser': 5.45.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
eslint: 8.28.0
|
||||
'@mutoe/eslint-config-preset-basic': 2.1.2_ub3senzxbs32f65wl7xoyha6lu
|
||||
'@typescript-eslint/eslint-plugin': 5.45.0_yjegg5cyoezm3fzsmuszzhetym
|
||||
'@typescript-eslint/parser': 5.45.0_s5ps7njkmjlaqajutnox5ntcla
|
||||
eslint: 8.29.0
|
||||
typescript: 4.9.3
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
|
|
@ -269,17 +269,17 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@mutoe/eslint-config-preset-vue/2.1.2_db7pcermtotvojzae6mkm3m3sa:
|
||||
/@mutoe/eslint-config-preset-vue/2.1.2_5akckbu4tmbn6phmzmqezegkrq:
|
||||
resolution: {integrity: sha512-BzLW5dcTmsozcAKfOcGJ8s5+OpjeBj/42c9z584AzNrUg7xPCmpOUznJ2yCNOQ1ozBsWOwwc03wGRMtcoGb6gg==}
|
||||
peerDependencies:
|
||||
eslint: ^8.17.0
|
||||
vue: ^3
|
||||
dependencies:
|
||||
'@mutoe/eslint-config-preset-ts': 2.1.2_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
eslint: 8.28.0
|
||||
eslint-plugin-vue: 9.8.0_eslint@8.28.0
|
||||
'@mutoe/eslint-config-preset-ts': 2.1.2_s5ps7njkmjlaqajutnox5ntcla
|
||||
eslint: 8.29.0
|
||||
eslint-plugin-vue: 9.8.0_eslint@8.29.0
|
||||
vue: 3.2.45
|
||||
vue-eslint-parser: 9.1.0_eslint@8.28.0
|
||||
vue-eslint-parser: 9.1.0_eslint@8.29.0
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-import-resolver-webpack
|
||||
|
|
@ -305,7 +305,7 @@ packages:
|
|||
engines: {node: '>= 8'}
|
||||
dependencies:
|
||||
'@nodelib/fs.scandir': 2.1.5
|
||||
fastq: 1.13.0
|
||||
fastq: 1.14.0
|
||||
dev: true
|
||||
|
||||
/@pinia/testing/0.0.14_pinia@2.0.27+vue@3.2.45:
|
||||
|
|
@ -397,7 +397,7 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.45.0_czs5uoqkd3podpy6vgtsxfc7au:
|
||||
/@typescript-eslint/eslint-plugin/5.45.0_yjegg5cyoezm3fzsmuszzhetym:
|
||||
resolution: {integrity: sha512-CXXHNlf0oL+Yg021cxgOdMHNTXD17rHkq7iW6RFHoybdFgQBjU3yIXhhcPpGwr1CjZlo6ET8C6tzX5juQoXeGA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
|
@ -408,12 +408,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.45.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
'@typescript-eslint/parser': 5.45.0_s5ps7njkmjlaqajutnox5ntcla
|
||||
'@typescript-eslint/scope-manager': 5.45.0
|
||||
'@typescript-eslint/type-utils': 5.45.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
'@typescript-eslint/utils': 5.45.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
'@typescript-eslint/type-utils': 5.45.0_s5ps7njkmjlaqajutnox5ntcla
|
||||
'@typescript-eslint/utils': 5.45.0_s5ps7njkmjlaqajutnox5ntcla
|
||||
debug: 4.3.4
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
ignore: 5.2.1
|
||||
natural-compare-lite: 1.4.0
|
||||
regexpp: 3.2.0
|
||||
|
|
@ -424,7 +424,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.45.0_hsf322ms6xhhd4b5ne6lb74y4a:
|
||||
/@typescript-eslint/parser/5.45.0_s5ps7njkmjlaqajutnox5ntcla:
|
||||
resolution: {integrity: sha512-brvs/WSM4fKUmF5Ot/gEve6qYiCMjm6w4HkHPfS6ZNmxTS0m0iNN4yOChImaCkqc1hRwFGqUyanMXuGal6oyyQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
|
@ -438,7 +438,7 @@ packages:
|
|||
'@typescript-eslint/types': 5.45.0
|
||||
'@typescript-eslint/typescript-estree': 5.45.0_typescript@4.9.3
|
||||
debug: 4.3.4
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
typescript: 4.9.3
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
|
@ -452,7 +452,7 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 5.45.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.45.0_hsf322ms6xhhd4b5ne6lb74y4a:
|
||||
/@typescript-eslint/type-utils/5.45.0_s5ps7njkmjlaqajutnox5ntcla:
|
||||
resolution: {integrity: sha512-DY7BXVFSIGRGFZ574hTEyLPRiQIvI/9oGcN8t1A7f6zIs6ftbrU0nhyV26ZW//6f85avkwrLag424n+fkuoJ1Q==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
|
@ -463,9 +463,9 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.45.0_typescript@4.9.3
|
||||
'@typescript-eslint/utils': 5.45.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
'@typescript-eslint/utils': 5.45.0_s5ps7njkmjlaqajutnox5ntcla
|
||||
debug: 4.3.4
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
tsutils: 3.21.0_typescript@4.9.3
|
||||
typescript: 4.9.3
|
||||
transitivePeerDependencies:
|
||||
|
|
@ -498,7 +498,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.45.0_hsf322ms6xhhd4b5ne6lb74y4a:
|
||||
/@typescript-eslint/utils/5.45.0_s5ps7njkmjlaqajutnox5ntcla:
|
||||
resolution: {integrity: sha512-OUg2JvsVI1oIee/SwiejTot2OxwU8a7UfTFMOdlhD2y+Hl6memUSL4s98bpUTo8EpVEr0lmwlU7JSu/p2QpSvA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
|
@ -509,9 +509,9 @@ packages:
|
|||
'@typescript-eslint/scope-manager': 5.45.0
|
||||
'@typescript-eslint/types': 5.45.0
|
||||
'@typescript-eslint/typescript-estree': 5.45.0_typescript@4.9.3
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.28.0
|
||||
eslint-utils: 3.0.0_eslint@8.29.0
|
||||
semver: 7.3.8
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
|
@ -537,31 +537,31 @@ packages:
|
|||
vue: 3.2.45
|
||||
dev: true
|
||||
|
||||
/@volar/language-core/1.0.10:
|
||||
resolution: {integrity: sha512-7WNzjvdUXjggEZvYu9EInABl4mvXtyiiaJDOJM+plHJT7xW5voLja0BrYYji6TUn8Q4HakLvTPpQddPLq134mg==}
|
||||
/@volar/language-core/1.0.11:
|
||||
resolution: {integrity: sha512-YwUYKxIyDc+Fq3kQ6BGGfkrKCG5JzE2Yr6vMxrxEXW2rg/gsq3JgMk/4sI8ybRsaTirhCB4V8+AIVYsvcRxgig==}
|
||||
dependencies:
|
||||
'@volar/source-map': 1.0.10
|
||||
'@volar/source-map': 1.0.11
|
||||
'@vue/reactivity': 3.2.45
|
||||
muggle-string: 0.1.0
|
||||
dev: true
|
||||
|
||||
/@volar/source-map/1.0.10:
|
||||
resolution: {integrity: sha512-jSZW1tfsvAOHlpoRy14zH9sdCYR4g8QcnCXRli8juFC2UHoVzVRKB6VdnXcx5wRAlIRXoiBpsU+pKminryKEBw==}
|
||||
/@volar/source-map/1.0.11:
|
||||
resolution: {integrity: sha512-tkuV9MD+OuiZfHA0qZXrPdW6F7TvnpnuTan6Qe7UGUs9+sflezlMJdjaYdGgQObfP+06pcT1E3xdkOoi08ZyyQ==}
|
||||
dependencies:
|
||||
muggle-string: 0.1.0
|
||||
dev: true
|
||||
|
||||
/@volar/typescript/1.0.10:
|
||||
resolution: {integrity: sha512-Nd+u2Z2P1V+KiNBMLLK6wV4sswOOYBsjEHmgK29eENXtos1+gF2GWB908vvwmT75dmCtlYZ8No14lvCqXUAVdg==}
|
||||
/@volar/typescript/1.0.11:
|
||||
resolution: {integrity: sha512-mq7wDDAs0Eb43jev2FxbowuiwWqvL3kb+tar1we8VQbdabpyQ5dmbWPwo/IglevMmW3SKo1Et+6rqAeZpXNnPQ==}
|
||||
dependencies:
|
||||
'@volar/language-core': 1.0.10
|
||||
'@volar/language-core': 1.0.11
|
||||
dev: true
|
||||
|
||||
/@volar/vue-language-core/1.0.10:
|
||||
resolution: {integrity: sha512-m7pYXGwkpF9Bmuud73kGlAX31QUTwifYbgCenaqm3hGNh+SJebSkxzk4NJvabiGbA6ON3b5ayQZ/rbOEtdoghw==}
|
||||
/@volar/vue-language-core/1.0.11:
|
||||
resolution: {integrity: sha512-A3ODs0/ua7BcpSSnE7KtO8bzWsYsbOJRyW2Q/2uktxlfHj8srln3JdgK/mNlIgfnWtACbE5K+EfMJOgJKv864A==}
|
||||
dependencies:
|
||||
'@volar/language-core': 1.0.10
|
||||
'@volar/source-map': 1.0.10
|
||||
'@volar/language-core': 1.0.11
|
||||
'@volar/source-map': 1.0.11
|
||||
'@vue/compiler-dom': 3.2.45
|
||||
'@vue/compiler-sfc': 3.2.45
|
||||
'@vue/reactivity': 3.2.45
|
||||
|
|
@ -570,11 +570,11 @@ packages:
|
|||
vue-template-compiler: 2.7.14
|
||||
dev: true
|
||||
|
||||
/@volar/vue-typescript/1.0.10:
|
||||
resolution: {integrity: sha512-GjQ+mfIUljXGfkTmNrfNT8YYQY48mcOE5SJ190o6ENArzH9cqjmvPLo1nrdurbZOFwztwEDNye5N1/5aL9sZ1g==}
|
||||
/@volar/vue-typescript/1.0.11:
|
||||
resolution: {integrity: sha512-jlnFPvBcTyPiAbGlgjhKK7fp3Q+Z7Z5eU1NTbTSS0lQC8Gog3sh2UxLAFG5Voe1gHIxasoOEPXzMR0CWF4bKbA==}
|
||||
dependencies:
|
||||
'@volar/typescript': 1.0.10
|
||||
'@volar/vue-language-core': 1.0.10
|
||||
'@volar/typescript': 1.0.11
|
||||
'@volar/vue-language-core': 1.0.11
|
||||
dev: true
|
||||
|
||||
/@vue/compiler-core/3.2.45:
|
||||
|
|
@ -1664,7 +1664,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils/2.7.4_kr6tb4mi2cmpd7whrqyyy67tyi:
|
||||
/eslint-module-utils/2.7.4_ka2zl4kbfnnb6pzn3mgzpmhlt4:
|
||||
resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
|
@ -1685,39 +1685,39 @@ packages:
|
|||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.45.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
'@typescript-eslint/parser': 5.45.0_s5ps7njkmjlaqajutnox5ntcla
|
||||
debug: 3.2.7
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-chai-friendly/0.7.2_eslint@8.28.0:
|
||||
/eslint-plugin-chai-friendly/0.7.2_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-LOIfGx5sZZ5FwM1shr2GlYAWV9Omdi+1/3byuVagvQNoGUuU0iHhp7AfjA1uR+4dJ4Isfb4+FwBJgQajIw9iAg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=3.0.0'
|
||||
dependencies:
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-cypress/2.12.1_eslint@8.28.0:
|
||||
/eslint-plugin-cypress/2.12.1_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==}
|
||||
peerDependencies:
|
||||
eslint: '>= 3.2.1'
|
||||
dependencies:
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
globals: 11.12.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-es/4.1.0_eslint@8.28.0:
|
||||
/eslint-plugin-es/4.1.0_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==}
|
||||
engines: {node: '>=8.10.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=4.19.1'
|
||||
dependencies:
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-utils: 2.1.0
|
||||
regexpp: 3.2.0
|
||||
dev: true
|
||||
|
|
@ -1728,7 +1728,7 @@ packages:
|
|||
htmlparser2: 8.0.1
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import/2.26.0_vbnhqcxlbs7ynbxw44hu2vq7eq:
|
||||
/eslint-plugin-import/2.26.0_ub3senzxbs32f65wl7xoyha6lu:
|
||||
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
|
@ -1738,14 +1738,14 @@ packages:
|
|||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.45.0_hsf322ms6xhhd4b5ne6lb74y4a
|
||||
'@typescript-eslint/parser': 5.45.0_s5ps7njkmjlaqajutnox5ntcla
|
||||
array-includes: 3.1.6
|
||||
array.prototype.flat: 1.3.1
|
||||
debug: 2.6.9
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-module-utils: 2.7.4_kr6tb4mi2cmpd7whrqyyy67tyi
|
||||
eslint-module-utils: 2.7.4_ka2zl4kbfnnb6pzn3mgzpmhlt4
|
||||
has: 1.0.3
|
||||
is-core-module: 2.11.0
|
||||
is-glob: 4.0.3
|
||||
|
|
@ -1759,28 +1759,28 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jsonc/2.5.0_eslint@8.28.0:
|
||||
/eslint-plugin-jsonc/2.5.0_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-G257khwkrOQ5MJpSzz4yQh5K12W4xFZRcHmVlhVFWh2GCLDX+JwHnmkQoUoFDbOieSPBMsPFZDTJScwrXiWlIg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
eslint: 8.28.0
|
||||
eslint-utils: 3.0.0_eslint@8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-utils: 3.0.0_eslint@8.29.0
|
||||
jsonc-eslint-parser: 2.1.0
|
||||
natural-compare: 1.4.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-n/15.5.1_eslint@8.28.0:
|
||||
/eslint-plugin-n/15.5.1_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-kAd+xhZm7brHoFLzKLB7/FGRFJNg/srmv67mqb7tto22rpr4wv/LV6RuXzAfv3jbab7+k1wi42PsIhGviywaaw==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
dependencies:
|
||||
builtins: 5.0.1
|
||||
eslint: 8.28.0
|
||||
eslint-plugin-es: 4.1.0_eslint@8.28.0
|
||||
eslint-utils: 3.0.0_eslint@8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-plugin-es: 4.1.0_eslint@8.29.0
|
||||
eslint-utils: 3.0.0_eslint@8.29.0
|
||||
ignore: 5.2.1
|
||||
is-core-module: 2.11.0
|
||||
minimatch: 3.1.2
|
||||
|
|
@ -1788,16 +1788,16 @@ packages:
|
|||
semver: 7.3.8
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-promise/6.1.1_eslint@8.28.0:
|
||||
/eslint-plugin-promise/6.1.1_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-unicorn/44.0.2_eslint@8.28.0:
|
||||
/eslint-plugin-unicorn/44.0.2_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w==}
|
||||
engines: {node: '>=14.18'}
|
||||
peerDependencies:
|
||||
|
|
@ -1806,8 +1806,8 @@ packages:
|
|||
'@babel/helper-validator-identifier': 7.19.1
|
||||
ci-info: 3.7.0
|
||||
clean-regexp: 1.0.0
|
||||
eslint: 8.28.0
|
||||
eslint-utils: 3.0.0_eslint@8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-utils: 3.0.0_eslint@8.29.0
|
||||
esquery: 1.4.0
|
||||
indent-string: 4.0.0
|
||||
is-builtin-module: 3.2.0
|
||||
|
|
@ -1820,32 +1820,32 @@ packages:
|
|||
strip-indent: 3.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue/9.8.0_eslint@8.28.0:
|
||||
/eslint-plugin-vue/9.8.0_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.28.0
|
||||
eslint-utils: 3.0.0_eslint@8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-utils: 3.0.0_eslint@8.29.0
|
||||
natural-compare: 1.4.0
|
||||
nth-check: 2.1.1
|
||||
postcss-selector-parser: 6.0.11
|
||||
semver: 7.3.8
|
||||
vue-eslint-parser: 9.1.0_eslint@8.28.0
|
||||
vue-eslint-parser: 9.1.0_eslint@8.29.0
|
||||
xml-name-validator: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-yml/1.2.0_eslint@8.28.0:
|
||||
/eslint-plugin-yml/1.2.0_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-v0jAU/F5SJg28zkpxwGpY04eGZMWFP6os8u2qaEAIRjSH2GqrNl0yBR5+sMHLU/026kAduxVbvLSqmT3Mu3O0g==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
lodash: 4.17.21
|
||||
natural-compare: 1.4.0
|
||||
yaml-eslint-parser: 1.1.0
|
||||
|
|
@ -1876,13 +1876,13 @@ packages:
|
|||
eslint-visitor-keys: 1.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-utils/3.0.0_eslint@8.28.0:
|
||||
/eslint-utils/3.0.0_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=5'
|
||||
dependencies:
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
dev: true
|
||||
|
||||
|
|
@ -1901,8 +1901,8 @@ packages:
|
|||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint/8.28.0:
|
||||
resolution: {integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==}
|
||||
/eslint/8.29.0:
|
||||
resolution: {integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
|
@ -1917,7 +1917,7 @@ packages:
|
|||
doctrine: 3.0.0
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 7.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.28.0
|
||||
eslint-utils: 3.0.0_eslint@8.29.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
espree: 9.4.1
|
||||
esquery: 1.4.0
|
||||
|
|
@ -2086,8 +2086,8 @@ packages:
|
|||
resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==}
|
||||
dev: true
|
||||
|
||||
/fastq/1.13.0:
|
||||
resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==}
|
||||
/fastq/1.14.0:
|
||||
resolution: {integrity: sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==}
|
||||
dependencies:
|
||||
reusify: 1.0.4
|
||||
dev: true
|
||||
|
|
@ -4095,14 +4095,14 @@ packages:
|
|||
dependencies:
|
||||
vue: 3.2.45
|
||||
|
||||
/vue-eslint-parser/9.1.0_eslint@8.28.0:
|
||||
/vue-eslint-parser/9.1.0_eslint@8.29.0:
|
||||
resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
eslint: 8.28.0
|
||||
eslint: 8.29.0
|
||||
eslint-scope: 7.1.1
|
||||
eslint-visitor-keys: 3.3.0
|
||||
espree: 9.4.1
|
||||
|
|
@ -4129,14 +4129,14 @@ packages:
|
|||
he: 1.2.0
|
||||
dev: true
|
||||
|
||||
/vue-tsc/1.0.10_typescript@4.9.3:
|
||||
resolution: {integrity: sha512-o6ek6ZSDwpVWn7/ZXlIILfCZ18o7ypEYKMDynsyPj9m10/ALXkCLKIj9yVfx00QAX5Z/hKrdhYcA2ZaQ0+U7Kg==}
|
||||
/vue-tsc/1.0.11_typescript@4.9.3:
|
||||
resolution: {integrity: sha512-lj+6dEroPsE4wmQOPtjCzAf8x363Km5/tuEvMEoQaoRnzs9myBM46FNvCGIIPStYUGuaqF1W1bORmP2KDQEORA==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
dependencies:
|
||||
'@volar/vue-language-core': 1.0.10
|
||||
'@volar/vue-typescript': 1.0.10
|
||||
'@volar/vue-language-core': 1.0.11
|
||||
'@volar/vue-typescript': 1.0.11
|
||||
typescript: 4.9.3
|
||||
dev: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue