mirror of https://github.com/halo-dev/halo
parent
69c309ea11
commit
4fcaa2a5e2
18
package.json
18
package.json
|
@ -65,8 +65,8 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@changesets/cli": "^2.24.4",
|
"@changesets/cli": "^2.24.4",
|
||||||
"@iconify-json/mdi": "^1.1.33",
|
"@iconify-json/mdi": "^1.1.33",
|
||||||
"@iconify-json/vscode-icons": "^1.1.11",
|
"@iconify-json/vscode-icons": "^1.1.12",
|
||||||
"@rushstack/eslint-patch": "^1.1.4",
|
"@rushstack/eslint-patch": "^1.2.0",
|
||||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||||
"@types/jsdom": "^20.0.0",
|
"@types/jsdom": "^20.0.0",
|
||||||
"@types/lodash.clonedeep": "4.5.7",
|
"@types/lodash.clonedeep": "4.5.7",
|
||||||
|
@ -82,12 +82,12 @@
|
||||||
"@vue/eslint-config-typescript": "^11.0.1",
|
"@vue/eslint-config-typescript": "^11.0.1",
|
||||||
"@vue/test-utils": "^2.0.2",
|
"@vue/test-utils": "^2.0.2",
|
||||||
"@vue/tsconfig": "^0.1.3",
|
"@vue/tsconfig": "^0.1.3",
|
||||||
"autoprefixer": "^10.4.8",
|
"autoprefixer": "^10.4.11",
|
||||||
"c8": "^7.12.0",
|
"c8": "^7.12.0",
|
||||||
"cypress": "^9.7.0",
|
"cypress": "^9.7.0",
|
||||||
"eslint": "^8.23.0",
|
"eslint": "^8.23.1",
|
||||||
"eslint-plugin-cypress": "^2.12.1",
|
"eslint-plugin-cypress": "^2.12.1",
|
||||||
"eslint-plugin-vue": "^9.4.0",
|
"eslint-plugin-vue": "^9.5.1",
|
||||||
"husky": "^8.0.1",
|
"husky": "^8.0.1",
|
||||||
"jsdom": "^20.0.0",
|
"jsdom": "^20.0.0",
|
||||||
"postcss": "^8.4.16",
|
"postcss": "^8.4.16",
|
||||||
|
@ -97,14 +97,14 @@
|
||||||
"start-server-and-test": "^1.14.0",
|
"start-server-and-test": "^1.14.0",
|
||||||
"tailwindcss": "^3.1.8",
|
"tailwindcss": "^3.1.8",
|
||||||
"tailwindcss-safe-area": "^0.2.2",
|
"tailwindcss-safe-area": "^0.2.2",
|
||||||
"tailwindcss-themer": "^2.0.1",
|
"tailwindcss-themer": "^2.0.2",
|
||||||
"typescript": "~4.7.4",
|
"typescript": "~4.7.4",
|
||||||
"unplugin-icons": "^0.14.9",
|
"unplugin-icons": "^0.14.10",
|
||||||
"vite": "^3.1.0",
|
"vite": "^3.1.3",
|
||||||
"vite-compression-plugin": "^0.0.4",
|
"vite-compression-plugin": "^0.0.4",
|
||||||
"vite-plugin-externals": "^0.5.1",
|
"vite-plugin-externals": "^0.5.1",
|
||||||
"vite-plugin-html": "^3.2.0",
|
"vite-plugin-html": "^3.2.0",
|
||||||
"vite-plugin-pwa": "^0.12.7",
|
"vite-plugin-pwa": "^0.12.8",
|
||||||
"vite-plugin-static-copy": "^0.7.0",
|
"vite-plugin-static-copy": "^0.7.0",
|
||||||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||||||
"vitest": "^0.22.1",
|
"vitest": "^0.22.1",
|
||||||
|
|
|
@ -47,8 +47,8 @@
|
||||||
"@histoire/plugin-vue": "^0.10.7",
|
"@histoire/plugin-vue": "^0.10.7",
|
||||||
"@iconify-json/ri": "^1.1.3",
|
"@iconify-json/ri": "^1.1.3",
|
||||||
"histoire": "^0.10.7",
|
"histoire": "^0.10.7",
|
||||||
"unplugin-icons": "^0.14.9",
|
"unplugin-icons": "^0.14.10",
|
||||||
"vite-plugin-dts": "^1.4.1"
|
"vite-plugin-dts": "^1.5.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "^3.2.37",
|
"vue": "^3.2.37",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
"@codemirror/language": "^6.2.1",
|
"@codemirror/language": "^6.2.1",
|
||||||
"@codemirror/legacy-modes": "^6.1.0",
|
"@codemirror/legacy-modes": "^6.1.0",
|
||||||
"@codemirror/state": "^6.1.1",
|
"@codemirror/state": "^6.1.1",
|
||||||
"@codemirror/view": "^6.2.3",
|
"@codemirror/view": "^6.2.4",
|
||||||
"codemirror": "^6.0.1"
|
"codemirror": "^6.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@ exports[`Menu > should work with openIds prop 1`] = `
|
||||||
</li>
|
</li>
|
||||||
<li class=\\"has-submenus menu-item\\">
|
<li class=\\"has-submenus menu-item\\">
|
||||||
<div class=\\"menu-item-title\\">
|
<div class=\\"menu-item-title\\">
|
||||||
<!--v-if--><span class=\\"menu-title flex-1 self-center\\">Menu Item 3</span><span class=\\"open menu-icon-collapse self-center transition-all\\"><svg preserveAspectRatio=\\"xMidYMid meet\\" viewBox=\\"0 0 24 24\\" width=\\"1.2em\\" height=\\"1.2em\\"><path fill=\\"currentColor\\" d=\\"m13.172 12l-4.95-4.95l1.414-1.414L16 12l-6.364 6.364l-1.414-1.414z\\"></path></svg></span>
|
<!--v-if--><span class=\\"menu-title flex-1 self-center\\">Menu Item 3</span><span class=\\"open menu-icon-collapse self-center transition-all\\"><svg viewBox=\\"0 0 24 24\\" width=\\"1.2em\\" height=\\"1.2em\\"><path fill=\\"currentColor\\" d=\\"m13.172 12l-4.95-4.95l1.414-1.414L16 12l-6.364 6.364l-1.414-1.414z\\"></path></svg></span>
|
||||||
</div>
|
</div>
|
||||||
<transition-stub>
|
<transition-stub>
|
||||||
<ul class=\\"sub-menu-items transition-all\\">
|
<ul class=\\"sub-menu-items transition-all\\">
|
||||||
|
@ -84,7 +84,7 @@ exports[`Menu > should work with sub menus 1`] = `
|
||||||
</li>
|
</li>
|
||||||
<li class=\\"has-submenus menu-item\\">
|
<li class=\\"has-submenus menu-item\\">
|
||||||
<div class=\\"menu-item-title\\">
|
<div class=\\"menu-item-title\\">
|
||||||
<!--v-if--><span class=\\"menu-title flex-1 self-center\\">Menu Item 3</span><span class=\\"open menu-icon-collapse self-center transition-all\\"><svg preserveAspectRatio=\\"xMidYMid meet\\" viewBox=\\"0 0 24 24\\" width=\\"1.2em\\" height=\\"1.2em\\"><path fill=\\"currentColor\\" d=\\"m13.172 12l-4.95-4.95l1.414-1.414L16 12l-6.364 6.364l-1.414-1.414z\\"></path></svg></span>
|
<!--v-if--><span class=\\"menu-title flex-1 self-center\\">Menu Item 3</span><span class=\\"open menu-icon-collapse self-center transition-all\\"><svg viewBox=\\"0 0 24 24\\" width=\\"1.2em\\" height=\\"1.2em\\"><path fill=\\"currentColor\\" d=\\"m13.172 12l-4.95-4.95l1.414-1.414L16 12l-6.364 6.364l-1.414-1.414z\\"></path></svg></span>
|
||||||
</div>
|
</div>
|
||||||
<transition-stub>
|
<transition-stub>
|
||||||
<ul class=\\"sub-menu-items transition-all\\">
|
<ul class=\\"sub-menu-items transition-all\\">
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/lodash.merge": "^4.6.7",
|
"@types/lodash.merge": "^4.6.7",
|
||||||
"vite-plugin-dts": "^1.4.1"
|
"vite-plugin-dts": "^1.5.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"vue": "^3.2.37",
|
"vue": "^3.2.37",
|
||||||
|
|
312
pnpm-lock.yaml
312
pnpm-lock.yaml
|
@ -18,8 +18,8 @@ importers:
|
||||||
'@halo-dev/components': workspace:*
|
'@halo-dev/components': workspace:*
|
||||||
'@halo-dev/richtext-editor': ^0.0.0-alpha.7
|
'@halo-dev/richtext-editor': ^0.0.0-alpha.7
|
||||||
'@iconify-json/mdi': ^1.1.33
|
'@iconify-json/mdi': ^1.1.33
|
||||||
'@iconify-json/vscode-icons': ^1.1.11
|
'@iconify-json/vscode-icons': ^1.1.12
|
||||||
'@rushstack/eslint-patch': ^1.1.4
|
'@rushstack/eslint-patch': ^1.2.0
|
||||||
'@tailwindcss/aspect-ratio': ^0.4.2
|
'@tailwindcss/aspect-ratio': ^0.4.2
|
||||||
'@tiptap/extension-character-count': 2.0.0-beta.31
|
'@tiptap/extension-character-count': 2.0.0-beta.31
|
||||||
'@types/jsdom': ^20.0.0
|
'@types/jsdom': ^20.0.0
|
||||||
|
@ -39,16 +39,16 @@ importers:
|
||||||
'@vueuse/components': ^8.9.4
|
'@vueuse/components': ^8.9.4
|
||||||
'@vueuse/core': ^8.9.4
|
'@vueuse/core': ^8.9.4
|
||||||
'@vueuse/router': ^9.2.0
|
'@vueuse/router': ^9.2.0
|
||||||
autoprefixer: ^10.4.8
|
autoprefixer: ^10.4.11
|
||||||
axios: ^0.27.2
|
axios: ^0.27.2
|
||||||
c8: ^7.12.0
|
c8: ^7.12.0
|
||||||
colorjs.io: ^0.4.0
|
colorjs.io: ^0.4.0
|
||||||
cypress: ^9.7.0
|
cypress: ^9.7.0
|
||||||
dayjs: ^1.11.5
|
dayjs: ^1.11.5
|
||||||
emoji-mart: ^5.2.2
|
emoji-mart: ^5.2.2
|
||||||
eslint: ^8.23.0
|
eslint: ^8.23.1
|
||||||
eslint-plugin-cypress: ^2.12.1
|
eslint-plugin-cypress: ^2.12.1
|
||||||
eslint-plugin-vue: ^9.4.0
|
eslint-plugin-vue: ^9.5.1
|
||||||
filepond: ^4.30.4
|
filepond: ^4.30.4
|
||||||
floating-vue: 2.0.0-beta.20
|
floating-vue: 2.0.0-beta.20
|
||||||
husky: ^8.0.1
|
husky: ^8.0.1
|
||||||
|
@ -66,16 +66,16 @@ importers:
|
||||||
start-server-and-test: ^1.14.0
|
start-server-and-test: ^1.14.0
|
||||||
tailwindcss: ^3.1.8
|
tailwindcss: ^3.1.8
|
||||||
tailwindcss-safe-area: ^0.2.2
|
tailwindcss-safe-area: ^0.2.2
|
||||||
tailwindcss-themer: ^2.0.1
|
tailwindcss-themer: ^2.0.2
|
||||||
typescript: ~4.7.4
|
typescript: ~4.7.4
|
||||||
unplugin-icons: ^0.14.9
|
unplugin-icons: ^0.14.10
|
||||||
unsplash-js: ^7.0.15
|
unsplash-js: ^7.0.15
|
||||||
uuid: ^8.3.2
|
uuid: ^8.3.2
|
||||||
vite: ^3.1.0
|
vite: ^3.1.3
|
||||||
vite-compression-plugin: ^0.0.4
|
vite-compression-plugin: ^0.0.4
|
||||||
vite-plugin-externals: ^0.5.1
|
vite-plugin-externals: ^0.5.1
|
||||||
vite-plugin-html: ^3.2.0
|
vite-plugin-html: ^3.2.0
|
||||||
vite-plugin-pwa: ^0.12.7
|
vite-plugin-pwa: ^0.12.8
|
||||||
vite-plugin-static-copy: ^0.7.0
|
vite-plugin-static-copy: ^0.7.0
|
||||||
vite-plugin-vue-setup-extend: ^0.4.0
|
vite-plugin-vue-setup-extend: ^0.4.0
|
||||||
vitest: ^0.22.1
|
vitest: ^0.22.1
|
||||||
|
@ -126,8 +126,8 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@changesets/cli': 2.24.4
|
'@changesets/cli': 2.24.4
|
||||||
'@iconify-json/mdi': 1.1.33
|
'@iconify-json/mdi': 1.1.33
|
||||||
'@iconify-json/vscode-icons': 1.1.11
|
'@iconify-json/vscode-icons': 1.1.12
|
||||||
'@rushstack/eslint-patch': 1.1.4
|
'@rushstack/eslint-patch': 1.2.0
|
||||||
'@tailwindcss/aspect-ratio': 0.4.2_tailwindcss@3.1.8
|
'@tailwindcss/aspect-ratio': 0.4.2_tailwindcss@3.1.8
|
||||||
'@types/jsdom': 20.0.0
|
'@types/jsdom': 20.0.0
|
||||||
'@types/lodash.clonedeep': 4.5.7
|
'@types/lodash.clonedeep': 4.5.7
|
||||||
|
@ -135,20 +135,20 @@ importers:
|
||||||
'@types/node': 17.0.45
|
'@types/node': 17.0.45
|
||||||
'@types/qs': 6.9.7
|
'@types/qs': 6.9.7
|
||||||
'@types/uuid': 8.3.4
|
'@types/uuid': 8.3.4
|
||||||
'@vitejs/plugin-vue': 3.1.0_vite@3.1.0+vue@3.2.39
|
'@vitejs/plugin-vue': 3.1.0_vite@3.1.3+vue@3.2.39
|
||||||
'@vitejs/plugin-vue-jsx': 2.0.1_vite@3.1.0+vue@3.2.39
|
'@vitejs/plugin-vue-jsx': 2.0.1_vite@3.1.3+vue@3.2.39
|
||||||
'@vitest/ui': 0.22.1
|
'@vitest/ui': 0.22.1
|
||||||
'@vue/compiler-sfc': 3.2.39
|
'@vue/compiler-sfc': 3.2.39
|
||||||
'@vue/eslint-config-prettier': 7.0.0_bxpuzolsxufkw2ipnoyzzxnyrm
|
'@vue/eslint-config-prettier': 7.0.0_lpvhfrfofky3e6gkwtrv5gvhfa
|
||||||
'@vue/eslint-config-typescript': 11.0.1_r4pnssklstyy5blkxbeioxjlhm
|
'@vue/eslint-config-typescript': 11.0.1_4x7lpctiudad7v3ofluf6tqdpe
|
||||||
'@vue/test-utils': 2.0.2_vue@3.2.39
|
'@vue/test-utils': 2.0.2_vue@3.2.39
|
||||||
'@vue/tsconfig': 0.1.3_@types+node@17.0.45
|
'@vue/tsconfig': 0.1.3_@types+node@17.0.45
|
||||||
autoprefixer: 10.4.8_postcss@8.4.16
|
autoprefixer: 10.4.11_postcss@8.4.16
|
||||||
c8: 7.12.0
|
c8: 7.12.0
|
||||||
cypress: 9.7.0
|
cypress: 9.7.0
|
||||||
eslint: 8.23.0
|
eslint: 8.23.1
|
||||||
eslint-plugin-cypress: 2.12.1_eslint@8.23.0
|
eslint-plugin-cypress: 2.12.1_eslint@8.23.1
|
||||||
eslint-plugin-vue: 9.4.0_eslint@8.23.0
|
eslint-plugin-vue: 9.5.1_eslint@8.23.1
|
||||||
husky: 8.0.1
|
husky: 8.0.1
|
||||||
jsdom: 20.0.0
|
jsdom: 20.0.0
|
||||||
postcss: 8.4.16
|
postcss: 8.4.16
|
||||||
|
@ -158,16 +158,16 @@ importers:
|
||||||
start-server-and-test: 1.14.0
|
start-server-and-test: 1.14.0
|
||||||
tailwindcss: 3.1.8_postcss@8.4.16
|
tailwindcss: 3.1.8_postcss@8.4.16
|
||||||
tailwindcss-safe-area: 0.2.2
|
tailwindcss-safe-area: 0.2.2
|
||||||
tailwindcss-themer: 2.0.1_tailwindcss@3.1.8
|
tailwindcss-themer: 2.0.2_tailwindcss@3.1.8
|
||||||
typescript: 4.7.4
|
typescript: 4.7.4
|
||||||
unplugin-icons: 0.14.9_6igbc34rdygfc6m44bomdw5yyu
|
unplugin-icons: 0.14.10_4s7vbzbcgwpqv5yc35umdpgf4a
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
vite-compression-plugin: 0.0.4
|
vite-compression-plugin: 0.0.4
|
||||||
vite-plugin-externals: 0.5.1_vite@3.1.0
|
vite-plugin-externals: 0.5.1_vite@3.1.3
|
||||||
vite-plugin-html: 3.2.0_vite@3.1.0
|
vite-plugin-html: 3.2.0_vite@3.1.3
|
||||||
vite-plugin-pwa: 0.12.7_vite@3.1.0
|
vite-plugin-pwa: 0.12.8_vite@3.1.3
|
||||||
vite-plugin-static-copy: 0.7.0_vite@3.1.0
|
vite-plugin-static-copy: 0.7.0_vite@3.1.3
|
||||||
vite-plugin-vue-setup-extend: 0.4.0_vite@3.1.0
|
vite-plugin-vue-setup-extend: 0.4.0_vite@3.1.3
|
||||||
vitest: 0.22.1_p4vma5eqa7ktrmcclwse2euuta
|
vitest: 0.22.1_p4vma5eqa7ktrmcclwse2euuta
|
||||||
vue-tsc: 0.40.13_typescript@4.7.4
|
vue-tsc: 0.40.13_typescript@4.7.4
|
||||||
|
|
||||||
|
@ -177,26 +177,26 @@ importers:
|
||||||
'@codemirror/language': ^6.2.1
|
'@codemirror/language': ^6.2.1
|
||||||
'@codemirror/legacy-modes': ^6.1.0
|
'@codemirror/legacy-modes': ^6.1.0
|
||||||
'@codemirror/state': ^6.1.1
|
'@codemirror/state': ^6.1.1
|
||||||
'@codemirror/view': ^6.2.3
|
'@codemirror/view': ^6.2.4
|
||||||
'@histoire/plugin-vue': ^0.10.7
|
'@histoire/plugin-vue': ^0.10.7
|
||||||
'@iconify-json/ri': ^1.1.3
|
'@iconify-json/ri': ^1.1.3
|
||||||
codemirror: ^6.0.1
|
codemirror: ^6.0.1
|
||||||
histoire: ^0.10.7
|
histoire: ^0.10.7
|
||||||
unplugin-icons: ^0.14.9
|
unplugin-icons: ^0.14.10
|
||||||
vite-plugin-dts: ^1.4.1
|
vite-plugin-dts: ^1.5.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@codemirror/commands': 6.1.0
|
'@codemirror/commands': 6.1.0
|
||||||
'@codemirror/language': 6.2.1
|
'@codemirror/language': 6.2.1
|
||||||
'@codemirror/legacy-modes': 6.1.0
|
'@codemirror/legacy-modes': 6.1.0
|
||||||
'@codemirror/state': 6.1.1
|
'@codemirror/state': 6.1.1
|
||||||
'@codemirror/view': 6.2.3
|
'@codemirror/view': 6.2.4
|
||||||
codemirror: 6.0.1
|
codemirror: 6.0.1
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@histoire/plugin-vue': 0.10.7_histoire@0.10.7
|
'@histoire/plugin-vue': 0.10.7_histoire@0.10.7
|
||||||
'@iconify-json/ri': 1.1.3
|
'@iconify-json/ri': 1.1.3
|
||||||
histoire: 0.10.7
|
histoire: 0.10.7
|
||||||
unplugin-icons: 0.14.9
|
unplugin-icons: 0.14.10
|
||||||
vite-plugin-dts: 1.4.1
|
vite-plugin-dts: 1.5.0
|
||||||
|
|
||||||
packages/shared:
|
packages/shared:
|
||||||
specifiers:
|
specifiers:
|
||||||
|
@ -204,14 +204,14 @@ importers:
|
||||||
'@types/lodash.merge': ^4.6.7
|
'@types/lodash.merge': ^4.6.7
|
||||||
axios: ^0.27.2
|
axios: ^0.27.2
|
||||||
lodash.merge: ^4.6.2
|
lodash.merge: ^4.6.2
|
||||||
vite-plugin-dts: ^1.4.1
|
vite-plugin-dts: ^1.5.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@halo-dev/components': link:../components
|
'@halo-dev/components': link:../components
|
||||||
axios: 0.27.2
|
axios: 0.27.2
|
||||||
lodash.merge: 4.6.2
|
lodash.merge: 4.6.2
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/lodash.merge': 4.6.7
|
'@types/lodash.merge': 4.6.7
|
||||||
vite-plugin-dts: 1.4.1
|
vite-plugin-dts: 1.5.0
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
|
@ -1646,12 +1646,16 @@ packages:
|
||||||
prettier: 2.7.1
|
prettier: 2.7.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@codemirror/autocomplete/6.1.0:
|
/@codemirror/autocomplete/6.1.0_lfna2s7olssa6wy4mdbsi4n2py:
|
||||||
resolution: {integrity: sha512-wtO4O5WDyXhhCd4q4utDIDZxnQfmJ++3dGBCG9LMtI79+92OcA1DVk/n7BEupKmjIr8AzvptDz7YQ9ud6OkU+A==}
|
resolution: {integrity: sha512-wtO4O5WDyXhhCd4q4utDIDZxnQfmJ++3dGBCG9LMtI79+92OcA1DVk/n7BEupKmjIr8AzvptDz7YQ9ud6OkU+A==}
|
||||||
|
peerDependencies:
|
||||||
|
'@codemirror/language': ^6.0.0
|
||||||
|
'@codemirror/state': ^6.0.0
|
||||||
|
'@codemirror/view': ^6.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@codemirror/language': 6.2.1
|
'@codemirror/language': 6.2.1
|
||||||
'@codemirror/state': 6.1.1
|
'@codemirror/state': 6.1.1
|
||||||
'@codemirror/view': 6.2.3
|
'@codemirror/view': 6.2.4
|
||||||
'@lezer/common': 1.0.0
|
'@lezer/common': 1.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -1660,7 +1664,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@codemirror/language': 6.2.1
|
'@codemirror/language': 6.2.1
|
||||||
'@codemirror/state': 6.1.1
|
'@codemirror/state': 6.1.1
|
||||||
'@codemirror/view': 6.2.3
|
'@codemirror/view': 6.2.4
|
||||||
'@lezer/common': 1.0.0
|
'@lezer/common': 1.0.0
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -1668,7 +1672,7 @@ packages:
|
||||||
resolution: {integrity: sha512-MC3svxuvIj0MRpFlGHxLS6vPyIdbTr2KKPEW46kCoCXw2ktb4NTkpkPBI/lSP/FoNXLCBJ0mrnUi1OoZxtpW1Q==}
|
resolution: {integrity: sha512-MC3svxuvIj0MRpFlGHxLS6vPyIdbTr2KKPEW46kCoCXw2ktb4NTkpkPBI/lSP/FoNXLCBJ0mrnUi1OoZxtpW1Q==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@codemirror/state': 6.1.1
|
'@codemirror/state': 6.1.1
|
||||||
'@codemirror/view': 6.2.3
|
'@codemirror/view': 6.2.4
|
||||||
'@lezer/common': 1.0.0
|
'@lezer/common': 1.0.0
|
||||||
'@lezer/highlight': 1.0.0
|
'@lezer/highlight': 1.0.0
|
||||||
'@lezer/lr': 1.2.0
|
'@lezer/lr': 1.2.0
|
||||||
|
@ -1685,7 +1689,7 @@ packages:
|
||||||
resolution: {integrity: sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==}
|
resolution: {integrity: sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@codemirror/state': 6.1.1
|
'@codemirror/state': 6.1.1
|
||||||
'@codemirror/view': 6.2.3
|
'@codemirror/view': 6.2.4
|
||||||
crelt: 1.0.5
|
crelt: 1.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -1693,7 +1697,7 @@ packages:
|
||||||
resolution: {integrity: sha512-uOinkOrM+daMduCgMPomDfKLr7drGHB4jHl3Vq6xY2WRlL7MkNsBE0b+XHYa/Mee2npsJOgwvkW4n1lMFeBW2Q==}
|
resolution: {integrity: sha512-uOinkOrM+daMduCgMPomDfKLr7drGHB4jHl3Vq6xY2WRlL7MkNsBE0b+XHYa/Mee2npsJOgwvkW4n1lMFeBW2Q==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@codemirror/state': 6.1.1
|
'@codemirror/state': 6.1.1
|
||||||
'@codemirror/view': 6.2.3
|
'@codemirror/view': 6.2.4
|
||||||
crelt: 1.0.5
|
crelt: 1.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -1701,8 +1705,8 @@ packages:
|
||||||
resolution: {integrity: sha512-2s+aXsxmAwnR3Rd+JDHPG/1lw0YsA9PEwl7Re88gHJHGfxyfEzKBmsN4rr53RyPIR4lzbbhJX0DCq0WlqlBIRw==}
|
resolution: {integrity: sha512-2s+aXsxmAwnR3Rd+JDHPG/1lw0YsA9PEwl7Re88gHJHGfxyfEzKBmsN4rr53RyPIR4lzbbhJX0DCq0WlqlBIRw==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@codemirror/view/6.2.3:
|
/@codemirror/view/6.2.4:
|
||||||
resolution: {integrity: sha512-cgN9gWS9+kv9+eOgVJWMrGUk4EwYKBZpuFYvxIlu4CmMye3+U+gMzuZhBgtPDOCbCp30hxFIOO0MENhGfnaC/g==}
|
resolution: {integrity: sha512-Zc5qDv+CD2ubWs6ShGJL0tf4y2w5vObdg7Eus0ouhg9g5lrvsAnwO9PvavDZdK4bpH6O+cnNDRhFlvDuieXo/g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@codemirror/state': 6.1.1
|
'@codemirror/state': 6.1.1
|
||||||
style-mod: 4.0.0
|
style-mod: 4.0.0
|
||||||
|
@ -1755,8 +1759,8 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@eslint/eslintrc/1.3.1:
|
/@eslint/eslintrc/1.3.2:
|
||||||
resolution: {integrity: sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==}
|
resolution: {integrity: sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
|
@ -2035,8 +2039,8 @@ packages:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 1.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify-json/vscode-icons/1.1.11:
|
/@iconify-json/vscode-icons/1.1.12:
|
||||||
resolution: {integrity: sha512-2HducOcHAGEY5fD9NRilS4BeLTu72/JEjKy9/HsUzst9VlXT0TGH6qaU1m7X2bSFZHV+CGsisG1lq6M5XxzytQ==}
|
resolution: {integrity: sha512-EHkzk6BHCgAhP9pTDa4TrQuZTB8pd7Xki66tJhatXWADUZy31jAro45iNwyh3HFOxbo1Pnmr5z+8a/m1DdvXrQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 1.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -2045,14 +2049,18 @@ packages:
|
||||||
resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==}
|
resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@iconify/utils/1.0.33:
|
/@iconify/types/2.0.0:
|
||||||
resolution: {integrity: sha512-vGeAqo7aGPxOQmGdVoXFUOuyN+0V7Lcrx2EvaiRjxUD1x6Om0Tvq2bdm7E24l2Pz++4S0mWMCVFXe/17EtKImQ==}
|
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/@iconify/utils/2.0.0:
|
||||||
|
resolution: {integrity: sha512-thvwZ6m3frWJiOYwRdHPSPGC25rmyvDl0vXdQ8ocRJZx31m8Pn4y7V1mTc5UReR6MiAj+hrV2UPZQjx7zI960g==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 0.1.0
|
'@antfu/install-pkg': 0.1.0
|
||||||
'@antfu/utils': 0.5.2
|
'@antfu/utils': 0.5.2
|
||||||
'@iconify/types': 1.1.0
|
'@iconify/types': 2.0.0
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
kolorist: 1.5.1
|
kolorist: 1.6.0
|
||||||
local-pkg: 0.4.2
|
local-pkg: 0.4.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -2465,8 +2473,8 @@ packages:
|
||||||
picomatch: 2.3.1
|
picomatch: 2.3.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@rushstack/eslint-patch/1.1.4:
|
/@rushstack/eslint-patch/1.2.0:
|
||||||
resolution: {integrity: sha512-LwzQKA4vzIct1zNZzBmRKI9QuNpLgTQMEjsQLf3BXuGYb3QPTP4Yjf6mkdX+X1mYttZ808QpOwAzZjv28kq7DA==}
|
resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@rushstack/node-core-library/3.45.5:
|
/@rushstack/node-core-library/3.45.5:
|
||||||
|
@ -3076,7 +3084,7 @@ packages:
|
||||||
dev: true
|
dev: true
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
/@typescript-eslint/eslint-plugin/5.13.0_4ux2ozg7bwmkvnwd5vcxdmbbhy:
|
/@typescript-eslint/eslint-plugin/5.13.0_37wolxrorg2eaj4zkhfke5sbqe:
|
||||||
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:
|
||||||
|
@ -3087,12 +3095,12 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/parser': 5.13.0_sorwav4hsh5vncerguqybud76i
|
'@typescript-eslint/parser': 5.13.0_4brgkhw6cq4me3drk3kxrpb2mm
|
||||||
'@typescript-eslint/scope-manager': 5.13.0
|
'@typescript-eslint/scope-manager': 5.13.0
|
||||||
'@typescript-eslint/type-utils': 5.13.0_sorwav4hsh5vncerguqybud76i
|
'@typescript-eslint/type-utils': 5.13.0_4brgkhw6cq4me3drk3kxrpb2mm
|
||||||
'@typescript-eslint/utils': 5.13.0_sorwav4hsh5vncerguqybud76i
|
'@typescript-eslint/utils': 5.13.0_4brgkhw6cq4me3drk3kxrpb2mm
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 8.23.0
|
eslint: 8.23.1
|
||||||
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
|
||||||
|
@ -3103,7 +3111,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/parser/5.13.0_sorwav4hsh5vncerguqybud76i:
|
/@typescript-eslint/parser/5.13.0_4brgkhw6cq4me3drk3kxrpb2mm:
|
||||||
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:
|
||||||
|
@ -3117,7 +3125,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.23.0
|
eslint: 8.23.1
|
||||||
typescript: 4.7.4
|
typescript: 4.7.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -3131,7 +3139,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_sorwav4hsh5vncerguqybud76i:
|
/@typescript-eslint/type-utils/5.13.0_4brgkhw6cq4me3drk3kxrpb2mm:
|
||||||
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:
|
||||||
|
@ -3141,9 +3149,9 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 5.13.0_sorwav4hsh5vncerguqybud76i
|
'@typescript-eslint/utils': 5.13.0_4brgkhw6cq4me3drk3kxrpb2mm
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 8.23.0
|
eslint: 8.23.1
|
||||||
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:
|
||||||
|
@ -3176,7 +3184,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/utils/5.13.0_sorwav4hsh5vncerguqybud76i:
|
/@typescript-eslint/utils/5.13.0_4brgkhw6cq4me3drk3kxrpb2mm:
|
||||||
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:
|
||||||
|
@ -3186,9 +3194,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.23.0
|
eslint: 8.23.1
|
||||||
eslint-scope: 5.1.1
|
eslint-scope: 5.1.1
|
||||||
eslint-utils: 3.0.0_eslint@8.23.0
|
eslint-utils: 3.0.0_eslint@8.23.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
@ -3202,7 +3210,7 @@ packages:
|
||||||
eslint-visitor-keys: 3.3.0
|
eslint-visitor-keys: 3.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitejs/plugin-vue-jsx/2.0.1_vite@3.1.0+vue@3.2.39:
|
/@vitejs/plugin-vue-jsx/2.0.1_vite@3.1.3+vue@3.2.39:
|
||||||
resolution: {integrity: sha512-lmiR1k9+lrF7LMczO0pxtQ8mOn6XeppJDHxnpxkJQpT5SiKz4SKhKdeNstXaTNuR8qZhUo5X0pJlcocn72Y4Jg==}
|
resolution: {integrity: sha512-lmiR1k9+lrF7LMczO0pxtQ8mOn6XeppJDHxnpxkJQpT5SiKz4SKhKdeNstXaTNuR8qZhUo5X0pJlcocn72Y4Jg==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -3213,20 +3221,20 @@ packages:
|
||||||
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.19.0
|
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.19.0
|
||||||
'@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.19.0
|
'@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.19.0
|
||||||
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.19.0
|
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.19.0
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
vue: 3.2.39
|
vue: 3.2.39
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vitejs/plugin-vue/3.1.0_vite@3.1.0+vue@3.2.39:
|
/@vitejs/plugin-vue/3.1.0_vite@3.1.3+vue@3.2.39:
|
||||||
resolution: {integrity: sha512-fmxtHPjSOEIRg6vHYDaem+97iwCUg/uSIaTzp98lhELt2ISOQuDo2hbkBdXod0g15IhfPMQmAxh4heUks2zvDA==}
|
resolution: {integrity: sha512-fmxtHPjSOEIRg6vHYDaem+97iwCUg/uSIaTzp98lhELt2ISOQuDo2hbkBdXod0g15IhfPMQmAxh4heUks2zvDA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^3.0.0
|
vite: ^3.0.0
|
||||||
vue: ^3.2.25
|
vue: ^3.2.25
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
vue: 3.2.39
|
vue: 3.2.39
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -3333,19 +3341,19 @@ packages:
|
||||||
resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==}
|
resolution: {integrity: sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@vue/eslint-config-prettier/7.0.0_bxpuzolsxufkw2ipnoyzzxnyrm:
|
/@vue/eslint-config-prettier/7.0.0_lpvhfrfofky3e6gkwtrv5gvhfa:
|
||||||
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.23.0
|
eslint: 8.23.1
|
||||||
eslint-config-prettier: 8.5.0_eslint@8.23.0
|
eslint-config-prettier: 8.5.0_eslint@8.23.1
|
||||||
eslint-plugin-prettier: 4.0.0_tgumt6uwl2md3n6uqnggd6wvce
|
eslint-plugin-prettier: 4.0.0_cabrci5exjdaojcvd6xoxgeowu
|
||||||
prettier: 2.7.1
|
prettier: 2.7.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@vue/eslint-config-typescript/11.0.1_r4pnssklstyy5blkxbeioxjlhm:
|
/@vue/eslint-config-typescript/11.0.1_4x7lpctiudad7v3ofluf6tqdpe:
|
||||||
resolution: {integrity: sha512-0U+nL0nA7ahnGPk3rTN49x76miUwuQtQPQNWOFvAcjg6nFJkIkA8qbGNtXwsuHtwBwRtWpHhShL3zK07v+632w==}
|
resolution: {integrity: sha512-0U+nL0nA7ahnGPk3rTN49x76miUwuQtQPQNWOFvAcjg6nFJkIkA8qbGNtXwsuHtwBwRtWpHhShL3zK07v+632w==}
|
||||||
engines: {node: ^14.17.0 || >=16.0.0}
|
engines: {node: ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -3356,12 +3364,12 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 5.13.0_4ux2ozg7bwmkvnwd5vcxdmbbhy
|
'@typescript-eslint/eslint-plugin': 5.13.0_37wolxrorg2eaj4zkhfke5sbqe
|
||||||
'@typescript-eslint/parser': 5.13.0_sorwav4hsh5vncerguqybud76i
|
'@typescript-eslint/parser': 5.13.0_4brgkhw6cq4me3drk3kxrpb2mm
|
||||||
eslint: 8.23.0
|
eslint: 8.23.1
|
||||||
eslint-plugin-vue: 9.4.0_eslint@8.23.0
|
eslint-plugin-vue: 9.5.1_eslint@8.23.1
|
||||||
typescript: 4.7.4
|
typescript: 4.7.4
|
||||||
vue-eslint-parser: 9.0.2_eslint@8.23.0
|
vue-eslint-parser: 9.0.2_eslint@8.23.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -3702,15 +3710,15 @@ packages:
|
||||||
engines: {node: '>= 4.0.0'}
|
engines: {node: '>= 4.0.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/autoprefixer/10.4.8_postcss@8.4.16:
|
/autoprefixer/10.4.11_postcss@8.4.16:
|
||||||
resolution: {integrity: sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==}
|
resolution: {integrity: sha512-5lHp6DgRodxlBLSkzHOTcufWFflH1ewfy2hvFQyjrblBFlP/0Yh4O/Wrg4ow8WRlN3AAUFFLAQwX8hTptzqVHg==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
postcss: ^8.1.0
|
postcss: ^8.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist: 4.21.3
|
browserslist: 4.21.3
|
||||||
caniuse-lite: 1.0.30001373
|
caniuse-lite: 1.0.30001406
|
||||||
fraction.js: 4.2.0
|
fraction.js: 4.2.0
|
||||||
normalize-range: 0.1.2
|
normalize-range: 0.1.2
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
|
@ -3959,6 +3967,10 @@ packages:
|
||||||
resolution: {integrity: sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==}
|
resolution: {integrity: sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/caniuse-lite/1.0.30001406:
|
||||||
|
resolution: {integrity: sha512-bWTlaXUy/rq0BBtYShc/jArYfBPjEV95euvZ8JVtO43oQExEN/WquoqpufFjNu4kSpi5cy5kMbNvzztWDfv1Jg==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/case/1.6.3:
|
/case/1.6.3:
|
||||||
resolution: {integrity: sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==}
|
resolution: {integrity: sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==}
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
|
@ -4095,13 +4107,13 @@ packages:
|
||||||
/codemirror/6.0.1:
|
/codemirror/6.0.1:
|
||||||
resolution: {integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==}
|
resolution: {integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@codemirror/autocomplete': 6.1.0
|
'@codemirror/autocomplete': 6.1.0_lfna2s7olssa6wy4mdbsi4n2py
|
||||||
'@codemirror/commands': 6.1.0
|
'@codemirror/commands': 6.1.0
|
||||||
'@codemirror/language': 6.2.1
|
'@codemirror/language': 6.2.1
|
||||||
'@codemirror/lint': 6.0.0
|
'@codemirror/lint': 6.0.0
|
||||||
'@codemirror/search': 6.0.1
|
'@codemirror/search': 6.0.1
|
||||||
'@codemirror/state': 6.1.1
|
'@codemirror/state': 6.1.1
|
||||||
'@codemirror/view': 6.2.3
|
'@codemirror/view': 6.2.4
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/color-convert/1.9.3:
|
/color-convert/1.9.3:
|
||||||
|
@ -4968,25 +4980,25 @@ packages:
|
||||||
source-map: 0.6.1
|
source-map: 0.6.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-config-prettier/8.5.0_eslint@8.23.0:
|
/eslint-config-prettier/8.5.0_eslint@8.23.1:
|
||||||
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.23.0
|
eslint: 8.23.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-plugin-cypress/2.12.1_eslint@8.23.0:
|
/eslint-plugin-cypress/2.12.1_eslint@8.23.1:
|
||||||
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.23.0
|
eslint: 8.23.1
|
||||||
globals: 11.12.0
|
globals: 11.12.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-plugin-prettier/4.0.0_tgumt6uwl2md3n6uqnggd6wvce:
|
/eslint-plugin-prettier/4.0.0_cabrci5exjdaojcvd6xoxgeowu:
|
||||||
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
|
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
|
||||||
engines: {node: '>=6.0.0'}
|
engines: {node: '>=6.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -4997,25 +5009,25 @@ packages:
|
||||||
eslint-config-prettier:
|
eslint-config-prettier:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 8.23.0
|
eslint: 8.23.1
|
||||||
eslint-config-prettier: 8.5.0_eslint@8.23.0
|
eslint-config-prettier: 8.5.0_eslint@8.23.1
|
||||||
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.4.0_eslint@8.23.0:
|
/eslint-plugin-vue/9.5.1_eslint@8.23.1:
|
||||||
resolution: {integrity: sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ==}
|
resolution: {integrity: sha512-Y0sL2RY7Xc9S8kNih9lbwHIDmewUg9bfas6WSzsOWRgDXhIHKxRBZYNAnVcXBFfE+bMWHUA5GLChl7TcTYUI8w==}
|
||||||
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.23.0
|
eslint: 8.23.1
|
||||||
eslint-utils: 3.0.0_eslint@8.23.0
|
eslint-utils: 3.0.0_eslint@8.23.1
|
||||||
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.23.0
|
vue-eslint-parser: 9.0.2_eslint@8.23.1
|
||||||
xml-name-validator: 4.0.0
|
xml-name-validator: 4.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -5037,13 +5049,13 @@ packages:
|
||||||
estraverse: 5.3.0
|
estraverse: 5.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-utils/3.0.0_eslint@8.23.0:
|
/eslint-utils/3.0.0_eslint@8.23.1:
|
||||||
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.23.0
|
eslint: 8.23.1
|
||||||
eslint-visitor-keys: 2.1.0
|
eslint-visitor-keys: 2.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -5057,12 +5069,12 @@ 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.23.0:
|
/eslint/8.23.1:
|
||||||
resolution: {integrity: sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==}
|
resolution: {integrity: sha512-w7C1IXCc6fNqjpuYd0yPlcTKKmHlHHktRkzmBPZ+7cvNBQuiNjx0xaMTjAJGCafJhQkrFJooREv0CtrVzmHwqg==}
|
||||||
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:
|
||||||
'@eslint/eslintrc': 1.3.1
|
'@eslint/eslintrc': 1.3.2
|
||||||
'@humanwhocodes/config-array': 0.10.4
|
'@humanwhocodes/config-array': 0.10.4
|
||||||
'@humanwhocodes/gitignore-to-minimatch': 1.0.2
|
'@humanwhocodes/gitignore-to-minimatch': 1.0.2
|
||||||
'@humanwhocodes/module-importer': 1.0.1
|
'@humanwhocodes/module-importer': 1.0.1
|
||||||
|
@ -5073,7 +5085,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.23.0
|
eslint-utils: 3.0.0_eslint@8.23.1
|
||||||
eslint-visitor-keys: 3.3.0
|
eslint-visitor-keys: 3.3.0
|
||||||
espree: 9.4.0
|
espree: 9.4.0
|
||||||
esquery: 1.4.0
|
esquery: 1.4.0
|
||||||
|
@ -5081,7 +5093,6 @@ packages:
|
||||||
fast-deep-equal: 3.1.3
|
fast-deep-equal: 3.1.3
|
||||||
file-entry-cache: 6.0.1
|
file-entry-cache: 6.0.1
|
||||||
find-up: 5.0.0
|
find-up: 5.0.0
|
||||||
functional-red-black-tree: 1.0.1
|
|
||||||
glob-parent: 6.0.2
|
glob-parent: 6.0.2
|
||||||
globals: 13.15.0
|
globals: 13.15.0
|
||||||
globby: 11.1.0
|
globby: 11.1.0
|
||||||
|
@ -5090,6 +5101,7 @@ packages:
|
||||||
import-fresh: 3.3.0
|
import-fresh: 3.3.0
|
||||||
imurmurhash: 0.1.4
|
imurmurhash: 0.1.4
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
|
js-sdsl: 4.1.4
|
||||||
js-yaml: 4.1.0
|
js-yaml: 4.1.0
|
||||||
json-stable-stringify-without-jsonify: 1.0.1
|
json-stable-stringify-without-jsonify: 1.0.1
|
||||||
levn: 0.4.1
|
levn: 0.4.1
|
||||||
|
@ -6217,6 +6229,10 @@ packages:
|
||||||
'@sideway/pinpoint': 2.0.0
|
'@sideway/pinpoint': 2.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/js-sdsl/4.1.4:
|
||||||
|
resolution: {integrity: sha512-Y2/yD55y5jteOAmY50JbUZYwk3CP3wnLPEZnlR1w9oKhITrBEtAxwuWKebFf8hMrPMgbYwFoWK/lH2sBkErELw==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/js-tokens/4.0.0:
|
/js-tokens/4.0.0:
|
||||||
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -6356,8 +6372,8 @@ packages:
|
||||||
verror: 1.10.0
|
verror: 1.10.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/just-unique/4.0.1:
|
/just-unique/4.1.1:
|
||||||
resolution: {integrity: sha512-rUeSLN44eynoLqpWa/J73f4fGEGoUxBw+3KPCABN2CkCQuP/7WYS6BSQ8/YIIB5wAEdzfHeJhYPfoYIi95UywA==}
|
resolution: {integrity: sha512-iLt/RPnrazs4D4IVaO1Hac2W/WH9SiCT3CuhX9hip0xWVnUe+28Lyse4w/OxjSwdZ0CzduimWPMZH/KwxnCAEw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/katex/0.16.2:
|
/katex/0.16.2:
|
||||||
|
@ -6377,8 +6393,8 @@ packages:
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/kolorist/1.5.1:
|
/kolorist/1.6.0:
|
||||||
resolution: {integrity: sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==}
|
resolution: {integrity: sha512-dLkz37Ab97HWMx9KTes3Tbi3D1ln9fCAy2zr2YVExJasDRPGRaKcoE4fycWNtnCAJfjFqe0cnY+f8KT2JePEXQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/lazy-ass/1.6.0:
|
/lazy-ass/1.6.0:
|
||||||
|
@ -7595,14 +7611,6 @@ packages:
|
||||||
terser: 5.13.1
|
terser: 5.13.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/rollup/2.75.7:
|
|
||||||
resolution: {integrity: sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==}
|
|
||||||
engines: {node: '>=10.0.0'}
|
|
||||||
hasBin: true
|
|
||||||
optionalDependencies:
|
|
||||||
fsevents: 2.3.2
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/rollup/2.78.1:
|
/rollup/2.78.1:
|
||||||
resolution: {integrity: sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==}
|
resolution: {integrity: sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg==}
|
||||||
engines: {node: '>=10.0.0'}
|
engines: {node: '>=10.0.0'}
|
||||||
|
@ -8080,13 +8088,13 @@ packages:
|
||||||
resolution: {integrity: sha512-sygGuEFFBBzjqR6d2gB9hDW9xX/4yLt7ymhR2E/XVa6Ar4B86Net8/9EmPAsqFUvXY40+W0HnXwFavFJEM+eCQ==}
|
resolution: {integrity: sha512-sygGuEFFBBzjqR6d2gB9hDW9xX/4yLt7ymhR2E/XVa6Ar4B86Net8/9EmPAsqFUvXY40+W0HnXwFavFJEM+eCQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/tailwindcss-themer/2.0.1_tailwindcss@3.1.8:
|
/tailwindcss-themer/2.0.2_tailwindcss@3.1.8:
|
||||||
resolution: {integrity: sha512-A6bS7rDjGIgK29Xl3J6B+vnI4bRvYSzoyintxKf2MoTONJnHsRI/heJ+cjUfK+z1q7QX6VFZn1pgyiX69Re0Pw==}
|
resolution: {integrity: sha512-Zw1MvxXYRpTQNia//hEBmsTEohRrs/5P9umuM4spiq3dRIYsrVwEGwq1BbsGqUDOnYIEdVZYHVWkIiTAPmuOFA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
tailwindcss: ^3.1.0
|
tailwindcss: ^3.1.0
|
||||||
dependencies:
|
dependencies:
|
||||||
color: 4.2.3
|
color: 4.2.3
|
||||||
just-unique: 4.0.1
|
just-unique: 4.1.1
|
||||||
lodash.merge: 4.6.2
|
lodash.merge: 4.6.2
|
||||||
lodash.mergewith: 4.6.2
|
lodash.mergewith: 4.6.2
|
||||||
tailwindcss: 3.1.8_postcss@8.4.16
|
tailwindcss: 3.1.8_postcss@8.4.16
|
||||||
|
@ -8465,8 +8473,8 @@ packages:
|
||||||
engines: {node: '>= 0.8'}
|
engines: {node: '>= 0.8'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin-icons/0.14.9:
|
/unplugin-icons/0.14.10:
|
||||||
resolution: {integrity: sha512-vPyVfNREH88dP6gszdaoGkAEFPpiScXj1A8eWN905jQgT53A3tsiPEiqJjCHOUVcsUaREt2JSudzumFOsCA78A==}
|
resolution: {integrity: sha512-K4KTnsiBnSPDKQS4KylOxmGYp/ALPgfN520IXhOuB2OKD5Ub5N3bNmpvMZgiMK0g3kAQdZrRRNATMSM558a3Zg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@svgr/core': '>=5.5.0'
|
'@svgr/core': '>=5.5.0'
|
||||||
'@vue/compiler-sfc': ^3.0.2
|
'@vue/compiler-sfc': ^3.0.2
|
||||||
|
@ -8484,9 +8492,9 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 0.1.0
|
'@antfu/install-pkg': 0.1.0
|
||||||
'@antfu/utils': 0.5.2
|
'@antfu/utils': 0.5.2
|
||||||
'@iconify/utils': 1.0.33
|
'@iconify/utils': 2.0.0
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
kolorist: 1.5.1
|
kolorist: 1.6.0
|
||||||
local-pkg: 0.4.2
|
local-pkg: 0.4.2
|
||||||
unplugin: 0.9.5
|
unplugin: 0.9.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -8497,8 +8505,8 @@ packages:
|
||||||
- webpack
|
- webpack
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin-icons/0.14.9_6igbc34rdygfc6m44bomdw5yyu:
|
/unplugin-icons/0.14.10_4s7vbzbcgwpqv5yc35umdpgf4a:
|
||||||
resolution: {integrity: sha512-vPyVfNREH88dP6gszdaoGkAEFPpiScXj1A8eWN905jQgT53A3tsiPEiqJjCHOUVcsUaREt2JSudzumFOsCA78A==}
|
resolution: {integrity: sha512-K4KTnsiBnSPDKQS4KylOxmGYp/ALPgfN520IXhOuB2OKD5Ub5N3bNmpvMZgiMK0g3kAQdZrRRNATMSM558a3Zg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@svgr/core': '>=5.5.0'
|
'@svgr/core': '>=5.5.0'
|
||||||
'@vue/compiler-sfc': ^3.0.2
|
'@vue/compiler-sfc': ^3.0.2
|
||||||
|
@ -8516,12 +8524,12 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 0.1.0
|
'@antfu/install-pkg': 0.1.0
|
||||||
'@antfu/utils': 0.5.2
|
'@antfu/utils': 0.5.2
|
||||||
'@iconify/utils': 1.0.33
|
'@iconify/utils': 2.0.0
|
||||||
'@vue/compiler-sfc': 3.2.39
|
'@vue/compiler-sfc': 3.2.39
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
kolorist: 1.5.1
|
kolorist: 1.6.0
|
||||||
local-pkg: 0.4.2
|
local-pkg: 0.4.2
|
||||||
unplugin: 0.9.5_vite@3.1.0
|
unplugin: 0.9.5_vite@3.1.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- esbuild
|
- esbuild
|
||||||
- rollup
|
- rollup
|
||||||
|
@ -8553,7 +8561,7 @@ packages:
|
||||||
webpack-virtual-modules: 0.4.4
|
webpack-virtual-modules: 0.4.4
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/unplugin/0.9.5_vite@3.1.0:
|
/unplugin/0.9.5_vite@3.1.3:
|
||||||
resolution: {integrity: sha512-luraheyfxwtvkvHpsOvMNv7IjLdORTWKZp0gWYNHGLi2ImON3iIZOj464qEyyEwLA/EMt12fC415HW9zRpOfTg==}
|
resolution: {integrity: sha512-luraheyfxwtvkvHpsOvMNv7IjLdORTWKZp0gWYNHGLi2ImON3iIZOj464qEyyEwLA/EMt12fC415HW9zRpOfTg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
esbuild: '>=0.13'
|
esbuild: '>=0.13'
|
||||||
|
@ -8572,7 +8580,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.8.0
|
acorn: 8.8.0
|
||||||
chokidar: 3.5.3
|
chokidar: 3.5.3
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
webpack-sources: 3.2.3
|
webpack-sources: 3.2.3
|
||||||
webpack-virtual-modules: 0.4.4
|
webpack-virtual-modules: 0.4.4
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -8670,7 +8678,7 @@ packages:
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
mlly: 0.5.12
|
mlly: 0.5.12
|
||||||
pathe: 0.2.0
|
pathe: 0.2.0
|
||||||
vite: 3.1.0
|
vite: 3.1.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- less
|
- less
|
||||||
- sass
|
- sass
|
||||||
|
@ -8679,8 +8687,8 @@ packages:
|
||||||
- terser
|
- terser
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-dts/1.4.1:
|
/vite-plugin-dts/1.5.0:
|
||||||
resolution: {integrity: sha512-jo7E4ZeheD2o48oGiI3EygPbej7ZkGFHg3GVTt7Wuo6NgzThLvuzGGuduaFpnhJOGi1piDFsu6oui/wDKIIORQ==}
|
resolution: {integrity: sha512-O78YnwomiEu+vKMdj1gvJfi2PnSOdB/RKWSOaNDjzr5bGvB6G7AskSczy+74sLwj3hkh0qO0L0U1UuLSjAqtqA==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=2.4.4'
|
vite: '>=2.4.4'
|
||||||
|
@ -8696,7 +8704,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-externals/0.5.1_vite@3.1.0:
|
/vite-plugin-externals/0.5.1_vite@3.1.3:
|
||||||
resolution: {integrity: sha512-HvRFG5y9wXoJUG9FSbSp9ikOiJRh7EzN6tJC5oIOcEj+19GUw9Z1NNCPFtAmX75Ajcr10FdELKNmuXS3lExkcg==}
|
resolution: {integrity: sha512-HvRFG5y9wXoJUG9FSbSp9ikOiJRh7EzN6tJC5oIOcEj+19GUw9Z1NNCPFtAmX75Ajcr10FdELKNmuXS3lExkcg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=2.0.0'
|
vite: '>=2.0.0'
|
||||||
|
@ -8705,10 +8713,10 @@ packages:
|
||||||
es-module-lexer: 0.4.1
|
es-module-lexer: 0.4.1
|
||||||
fs-extra: 10.1.0
|
fs-extra: 10.1.0
|
||||||
magic-string: 0.25.9
|
magic-string: 0.25.9
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-html/3.2.0_vite@3.1.0:
|
/vite-plugin-html/3.2.0_vite@3.1.3:
|
||||||
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
|
resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=2.0.0'
|
vite: '>=2.0.0'
|
||||||
|
@ -8725,19 +8733,19 @@ packages:
|
||||||
html-minifier-terser: 6.1.0
|
html-minifier-terser: 6.1.0
|
||||||
node-html-parser: 5.3.3
|
node-html-parser: 5.3.3
|
||||||
pathe: 0.2.0
|
pathe: 0.2.0
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-pwa/0.12.7_vite@3.1.0:
|
/vite-plugin-pwa/0.12.8_vite@3.1.3:
|
||||||
resolution: {integrity: sha512-salSwS1wWc1niNWfhX2W6gtfXmk+XESMz62w95EHLq6fSM2bDgDm1APmvq1nkDcxH6Onky7HxysCBKMzvOHXYg==}
|
resolution: {integrity: sha512-pSiFHmnJGMQJJL8aJzQ8SaraZBSBPMGvGUkCNzheIq9UQCEk/eP3UmANNmS9eupuhIpTK8AdxTOHcaMcAqAbCA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^2.0.0 || ^3.0.0-0
|
vite: ^2.0.0 || ^3.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
fast-glob: 3.2.11
|
fast-glob: 3.2.11
|
||||||
pretty-bytes: 6.0.0
|
pretty-bytes: 6.0.0
|
||||||
rollup: 2.75.7
|
rollup: 2.78.1
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
workbox-build: 6.5.3
|
workbox-build: 6.5.3
|
||||||
workbox-window: 6.5.3
|
workbox-window: 6.5.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -8745,7 +8753,7 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-static-copy/0.7.0_vite@3.1.0:
|
/vite-plugin-static-copy/0.7.0_vite@3.1.3:
|
||||||
resolution: {integrity: sha512-BlzvdlO4MR5O7CB0IW4VzdwiVYixEwwUvNp7ZmRLS8U0c38axOacg0nwQXr+FZROO7x4qxabDF3m7WwbFjN65A==}
|
resolution: {integrity: sha512-BlzvdlO4MR5O7CB0IW4VzdwiVYixEwwUvNp7ZmRLS8U0c38axOacg0nwQXr+FZROO7x4qxabDF3m7WwbFjN65A==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -8755,21 +8763,21 @@ packages:
|
||||||
fast-glob: 3.2.11
|
fast-glob: 3.2.11
|
||||||
fs-extra: 10.1.0
|
fs-extra: 10.1.0
|
||||||
picocolors: 1.0.0
|
picocolors: 1.0.0
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite-plugin-vue-setup-extend/0.4.0_vite@3.1.0:
|
/vite-plugin-vue-setup-extend/0.4.0_vite@3.1.3:
|
||||||
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==}
|
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: '>=2.0.0'
|
vite: '>=2.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.2.39
|
'@vue/compiler-sfc': 3.2.39
|
||||||
magic-string: 0.25.9
|
magic-string: 0.25.9
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite/3.1.0:
|
/vite/3.1.3:
|
||||||
resolution: {integrity: sha512-YBg3dUicDpDWFCGttmvMbVyS9ydjntwEjwXRj2KBFwSB8SxmGcudo1yb8FW5+M/G86aS8x828ujnzUVdsLjs9g==}
|
resolution: {integrity: sha512-/3XWiktaopByM5bd8dqvHxRt5EEgRikevnnrpND0gRfNkrMrPaGGexhtLCzv15RcCMtV2CLw+BPas8YFeSG0KA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -8795,8 +8803,8 @@ packages:
|
||||||
fsevents: 2.3.2
|
fsevents: 2.3.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vite/3.1.0_sass@1.54.9:
|
/vite/3.1.3_sass@1.54.9:
|
||||||
resolution: {integrity: sha512-YBg3dUicDpDWFCGttmvMbVyS9ydjntwEjwXRj2KBFwSB8SxmGcudo1yb8FW5+M/G86aS8x828ujnzUVdsLjs9g==}
|
resolution: {integrity: sha512-/3XWiktaopByM5bd8dqvHxRt5EEgRikevnnrpND0gRfNkrMrPaGGexhtLCzv15RcCMtV2CLw+BPas8YFeSG0KA==}
|
||||||
engines: {node: ^14.18.0 || >=16.0.0}
|
engines: {node: ^14.18.0 || >=16.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -8855,7 +8863,7 @@ packages:
|
||||||
local-pkg: 0.4.2
|
local-pkg: 0.4.2
|
||||||
tinypool: 0.2.4
|
tinypool: 0.2.4
|
||||||
tinyspy: 1.0.2
|
tinyspy: 1.0.2
|
||||||
vite: 3.1.0_sass@1.54.9
|
vite: 3.1.3_sass@1.54.9
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- less
|
- less
|
||||||
- sass
|
- sass
|
||||||
|
@ -8887,14 +8895,14 @@ packages:
|
||||||
vue: 3.2.39
|
vue: 3.2.39
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/vue-eslint-parser/9.0.2_eslint@8.23.0:
|
/vue-eslint-parser/9.0.2_eslint@8.23.1:
|
||||||
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.23.0
|
eslint: 8.23.1
|
||||||
eslint-scope: 7.1.1
|
eslint-scope: 7.1.1
|
||||||
eslint-visitor-keys: 3.3.0
|
eslint-visitor-keys: 3.3.0
|
||||||
espree: 9.4.0
|
espree: 9.4.0
|
||||||
|
|
Loading…
Reference in New Issue