chore: bump dependencies

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/588/head
Ryan Wang 2022-07-18 12:35:34 +08:00
parent 3bb9155230
commit 1567b52e15
6 changed files with 105 additions and 104 deletions

View File

@ -35,8 +35,8 @@
"@halo-dev/admin-shared": "workspace:*", "@halo-dev/admin-shared": "workspace:*",
"@halo-dev/api-client": "^0.0.2", "@halo-dev/api-client": "^0.0.2",
"@halo-dev/components": "workspace:*", "@halo-dev/components": "workspace:*",
"@vueuse/components": "^8.9.3", "@vueuse/components": "^8.9.4",
"@vueuse/core": "^8.9.3", "@vueuse/core": "^8.9.4",
"axios": "^0.27.2", "axios": "^0.27.2",
"filepond": "^4.30.4", "filepond": "^4.30.4",
"filepond-plugin-image-preview": "^4.6.11", "filepond-plugin-image-preview": "^4.6.11",
@ -71,7 +71,7 @@
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"c8": "^7.11.3", "c8": "^7.11.3",
"cypress": "^9.7.0", "cypress": "^9.7.0",
"eslint": "^8.19.0", "eslint": "^8.20.0",
"eslint-plugin-cypress": "^2.12.1", "eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.2.0", "eslint-plugin-vue": "^9.2.0",
"husky": "^8.0.1", "husky": "^8.0.1",
@ -87,11 +87,11 @@
"typescript": "~4.7.4", "typescript": "~4.7.4",
"vite": "^2.9.14", "vite": "^2.9.14",
"vite-compression-plugin": "^0.0.4", "vite-compression-plugin": "^0.0.4",
"vite-plugin-externals": "^0.5.0", "vite-plugin-externals": "^0.5.1",
"vite-plugin-pwa": "^0.12.3", "vite-plugin-pwa": "^0.12.3",
"vite-plugin-static-copy": "^0.6.1", "vite-plugin-static-copy": "^0.6.1",
"vite-plugin-vue-setup-extend": "^0.4.0", "vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^0.16.0", "vitest": "^0.16.0",
"vue-tsc": "^0.38.5" "vue-tsc": "^0.38.8"
} }
} }

View File

@ -49,7 +49,7 @@
"@rollup/plugin-typescript": "^8.3.3", "@rollup/plugin-typescript": "^8.3.3",
"histoire": "^0.7.9", "histoire": "^0.7.9",
"unplugin-icons": "^0.14.7", "unplugin-icons": "^0.14.7",
"vite-plugin-dts": "^1.3.0" "vite-plugin-dts": "^1.3.1"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.2.37", "vue": "^3.2.37",

View File

@ -41,7 +41,7 @@
"axios": "^0.27.2" "axios": "^0.27.2"
}, },
"devDependencies": { "devDependencies": {
"vite-plugin-dts": "^1.3.0" "vite-plugin-dts": "^1.3.1"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.2.37", "vue": "^3.2.37",

View File

@ -30,13 +30,13 @@ importers:
'@vue/eslint-config-typescript': ^11.0.0 '@vue/eslint-config-typescript': ^11.0.0
'@vue/test-utils': ^2.0.2 '@vue/test-utils': ^2.0.2
'@vue/tsconfig': ^0.1.3 '@vue/tsconfig': ^0.1.3
'@vueuse/components': ^8.9.3 '@vueuse/components': ^8.9.4
'@vueuse/core': ^8.9.3 '@vueuse/core': ^8.9.4
autoprefixer: ^10.4.7 autoprefixer: ^10.4.7
axios: ^0.27.2 axios: ^0.27.2
c8: ^7.11.3 c8: ^7.11.3
cypress: ^9.7.0 cypress: ^9.7.0
eslint: ^8.19.0 eslint: ^8.20.0
eslint-plugin-cypress: ^2.12.1 eslint-plugin-cypress: ^2.12.1
eslint-plugin-vue: ^9.2.0 eslint-plugin-vue: ^9.2.0
filepond: ^4.30.4 filepond: ^4.30.4
@ -60,7 +60,7 @@ importers:
uuid: ^8.3.2 uuid: ^8.3.2
vite: ^2.9.14 vite: ^2.9.14
vite-compression-plugin: ^0.0.4 vite-compression-plugin: ^0.0.4
vite-plugin-externals: ^0.5.0 vite-plugin-externals: ^0.5.1
vite-plugin-pwa: ^0.12.3 vite-plugin-pwa: ^0.12.3
vite-plugin-static-copy: ^0.6.1 vite-plugin-static-copy: ^0.6.1
vite-plugin-vue-setup-extend: ^0.4.0 vite-plugin-vue-setup-extend: ^0.4.0
@ -69,7 +69,7 @@ importers:
vue-filepond: ^7.0.3 vue-filepond: ^7.0.3
vue-grid-layout: 3.0.0-beta1 vue-grid-layout: 3.0.0-beta1
vue-router: ^4.1.2 vue-router: ^4.1.2
vue-tsc: ^0.38.5 vue-tsc: ^0.38.8
dependencies: dependencies:
'@formkit/addons': 1.0.0-beta.9_vue@3.2.37 '@formkit/addons': 1.0.0-beta.9_vue@3.2.37
'@formkit/core': 1.0.0-beta.9 '@formkit/core': 1.0.0-beta.9
@ -81,8 +81,8 @@ importers:
'@halo-dev/admin-shared': link:packages/shared '@halo-dev/admin-shared': link:packages/shared
'@halo-dev/api-client': link:../api-client '@halo-dev/api-client': link:../api-client
'@halo-dev/components': link:packages/components '@halo-dev/components': link:packages/components
'@vueuse/components': 8.9.3_vue@3.2.37 '@vueuse/components': 8.9.4_vue@3.2.37
'@vueuse/core': 8.9.3_vue@3.2.37 '@vueuse/core': 8.9.4_vue@3.2.37
axios: 0.27.2 axios: 0.27.2
filepond: 4.30.4 filepond: 4.30.4
filepond-plugin-image-preview: 4.6.11_filepond@4.30.4 filepond-plugin-image-preview: 4.6.11_filepond@4.30.4
@ -109,16 +109,16 @@ importers:
'@vitejs/plugin-vue-jsx': 1.3.10 '@vitejs/plugin-vue-jsx': 1.3.10
'@vitest/ui': 0.16.0 '@vitest/ui': 0.16.0
'@vue/compiler-sfc': 3.2.37 '@vue/compiler-sfc': 3.2.37
'@vue/eslint-config-prettier': 7.0.0_exbhzpnbupd3ikhi4722x4yn6e '@vue/eslint-config-prettier': 7.0.0_vvfpqh5kol6rhqy7beehv5uezq
'@vue/eslint-config-typescript': 11.0.0_hko2ljsyixuca7xzzs7dalplrm '@vue/eslint-config-typescript': 11.0.0_usemwu2orllh6tzptz2hsp6y3e
'@vue/test-utils': 2.0.2_vue@3.2.37 '@vue/test-utils': 2.0.2_vue@3.2.37
'@vue/tsconfig': 0.1.3_@types+node@17.0.45 '@vue/tsconfig': 0.1.3_@types+node@17.0.45
autoprefixer: 10.4.7_postcss@8.4.14 autoprefixer: 10.4.7_postcss@8.4.14
c8: 7.11.3 c8: 7.11.3
cypress: 9.7.0 cypress: 9.7.0
eslint: 8.19.0 eslint: 8.20.0
eslint-plugin-cypress: 2.12.1_eslint@8.19.0 eslint-plugin-cypress: 2.12.1_eslint@8.20.0
eslint-plugin-vue: 9.2.0_eslint@8.19.0 eslint-plugin-vue: 9.2.0_eslint@8.20.0
husky: 8.0.1 husky: 8.0.1
jsdom: 19.0.0 jsdom: 19.0.0
postcss: 8.4.14 postcss: 8.4.14
@ -132,12 +132,12 @@ importers:
typescript: 4.7.4 typescript: 4.7.4
vite: 2.9.14_sass@1.53.0 vite: 2.9.14_sass@1.53.0
vite-compression-plugin: 0.0.4 vite-compression-plugin: 0.0.4
vite-plugin-externals: 0.5.0_vite@2.9.14 vite-plugin-externals: 0.5.1_vite@2.9.14
vite-plugin-pwa: 0.12.3_vite@2.9.14 vite-plugin-pwa: 0.12.3_vite@2.9.14
vite-plugin-static-copy: 0.6.1_vite@2.9.14 vite-plugin-static-copy: 0.6.1_vite@2.9.14
vite-plugin-vue-setup-extend: 0.4.0_vite@2.9.14 vite-plugin-vue-setup-extend: 0.4.0_vite@2.9.14
vitest: 0.16.0_5rlefaqlpcnjufbjtd4545rida vitest: 0.16.0_5rlefaqlpcnjufbjtd4545rida
vue-tsc: 0.38.5_typescript@4.7.4 vue-tsc: 0.38.8_typescript@4.7.4
packages/components: packages/components:
specifiers: specifiers:
@ -145,26 +145,26 @@ importers:
'@rollup/plugin-typescript': ^8.3.3 '@rollup/plugin-typescript': ^8.3.3
histoire: ^0.7.9 histoire: ^0.7.9
unplugin-icons: ^0.14.7 unplugin-icons: ^0.14.7
vite-plugin-dts: ^1.3.0 vite-plugin-dts: ^1.3.1
devDependencies: devDependencies:
'@iconify-json/ri': 1.1.3 '@iconify-json/ri': 1.1.3
'@rollup/plugin-typescript': 8.3.3 '@rollup/plugin-typescript': 8.3.3
histoire: 0.7.9 histoire: 0.7.9
unplugin-icons: 0.14.7 unplugin-icons: 0.14.7
vite-plugin-dts: 1.3.0 vite-plugin-dts: 1.3.1
packages/shared: packages/shared:
specifiers: specifiers:
'@halo-dev/api-client': ^0.0.2 '@halo-dev/api-client': ^0.0.2
'@halo-dev/components': workspace:* '@halo-dev/components': workspace:*
axios: ^0.27.2 axios: ^0.27.2
vite-plugin-dts: ^1.3.0 vite-plugin-dts: ^1.3.1
dependencies: dependencies:
'@halo-dev/api-client': link:../../../api-client '@halo-dev/api-client': link:../../../api-client
'@halo-dev/components': link:../components '@halo-dev/components': link:../components
axios: 0.27.2 axios: 0.27.2
devDependencies: devDependencies:
vite-plugin-dts: 1.3.0 vite-plugin-dts: 1.3.1
packages: packages:
@ -2538,7 +2538,7 @@ packages:
dev: true dev: true
optional: true optional: true
/@typescript-eslint/eslint-plugin/5.13.0_vv7hakxknrvn7cajscbm2swloy: /@typescript-eslint/eslint-plugin/5.13.0_y22gto5wemn6vnk646klsxzxua:
resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==} resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2549,12 +2549,12 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.13.0_4x5o4skxv6sl53vpwefgt23khm '@typescript-eslint/parser': 5.13.0_he2ccbldppg44uulnyq4rwocfa
'@typescript-eslint/scope-manager': 5.13.0 '@typescript-eslint/scope-manager': 5.13.0
'@typescript-eslint/type-utils': 5.13.0_4x5o4skxv6sl53vpwefgt23khm '@typescript-eslint/type-utils': 5.13.0_he2ccbldppg44uulnyq4rwocfa
'@typescript-eslint/utils': 5.13.0_4x5o4skxv6sl53vpwefgt23khm '@typescript-eslint/utils': 5.13.0_he2ccbldppg44uulnyq4rwocfa
debug: 4.3.4 debug: 4.3.4
eslint: 8.19.0 eslint: 8.20.0
functional-red-black-tree: 1.0.1 functional-red-black-tree: 1.0.1
ignore: 5.2.0 ignore: 5.2.0
regexpp: 3.2.0 regexpp: 3.2.0
@ -2565,7 +2565,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser/5.13.0_4x5o4skxv6sl53vpwefgt23khm: /@typescript-eslint/parser/5.13.0_he2ccbldppg44uulnyq4rwocfa:
resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==} resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2579,7 +2579,7 @@ packages:
'@typescript-eslint/types': 5.13.0 '@typescript-eslint/types': 5.13.0
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.7.4 '@typescript-eslint/typescript-estree': 5.13.0_typescript@4.7.4
debug: 4.3.4 debug: 4.3.4
eslint: 8.19.0 eslint: 8.20.0
typescript: 4.7.4 typescript: 4.7.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -2593,7 +2593,7 @@ packages:
'@typescript-eslint/visitor-keys': 5.13.0 '@typescript-eslint/visitor-keys': 5.13.0
dev: true dev: true
/@typescript-eslint/type-utils/5.13.0_4x5o4skxv6sl53vpwefgt23khm: /@typescript-eslint/type-utils/5.13.0_he2ccbldppg44uulnyq4rwocfa:
resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==} resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2603,9 +2603,9 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/utils': 5.13.0_4x5o4skxv6sl53vpwefgt23khm '@typescript-eslint/utils': 5.13.0_he2ccbldppg44uulnyq4rwocfa
debug: 4.3.4 debug: 4.3.4
eslint: 8.19.0 eslint: 8.20.0
tsutils: 3.21.0_typescript@4.7.4 tsutils: 3.21.0_typescript@4.7.4
typescript: 4.7.4 typescript: 4.7.4
transitivePeerDependencies: transitivePeerDependencies:
@ -2638,7 +2638,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils/5.13.0_4x5o4skxv6sl53vpwefgt23khm: /@typescript-eslint/utils/5.13.0_he2ccbldppg44uulnyq4rwocfa:
resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==} resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2648,9 +2648,9 @@ packages:
'@typescript-eslint/scope-manager': 5.13.0 '@typescript-eslint/scope-manager': 5.13.0
'@typescript-eslint/types': 5.13.0 '@typescript-eslint/types': 5.13.0
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.7.4 '@typescript-eslint/typescript-estree': 5.13.0_typescript@4.7.4
eslint: 8.19.0 eslint: 8.20.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.19.0 eslint-utils: 3.0.0_eslint@8.20.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
@ -2695,32 +2695,32 @@ packages:
sirv: 2.0.2 sirv: 2.0.2
dev: true dev: true
/@volar/code-gen/0.38.5: /@volar/code-gen/0.38.8:
resolution: {integrity: sha512-GRGhPKoNtRwZyn9M0b2buobeMR1Aj9zxZI0osanLG9vB9YCnJov1myxKU8EJV5NobpyspLIv1X6/BEHLZNsKig==} resolution: {integrity: sha512-e37jd+JwNjBpWiBblsdmYMbJ9bELiuj2yZrsXv1IVKpYNSfvS92ZiYjJqVXHUwpzNeZjFG0RCd5nTpbiebwANw==}
dependencies: dependencies:
'@volar/source-map': 0.38.5 '@volar/source-map': 0.38.8
dev: true dev: true
/@volar/source-map/0.38.5: /@volar/source-map/0.38.8:
resolution: {integrity: sha512-TyTLkOtAW/7qnl4Gabt4W4vcKPBPCBdaPLKwkMglKcaX70lPH2CIwZcPMJo6PAilbUVXcuX86xfgdncWDKKaZQ==} resolution: {integrity: sha512-JZvpjW/z2U3wq5wvwcTounPrRAZuSl4hlVKr3y7y72bKr++6W05OnX7fl/ddw39G/wLHdI2ag5+4JWsSd/EYhg==}
dev: true dev: true
/@volar/vue-code-gen/0.38.5: /@volar/vue-code-gen/0.38.8:
resolution: {integrity: sha512-4t2bX2bCmmlyYwPLqfH3AJXj9Km79uRmCy81recc8LB8ZT2Z9hOFNBAnlGNcCeZAtVWtmHVV7sXJtQAJQxkWeg==} resolution: {integrity: sha512-iQVNmIu1TqnqTko+l9yeylmZipZ8zNH20XZAK9+48hkv2fEQnnJn5AI2W9Zb2M5DkGMpbYiJk9Fq1vm51YY1+g==}
dependencies: dependencies:
'@volar/code-gen': 0.38.5 '@volar/code-gen': 0.38.8
'@volar/source-map': 0.38.5 '@volar/source-map': 0.38.8
'@vue/compiler-core': 3.2.37 '@vue/compiler-core': 3.2.37
'@vue/compiler-dom': 3.2.37 '@vue/compiler-dom': 3.2.37
'@vue/shared': 3.2.37 '@vue/shared': 3.2.37
dev: true dev: true
/@volar/vue-typescript/0.38.5: /@volar/vue-typescript/0.38.8:
resolution: {integrity: sha512-Gobtg5gxR3bf/l1h300OWCWkvDQnOINgnxkDYiF8qdTBalW6qGsgGmq0uLBBDLaoahrfM7rqNd5QfJwGBgFXZg==} resolution: {integrity: sha512-7WeFt5piz9I6FKw2cQQCWm+75MxS6xCOGm300iu+hJORlroN2dwWbwj97pQnDGbjQbftCRplUYf0GqmhcOsanQ==}
dependencies: dependencies:
'@volar/code-gen': 0.38.5 '@volar/code-gen': 0.38.8
'@volar/source-map': 0.38.5 '@volar/source-map': 0.38.8
'@volar/vue-code-gen': 0.38.5 '@volar/vue-code-gen': 0.38.8
'@vue/compiler-sfc': 3.2.37 '@vue/compiler-sfc': 3.2.37
'@vue/reactivity': 3.2.37 '@vue/reactivity': 3.2.37
dev: true dev: true
@ -2783,19 +2783,19 @@ packages:
/@vue/devtools-api/6.1.4: /@vue/devtools-api/6.1.4:
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==} resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
/@vue/eslint-config-prettier/7.0.0_exbhzpnbupd3ikhi4722x4yn6e: /@vue/eslint-config-prettier/7.0.0_vvfpqh5kol6rhqy7beehv5uezq:
resolution: {integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==} resolution: {integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==}
peerDependencies: peerDependencies:
eslint: '>= 7.28.0' eslint: '>= 7.28.0'
prettier: '>= 2.0.0' prettier: '>= 2.0.0'
dependencies: dependencies:
eslint: 8.19.0 eslint: 8.20.0
eslint-config-prettier: 8.5.0_eslint@8.19.0 eslint-config-prettier: 8.5.0_eslint@8.20.0
eslint-plugin-prettier: 4.0.0_7uxdfn2xinezdgvmbammh6ev5i eslint-plugin-prettier: 4.0.0_g4fztgbwjyq2fvmcscny2sj6fy
prettier: 2.7.1 prettier: 2.7.1
dev: true dev: true
/@vue/eslint-config-typescript/11.0.0_hko2ljsyixuca7xzzs7dalplrm: /@vue/eslint-config-typescript/11.0.0_usemwu2orllh6tzptz2hsp6y3e:
resolution: {integrity: sha512-txuRzxnQVmtUvvy9UyWUy9sHWXNeRPGmSPqP53hRtaiUeCTAondI9Ho9GQYI/8/eWljYOST7iA4Aa8sANBkWaA==} resolution: {integrity: sha512-txuRzxnQVmtUvvy9UyWUy9sHWXNeRPGmSPqP53hRtaiUeCTAondI9Ho9GQYI/8/eWljYOST7iA4Aa8sANBkWaA==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2806,12 +2806,12 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/eslint-plugin': 5.13.0_vv7hakxknrvn7cajscbm2swloy '@typescript-eslint/eslint-plugin': 5.13.0_y22gto5wemn6vnk646klsxzxua
'@typescript-eslint/parser': 5.13.0_4x5o4skxv6sl53vpwefgt23khm '@typescript-eslint/parser': 5.13.0_he2ccbldppg44uulnyq4rwocfa
eslint: 8.19.0 eslint: 8.20.0
eslint-plugin-vue: 9.2.0_eslint@8.19.0 eslint-plugin-vue: 9.2.0_eslint@8.20.0
typescript: 4.7.4 typescript: 4.7.4
vue-eslint-parser: 9.0.2_eslint@8.19.0 vue-eslint-parser: 9.0.2_eslint@8.20.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
@ -2874,11 +2874,11 @@ packages:
'@types/node': 17.0.45 '@types/node': 17.0.45
dev: true dev: true
/@vueuse/components/8.9.3_vue@3.2.37: /@vueuse/components/8.9.4_vue@3.2.37:
resolution: {integrity: sha512-7A97cUdJxwAESo1dJvIzxGW7Z8n5LGrLPOrQ9qgNGUKZlwVgBHJNiQ5KMddDDoqSwTVrLGspc1p8q8/+tYpHKA==} resolution: {integrity: sha512-PYbt9DxIvC4kx1vnF6kR/VYq8wou9xBf29rG/5u8vWCtER8uuYUsxBrSTRqNNQaevP70cDrEvDYJSSIphFM2/w==}
dependencies: dependencies:
'@vueuse/core': 8.9.3_vue@3.2.37 '@vueuse/core': 8.9.4_vue@3.2.37
'@vueuse/shared': 8.9.3_vue@3.2.37 '@vueuse/shared': 8.9.4_vue@3.2.37
vue-demi: 0.12.1_vue@3.2.37 vue-demi: 0.12.1_vue@3.2.37
transitivePeerDependencies: transitivePeerDependencies:
- '@vue/composition-api' - '@vue/composition-api'
@ -2903,8 +2903,8 @@ packages:
vue-demi: 0.12.1_vue@3.2.37 vue-demi: 0.12.1_vue@3.2.37
dev: true dev: true
/@vueuse/core/8.9.3_vue@3.2.37: /@vueuse/core/8.9.4_vue@3.2.37:
resolution: {integrity: sha512-q2pr3N7FPG7IBBhEXTYOJU+38VwKMLP5IfD33byzBV4Th7f1JHT4qPKvJrvr17knAefPRzNqgt9et+xFqaRlPQ==} resolution: {integrity: sha512-B/Mdj9TK1peFyWaPof+Zf/mP9XuGAngaJZBwPaXBvU3aCTZlx3ltlrFFFyMV4iGBwsjSCeUCgZrtkEj9dS2Y3Q==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.1.0 '@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0 vue: ^2.6.0 || ^3.2.0
@ -2915,8 +2915,8 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@types/web-bluetooth': 0.0.14 '@types/web-bluetooth': 0.0.14
'@vueuse/metadata': 8.9.3 '@vueuse/metadata': 8.9.4
'@vueuse/shared': 8.9.3_vue@3.2.37 '@vueuse/shared': 8.9.4_vue@3.2.37
vue: 3.2.37 vue: 3.2.37
vue-demi: 0.12.1_vue@3.2.37 vue-demi: 0.12.1_vue@3.2.37
dev: false dev: false
@ -2925,8 +2925,8 @@ packages:
resolution: {integrity: sha512-g2s2BeyeEtJElmMFfFPnM+BTvnt0omniyvz8U18/zXDpQIMGozlNQgHoFeratyMfgVBhH/u2VKzmchChtDsgPQ==} resolution: {integrity: sha512-g2s2BeyeEtJElmMFfFPnM+BTvnt0omniyvz8U18/zXDpQIMGozlNQgHoFeratyMfgVBhH/u2VKzmchChtDsgPQ==}
dev: true dev: true
/@vueuse/metadata/8.9.3: /@vueuse/metadata/8.9.4:
resolution: {integrity: sha512-57gZZKtWAmcJaUBmciCohvmumVLz4+FnoVnWj7U5BWs5PC2/7gU9Z0/i1i9leDNeboAauFzAq7z1GjS8eYnT+w==} resolution: {integrity: sha512-IwSfzH80bnJMzqhaapqJl9JRIiyQU0zsRGEgnxN6jhq7992cPUJIRfV+JHRIZXjYqbwt07E1gTEp0R0zPJ1aqw==}
dev: false dev: false
/@vueuse/shared/8.9.2_vue@3.2.37: /@vueuse/shared/8.9.2_vue@3.2.37:
@ -2944,8 +2944,8 @@ packages:
vue-demi: 0.12.1_vue@3.2.37 vue-demi: 0.12.1_vue@3.2.37
dev: true dev: true
/@vueuse/shared/8.9.3_vue@3.2.37: /@vueuse/shared/8.9.4_vue@3.2.37:
resolution: {integrity: sha512-foorYQAU3CGknAO1w9No/rpGBJmb7L74MPltnZAYxeBRfhsajjJYYgja+D5IT2vT+/a0NciISaVp3fDwMN1ocA==} resolution: {integrity: sha512-wt+T30c4K6dGRMVqPddexEVLa28YwxW5OFIPmzUHICjphfAuBFTTdDoyqREZNDOFJZ44ARH1WWQNCUK8koJ+Ag==}
peerDependencies: peerDependencies:
'@vue/composition-api': ^1.1.0 '@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0 vue: ^2.6.0 || ^3.2.0
@ -4349,25 +4349,25 @@ packages:
source-map: 0.6.1 source-map: 0.6.1
dev: true dev: true
/eslint-config-prettier/8.5.0_eslint@8.19.0: /eslint-config-prettier/8.5.0_eslint@8.20.0:
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
dependencies: dependencies:
eslint: 8.19.0 eslint: 8.20.0
dev: true dev: true
/eslint-plugin-cypress/2.12.1_eslint@8.19.0: /eslint-plugin-cypress/2.12.1_eslint@8.20.0:
resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==}
peerDependencies: peerDependencies:
eslint: '>= 3.2.1' eslint: '>= 3.2.1'
dependencies: dependencies:
eslint: 8.19.0 eslint: 8.20.0
globals: 11.12.0 globals: 11.12.0
dev: true dev: true
/eslint-plugin-prettier/4.0.0_7uxdfn2xinezdgvmbammh6ev5i: /eslint-plugin-prettier/4.0.0_g4fztgbwjyq2fvmcscny2sj6fy:
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
peerDependencies: peerDependencies:
@ -4378,25 +4378,25 @@ packages:
eslint-config-prettier: eslint-config-prettier:
optional: true optional: true
dependencies: dependencies:
eslint: 8.19.0 eslint: 8.20.0
eslint-config-prettier: 8.5.0_eslint@8.19.0 eslint-config-prettier: 8.5.0_eslint@8.20.0
prettier: 2.7.1 prettier: 2.7.1
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
dev: true dev: true
/eslint-plugin-vue/9.2.0_eslint@8.19.0: /eslint-plugin-vue/9.2.0_eslint@8.20.0:
resolution: {integrity: sha512-W2hc+NUXoce8sZtWgZ45miQTy6jNyuSdub5aZ1IBune4JDeAyzucYX0TzkrQ1jMO52sNUDYlCIHDoaNePe0p5g==} resolution: {integrity: sha512-W2hc+NUXoce8sZtWgZ45miQTy6jNyuSdub5aZ1IBune4JDeAyzucYX0TzkrQ1jMO52sNUDYlCIHDoaNePe0p5g==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies: dependencies:
eslint: 8.19.0 eslint: 8.20.0
eslint-utils: 3.0.0_eslint@8.19.0 eslint-utils: 3.0.0_eslint@8.20.0
natural-compare: 1.4.0 natural-compare: 1.4.0
nth-check: 2.0.1 nth-check: 2.0.1
postcss-selector-parser: 6.0.10 postcss-selector-parser: 6.0.10
semver: 7.3.7 semver: 7.3.7
vue-eslint-parser: 9.0.2_eslint@8.19.0 vue-eslint-parser: 9.0.2_eslint@8.20.0
xml-name-validator: 4.0.0 xml-name-validator: 4.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -4418,13 +4418,13 @@ packages:
estraverse: 5.3.0 estraverse: 5.3.0
dev: true dev: true
/eslint-utils/3.0.0_eslint@8.19.0: /eslint-utils/3.0.0_eslint@8.20.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies: peerDependencies:
eslint: '>=5' eslint: '>=5'
dependencies: dependencies:
eslint: 8.19.0 eslint: 8.20.0
eslint-visitor-keys: 2.1.0 eslint-visitor-keys: 2.1.0
dev: true dev: true
@ -4438,8 +4438,8 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/eslint/8.19.0: /eslint/8.20.0:
resolution: {integrity: sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==} resolution: {integrity: sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
@ -4452,7 +4452,7 @@ packages:
doctrine: 3.0.0 doctrine: 3.0.0
escape-string-regexp: 4.0.0 escape-string-regexp: 4.0.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-utils: 3.0.0_eslint@8.19.0 eslint-utils: 3.0.0_eslint@8.20.0
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
espree: 9.3.2 espree: 9.3.2
esquery: 1.4.0 esquery: 1.4.0
@ -7792,8 +7792,8 @@ packages:
- stylus - stylus
dev: true dev: true
/vite-plugin-dts/1.3.0: /vite-plugin-dts/1.3.1:
resolution: {integrity: sha512-YxDNqOE2wp713SyZ6AMmSu/sNfmiiy7GtlFXCMvlpD4nMaIbpqltidbve7fNlc3+gxlV+e156As/TwBtBp3g4Q==} resolution: {integrity: sha512-yTKtTGrnrgCVGsLKIvZZzLGAwtaEHjpfoRnEPVs3wxUocAzJJijG+vvkQZlIr72yr8TSKOipYSAgucP5wAFwuQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
vite: '>=2.4.4' vite: '>=2.4.4'
@ -7809,14 +7809,14 @@ packages:
- supports-color - supports-color
dev: true dev: true
/vite-plugin-externals/0.5.0_vite@2.9.14: /vite-plugin-externals/0.5.1_vite@2.9.14:
resolution: {integrity: sha512-y7SPpHGLSk5ELCbK0SBRJrEr2OuPFxCOKIVkrFECukp9w8hZwh3teCHo2U2UmJ8UHKUP7BoOhTw2DFRbq3GJfQ==} resolution: {integrity: sha512-HvRFG5y9wXoJUG9FSbSp9ikOiJRh7EzN6tJC5oIOcEj+19GUw9Z1NNCPFtAmX75Ajcr10FdELKNmuXS3lExkcg==}
peerDependencies: peerDependencies:
vite: ^2.0.0 vite: '>=2.0.0'
dependencies: dependencies:
acorn: 8.7.1 acorn: 8.7.1
es-module-lexer: 0.4.1 es-module-lexer: 0.4.1
fs-extra: 10.0.1 fs-extra: 10.1.0
magic-string: 0.25.9 magic-string: 0.25.9
vite: 2.9.14_sass@1.53.0 vite: 2.9.14_sass@1.53.0
dev: true dev: true
@ -7970,14 +7970,14 @@ packages:
dependencies: dependencies:
vue: 3.2.37 vue: 3.2.37
/vue-eslint-parser/9.0.2_eslint@8.19.0: /vue-eslint-parser/9.0.2_eslint@8.20.0:
resolution: {integrity: sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==} resolution: {integrity: sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==}
engines: {node: ^14.17.0 || >=16.0.0} engines: {node: ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '>=6.0.0' eslint: '>=6.0.0'
dependencies: dependencies:
debug: 4.3.4 debug: 4.3.4
eslint: 8.19.0 eslint: 8.20.0
eslint-scope: 7.1.1 eslint-scope: 7.1.1
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
espree: 9.3.2 espree: 9.3.2
@ -8028,13 +8028,13 @@ packages:
'@vue/devtools-api': 6.1.4 '@vue/devtools-api': 6.1.4
vue: 3.2.37 vue: 3.2.37
/vue-tsc/0.38.5_typescript@4.7.4: /vue-tsc/0.38.8_typescript@4.7.4:
resolution: {integrity: sha512-AFlqvwpENOTTJxS1Gl1uG0ZVsvtGCbgv9d0i4fXk5Pnao/ETVwWewPEsj+4cPlwa5htO9WhK6qfWwoqcCqg0yQ==} resolution: {integrity: sha512-hhyc5SODiekcYNXG08aNg17LogR19o3i14avVejo+Fm45Dqk9Ke6rb0M19HoTKdQGfZBgqg2VUboYxmtAukWeg==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
dependencies: dependencies:
'@volar/vue-typescript': 0.38.5 '@volar/vue-typescript': 0.38.8
typescript: 4.7.4 typescript: 4.7.4
dev: true dev: true

View File

@ -37,7 +37,7 @@ const isStarted = (plugin: Plugin) => {
const handleFetchPlugins = async () => { const handleFetchPlugins = async () => {
try { try {
const {data} = const { data } =
await apiClient.extension.plugin.listpluginHaloRunV1alpha1Plugin(); await apiClient.extension.plugin.listpluginHaloRunV1alpha1Plugin();
plugins.value = data.items; plugins.value = data.items;
} catch (e) { } catch (e) {

View File

@ -80,8 +80,9 @@ const handleFetchRole = async () => {
); );
formState.value.role = response.data; formState.value.role = response.data;
formState.value.selectedRoleTemplates = JSON.parse( formState.value.selectedRoleTemplates = JSON.parse(
response.data.metadata.annotations?.["rbac.authorization.halo.run/dependencies"] || response.data.metadata.annotations?.[
"[]" "rbac.authorization.halo.run/dependencies"
] || "[]"
); );
} catch (error) { } catch (error) {
console.error(error); console.error(error);