mirror of https://github.com/halo-dev/halo-admin
feat: refine the configuration of unplugin-icons
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/588/head
parent
2cf3b06a88
commit
1d09bc5af3
17
package.json
17
package.json
|
@ -42,7 +42,7 @@
|
|||
"vue-router": "^4.0.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-patch": "^1.1.3",
|
||||
"@rushstack/eslint-patch": "^1.1.4",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.0",
|
||||
"@types/jsdom": "^16.2.14",
|
||||
"@types/lodash.clonedeep": "4.5.7",
|
||||
|
@ -51,7 +51,8 @@
|
|||
"@types/uuid": "^8.3.4",
|
||||
"@vitejs/plugin-vue": "^2.3.3",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
||||
"@vitest/ui": "^0.15.2",
|
||||
"@vitest/ui": "^0.16.0",
|
||||
"@vue/compiler-sfc": "^3.2.37",
|
||||
"@vue/eslint-config-prettier": "^7.0.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.0",
|
||||
"@vue/test-utils": "^2.0.1",
|
||||
|
@ -59,7 +60,7 @@
|
|||
"autoprefixer": "^10.4.7",
|
||||
"c8": "^7.11.3",
|
||||
"cypress": "^9.7.0",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint-plugin-cypress": "^2.12.1",
|
||||
"eslint-plugin-vue": "^9.1.1",
|
||||
"husky": "^8.0.1",
|
||||
|
@ -73,13 +74,13 @@
|
|||
"tailwindcss-safe-area": "^0.2.2",
|
||||
"tailwindcss-themeable": "^1.3.0",
|
||||
"typescript": "~4.7.4",
|
||||
"vite": "^2.9.12",
|
||||
"vite": "^2.9.13",
|
||||
"vite-compression-plugin": "^0.0.4",
|
||||
"vite-plugin-externals": "^0.5.0",
|
||||
"vite-plugin-pwa": "^0.12.0",
|
||||
"vite-plugin-static-copy": "^0.5.1",
|
||||
"vite-plugin-pwa": "^0.12.2",
|
||||
"vite-plugin-static-copy": "^0.6.0",
|
||||
"vite-plugin-vue-setup-extend": "^0.4.0",
|
||||
"vitest": "^0.15.2",
|
||||
"vue-tsc": "^0.34.17"
|
||||
"vitest": "^0.16.0",
|
||||
"vue-tsc": "^0.38.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"@iconify-json/ri": "^1.1.3",
|
||||
"@rollup/plugin-typescript": "^8.3.3",
|
||||
"histoire": "^0.7.8",
|
||||
"unplugin-icons": "^0.14.6",
|
||||
"unplugin-icons": "^0.14.7",
|
||||
"vite-plugin-dts": "^1.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,85 +1,43 @@
|
|||
// @ts-ignore
|
||||
import IconDashboard from "~icons/ri/dashboard-3-line";
|
||||
// @ts-ignore
|
||||
import IconArrowLeft from "~icons/ri/arrow-left-s-line";
|
||||
// @ts-ignore
|
||||
import IconArrowRight from "~icons/ri/arrow-right-s-line";
|
||||
// @ts-ignore
|
||||
import IconArrowDown from "~icons/ri/arrow-down-s-fill";
|
||||
// @ts-ignore
|
||||
import IconArrowUpLine from "~icons/ri/arrow-up-s-line";
|
||||
// @ts-ignore
|
||||
import IconArrowDownLine from "~icons/ri/arrow-down-s-line";
|
||||
// @ts-ignore
|
||||
import IconBookRead from "~icons/ri/book-read-line";
|
||||
// @ts-ignore
|
||||
import IconPages from "~icons/ri/pages-line";
|
||||
// @ts-ignore
|
||||
import IconMessage from "~icons/ri/message-3-line";
|
||||
// @ts-ignore
|
||||
import IconPalette from "~icons/ri/palette-line";
|
||||
// @ts-ignore
|
||||
import IconListSettings from "~icons/ri/list-settings-line";
|
||||
// @ts-ignore
|
||||
import IconMagic from "~icons/ri/magic-line";
|
||||
// @ts-ignore
|
||||
import IconUserSettings from "~icons/ri/user-settings-line";
|
||||
// @ts-ignore
|
||||
import IconSettings from "~icons/ri/settings-4-line";
|
||||
// @ts-ignore
|
||||
import IconPlug from "~icons/ri/plug-2-line";
|
||||
// @ts-ignore
|
||||
import IconEye from "~icons/ri/eye-line";
|
||||
// @ts-ignore
|
||||
import IconFolder from "~icons/ri/folder-2-line";
|
||||
// @ts-ignore
|
||||
import IconMore from "~icons/ri/more-line";
|
||||
// @ts-ignore
|
||||
import IconClose from "~icons/ri/close-line";
|
||||
// @ts-ignore
|
||||
import IconErrorWarning from "~icons/ri/error-warning-line";
|
||||
// @ts-ignore
|
||||
// @ts-ignore
|
||||
import IconCheckboxCircle from "~icons/ri/checkbox-circle-line";
|
||||
// @ts-ignore
|
||||
import IconInformation from "~icons/ri/information-line";
|
||||
// @ts-ignore
|
||||
import IconCloseCircle from "~icons/ri/close-circle-line";
|
||||
// @ts-ignore
|
||||
import IconDeleteBin from "~icons/ri/delete-bin-2-line";
|
||||
// @ts-ignore
|
||||
import IconAddCircle from "~icons/ri/add-circle-line";
|
||||
// @ts-ignore
|
||||
import IconSave from "~icons/ri/save-line";
|
||||
// @ts-ignore
|
||||
import IconList from "~icons/ri/list-unordered";
|
||||
// @ts-ignore
|
||||
import IconGrid from "~icons/ri/grid-line";
|
||||
// @ts-ignore
|
||||
import IconCheckboxFill from "~icons/ri/checkbox-circle-fill";
|
||||
// @ts-ignore
|
||||
import IconSearch from "~icons/ri/search-2-line";
|
||||
// @ts-ignore
|
||||
import IconComputer from "~icons/ri/computer-line";
|
||||
// @ts-ignore
|
||||
import IconPhone from "~icons/ri/smartphone-line";
|
||||
// @ts-ignore
|
||||
import IconTablet from "~icons/ri/tablet-line";
|
||||
// @ts-ignore
|
||||
import IconUserFollow from "~icons/ri/user-follow-line";
|
||||
// @ts-ignore
|
||||
import IconExchange from "~icons/ri/exchange-line";
|
||||
// @ts-ignore
|
||||
import IconGitHub from "~icons/ri/github-fill";
|
||||
// @ts-ignore
|
||||
import IconUpload from "~icons/ri/upload-cloud-2-line";
|
||||
// @ts-ignore
|
||||
import IconShieldUser from "~icons/ri/shield-user-line";
|
||||
// @ts-ignore
|
||||
import IconGitBranch from "~icons/ri/git-branch-line";
|
||||
// @ts-ignore
|
||||
import IconStopCircle from "~icons/ri/stop-circle-line";
|
||||
// @ts-ignore
|
||||
import IconForbidLine from "~icons/ri/forbid-line";
|
||||
|
||||
export {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"types": ["unplugin-icons/types/vue"]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ export default defineConfig({
|
|||
plugins: [
|
||||
Vue(),
|
||||
VueJsx(),
|
||||
Icons(),
|
||||
Icons({ compiler: "vue3" }),
|
||||
Dts({
|
||||
entryRoot: "./src",
|
||||
outputDir: "./dist",
|
||||
|
|
291
pnpm-lock.yaml
291
pnpm-lock.yaml
|
@ -7,7 +7,7 @@ importers:
|
|||
'@halo-dev/admin-api': ^1.1.0
|
||||
'@halo-dev/admin-shared': workspace:*
|
||||
'@halo-dev/components': workspace:*
|
||||
'@rushstack/eslint-patch': ^1.1.3
|
||||
'@rushstack/eslint-patch': ^1.1.4
|
||||
'@tailwindcss/aspect-ratio': ^0.4.0
|
||||
'@types/jsdom': ^16.2.14
|
||||
'@types/lodash.clonedeep': 4.5.7
|
||||
|
@ -16,7 +16,8 @@ importers:
|
|||
'@types/uuid': ^8.3.4
|
||||
'@vitejs/plugin-vue': ^2.3.3
|
||||
'@vitejs/plugin-vue-jsx': ^1.3.10
|
||||
'@vitest/ui': ^0.15.2
|
||||
'@vitest/ui': ^0.16.0
|
||||
'@vue/compiler-sfc': ^3.2.37
|
||||
'@vue/eslint-config-prettier': ^7.0.0
|
||||
'@vue/eslint-config-typescript': ^11.0.0
|
||||
'@vue/test-utils': ^2.0.1
|
||||
|
@ -25,7 +26,7 @@ importers:
|
|||
autoprefixer: ^10.4.7
|
||||
c8: ^7.11.3
|
||||
cypress: ^9.7.0
|
||||
eslint: ^8.18.0
|
||||
eslint: ^8.19.0
|
||||
eslint-plugin-cypress: ^2.12.1
|
||||
eslint-plugin-vue: ^9.1.1
|
||||
filepond: ^4.30.4
|
||||
|
@ -46,18 +47,18 @@ importers:
|
|||
tailwindcss-themeable: ^1.3.0
|
||||
typescript: ~4.7.4
|
||||
uuid: ^8.3.2
|
||||
vite: ^2.9.12
|
||||
vite: ^2.9.13
|
||||
vite-compression-plugin: ^0.0.4
|
||||
vite-plugin-externals: ^0.5.0
|
||||
vite-plugin-pwa: ^0.12.0
|
||||
vite-plugin-static-copy: ^0.5.1
|
||||
vite-plugin-pwa: ^0.12.2
|
||||
vite-plugin-static-copy: ^0.6.0
|
||||
vite-plugin-vue-setup-extend: ^0.4.0
|
||||
vitest: ^0.15.2
|
||||
vitest: ^0.16.0
|
||||
vue: ^3.2.37
|
||||
vue-filepond: ^7.0.3
|
||||
vue-grid-layout: 3.0.0-beta1
|
||||
vue-router: ^4.0.16
|
||||
vue-tsc: ^0.34.17
|
||||
vue-tsc: ^0.38.2
|
||||
dependencies:
|
||||
'@halo-dev/admin-api': 1.1.0
|
||||
'@halo-dev/admin-shared': link:packages/shared
|
||||
|
@ -75,26 +76,27 @@ importers:
|
|||
vue-grid-layout: 3.0.0-beta1
|
||||
vue-router: 4.0.16_vue@3.2.37
|
||||
devDependencies:
|
||||
'@rushstack/eslint-patch': 1.1.3
|
||||
'@rushstack/eslint-patch': 1.1.4
|
||||
'@tailwindcss/aspect-ratio': 0.4.0_tailwindcss@3.1.4
|
||||
'@types/jsdom': 16.2.14
|
||||
'@types/lodash.clonedeep': 4.5.7
|
||||
'@types/node': 17.0.45
|
||||
'@types/qs': 6.9.7
|
||||
'@types/uuid': 8.3.4
|
||||
'@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37
|
||||
'@vitejs/plugin-vue': 2.3.3_vite@2.9.13+vue@3.2.37
|
||||
'@vitejs/plugin-vue-jsx': 1.3.10
|
||||
'@vitest/ui': 0.15.2
|
||||
'@vue/eslint-config-prettier': 7.0.0_r45fuxdoy44v4cqkvfhni3iz4y
|
||||
'@vue/eslint-config-typescript': 11.0.0_buclsfeus64j3clgnmfgeicsui
|
||||
'@vitest/ui': 0.16.0
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
'@vue/eslint-config-prettier': 7.0.0_exbhzpnbupd3ikhi4722x4yn6e
|
||||
'@vue/eslint-config-typescript': 11.0.0_rbwfxavh274jq5nrli6gjtdzua
|
||||
'@vue/test-utils': 2.0.1_vue@3.2.37
|
||||
'@vue/tsconfig': 0.1.3_@types+node@17.0.45
|
||||
autoprefixer: 10.4.7_postcss@8.4.14
|
||||
c8: 7.11.3
|
||||
cypress: 9.7.0
|
||||
eslint: 8.18.0
|
||||
eslint-plugin-cypress: 2.12.1_eslint@8.18.0
|
||||
eslint-plugin-vue: 9.1.1_eslint@8.18.0
|
||||
eslint: 8.19.0
|
||||
eslint-plugin-cypress: 2.12.1_eslint@8.19.0
|
||||
eslint-plugin-vue: 9.1.1_eslint@8.19.0
|
||||
husky: 8.0.1
|
||||
jsdom: 19.0.0
|
||||
postcss: 8.4.14
|
||||
|
@ -106,27 +108,27 @@ importers:
|
|||
tailwindcss-safe-area: 0.2.2
|
||||
tailwindcss-themeable: 1.3.0
|
||||
typescript: 4.7.4
|
||||
vite: 2.9.12_sass@1.53.0
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
vite-compression-plugin: 0.0.4
|
||||
vite-plugin-externals: 0.5.0_vite@2.9.12
|
||||
vite-plugin-pwa: 0.12.0_vite@2.9.12
|
||||
vite-plugin-static-copy: 0.5.1_vite@2.9.12
|
||||
vite-plugin-vue-setup-extend: 0.4.0_vite@2.9.12
|
||||
vitest: 0.15.2_axu4rs2nc7z655k6vvyg5xijme
|
||||
vue-tsc: 0.34.17_typescript@4.7.4
|
||||
vite-plugin-externals: 0.5.0_vite@2.9.13
|
||||
vite-plugin-pwa: 0.12.2_vite@2.9.13
|
||||
vite-plugin-static-copy: 0.6.0_vite@2.9.13
|
||||
vite-plugin-vue-setup-extend: 0.4.0_vite@2.9.13
|
||||
vitest: 0.16.0_5rlefaqlpcnjufbjtd4545rida
|
||||
vue-tsc: 0.38.2_typescript@4.7.4
|
||||
|
||||
packages/components:
|
||||
specifiers:
|
||||
'@iconify-json/ri': ^1.1.3
|
||||
'@rollup/plugin-typescript': ^8.3.3
|
||||
histoire: ^0.7.8
|
||||
unplugin-icons: ^0.14.6
|
||||
unplugin-icons: ^0.14.7
|
||||
vite-plugin-dts: ^1.2.0
|
||||
devDependencies:
|
||||
'@iconify-json/ri': 1.1.3
|
||||
'@rollup/plugin-typescript': 8.3.3
|
||||
histoire: 0.7.8
|
||||
unplugin-icons: 0.14.6
|
||||
unplugin-icons: 0.14.7
|
||||
vite-plugin-dts: 1.2.0
|
||||
|
||||
packages/shared:
|
||||
|
@ -1870,7 +1872,7 @@ packages:
|
|||
resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==}
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-babel/5.3.1_5wvcgz2wh3u67p6lukoxoocitq:
|
||||
/@rollup/plugin-babel/5.3.1_yxrswjuizjis6zyfy4tmgvt2ju:
|
||||
resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -1883,33 +1885,33 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.17.9
|
||||
'@babel/helper-module-imports': 7.16.7
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.72.1
|
||||
rollup: 2.72.1
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.75.7
|
||||
rollup: 2.75.7
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-node-resolve/11.2.1_rollup@2.72.1:
|
||||
/@rollup/plugin-node-resolve/11.2.1_rollup@2.75.7:
|
||||
resolution: {integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==}
|
||||
engines: {node: '>= 10.0.0'}
|
||||
peerDependencies:
|
||||
rollup: ^1.20.0||^2.0.0
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.72.1
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.75.7
|
||||
'@types/resolve': 1.17.1
|
||||
builtin-modules: 3.2.0
|
||||
deepmerge: 4.2.2
|
||||
is-module: 1.0.0
|
||||
resolve: 1.22.0
|
||||
rollup: 2.72.1
|
||||
rollup: 2.75.7
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-replace/2.4.2_rollup@2.72.1:
|
||||
/@rollup/plugin-replace/2.4.2_rollup@2.75.7:
|
||||
resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==}
|
||||
peerDependencies:
|
||||
rollup: ^1.20.0 || ^2.0.0
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.72.1
|
||||
'@rollup/pluginutils': 3.1.0_rollup@2.75.7
|
||||
magic-string: 0.25.9
|
||||
rollup: 2.72.1
|
||||
rollup: 2.75.7
|
||||
dev: true
|
||||
|
||||
/@rollup/plugin-typescript/8.3.3:
|
||||
|
@ -1938,7 +1940,7 @@ packages:
|
|||
picomatch: 2.3.1
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils/3.1.0_rollup@2.72.1:
|
||||
/@rollup/pluginutils/3.1.0_rollup@2.75.7:
|
||||
resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==}
|
||||
engines: {node: '>= 8.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -1947,7 +1949,7 @@ packages:
|
|||
'@types/estree': 0.0.39
|
||||
estree-walker: 1.0.1
|
||||
picomatch: 2.3.1
|
||||
rollup: 2.72.1
|
||||
rollup: 2.75.7
|
||||
dev: true
|
||||
|
||||
/@rollup/pluginutils/4.2.0:
|
||||
|
@ -1958,8 +1960,8 @@ packages:
|
|||
picomatch: 2.3.1
|
||||
dev: true
|
||||
|
||||
/@rushstack/eslint-patch/1.1.3:
|
||||
resolution: {integrity: sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw==}
|
||||
/@rushstack/eslint-patch/1.1.4:
|
||||
resolution: {integrity: sha512-LwzQKA4vzIct1zNZzBmRKI9QuNpLgTQMEjsQLf3BXuGYb3QPTP4Yjf6mkdX+X1mYttZ808QpOwAzZjv28kq7DA==}
|
||||
dev: true
|
||||
|
||||
/@rushstack/node-core-library/3.45.5:
|
||||
|
@ -2143,7 +2145,7 @@ packages:
|
|||
/@types/resolve/1.17.1:
|
||||
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
|
||||
dependencies:
|
||||
'@types/node': 17.0.42
|
||||
'@types/node': 17.0.45
|
||||
dev: true
|
||||
|
||||
/@types/sinonjs__fake-timers/8.1.1:
|
||||
|
@ -2177,7 +2179,7 @@ packages:
|
|||
dev: true
|
||||
optional: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.13.0_2m3isdgh7paiuliaksklbzvd4y:
|
||||
/@typescript-eslint/eslint-plugin/5.13.0_vv7hakxknrvn7cajscbm2swloy:
|
||||
resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2188,12 +2190,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.13.0_b5e7v2qnwxfo6hmiq56u52mz3e
|
||||
'@typescript-eslint/parser': 5.13.0_4x5o4skxv6sl53vpwefgt23khm
|
||||
'@typescript-eslint/scope-manager': 5.13.0
|
||||
'@typescript-eslint/type-utils': 5.13.0_b5e7v2qnwxfo6hmiq56u52mz3e
|
||||
'@typescript-eslint/utils': 5.13.0_b5e7v2qnwxfo6hmiq56u52mz3e
|
||||
'@typescript-eslint/type-utils': 5.13.0_4x5o4skxv6sl53vpwefgt23khm
|
||||
'@typescript-eslint/utils': 5.13.0_4x5o4skxv6sl53vpwefgt23khm
|
||||
debug: 4.3.4
|
||||
eslint: 8.18.0
|
||||
eslint: 8.19.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.2.0
|
||||
regexpp: 3.2.0
|
||||
|
@ -2204,7 +2206,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.13.0_b5e7v2qnwxfo6hmiq56u52mz3e:
|
||||
/@typescript-eslint/parser/5.13.0_4x5o4skxv6sl53vpwefgt23khm:
|
||||
resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2218,7 +2220,7 @@ packages:
|
|||
'@typescript-eslint/types': 5.13.0
|
||||
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.7.4
|
||||
debug: 4.3.4
|
||||
eslint: 8.18.0
|
||||
eslint: 8.19.0
|
||||
typescript: 4.7.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
@ -2232,7 +2234,7 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 5.13.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.13.0_b5e7v2qnwxfo6hmiq56u52mz3e:
|
||||
/@typescript-eslint/type-utils/5.13.0_4x5o4skxv6sl53vpwefgt23khm:
|
||||
resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2242,9 +2244,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.13.0_b5e7v2qnwxfo6hmiq56u52mz3e
|
||||
'@typescript-eslint/utils': 5.13.0_4x5o4skxv6sl53vpwefgt23khm
|
||||
debug: 4.3.4
|
||||
eslint: 8.18.0
|
||||
eslint: 8.19.0
|
||||
tsutils: 3.21.0_typescript@4.7.4
|
||||
typescript: 4.7.4
|
||||
transitivePeerDependencies:
|
||||
|
@ -2277,7 +2279,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.13.0_b5e7v2qnwxfo6hmiq56u52mz3e:
|
||||
/@typescript-eslint/utils/5.13.0_4x5o4skxv6sl53vpwefgt23khm:
|
||||
resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2287,9 +2289,9 @@ packages:
|
|||
'@typescript-eslint/scope-manager': 5.13.0
|
||||
'@typescript-eslint/types': 5.13.0
|
||||
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.7.4
|
||||
eslint: 8.18.0
|
||||
eslint: 8.19.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.18.0
|
||||
eslint-utils: 3.0.0_eslint@8.19.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
|
@ -2317,49 +2319,49 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/2.3.3_vite@2.9.12+vue@3.2.37:
|
||||
/@vitejs/plugin-vue/2.3.3_vite@2.9.13+vue@3.2.37:
|
||||
resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
vite: ^2.5.10
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 2.9.12_sass@1.53.0
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
vue: 3.2.37
|
||||
dev: true
|
||||
|
||||
/@vitest/ui/0.15.2:
|
||||
resolution: {integrity: sha512-0L5Hhk7j6MPkMK3WONpbCLRFlbOZC8w/C5/LAU66iSBhahg3nJOXNuSxnr+l0KFNKYf10SNlZZ/E2H1vb2s7WQ==}
|
||||
/@vitest/ui/0.16.0:
|
||||
resolution: {integrity: sha512-RwXYTFA2tVwUhuuTcdAaK5kIq+I3pnvNQUojPThZPZhS7ttKXkCgWwud0KXwnR04ofKc3HXEuzWPf6s7JD1vgw==}
|
||||
dependencies:
|
||||
sirv: 2.0.2
|
||||
dev: true
|
||||
|
||||
/@volar/code-gen/0.34.17:
|
||||
resolution: {integrity: sha512-rHR7BA71BJ/4S7xUOPMPiB7uk6iU9oTWpEMZxFi5VGC9iJmDncE82WzU5iYpcbOBCVHsOjMh0+5CGMgdO6SaPA==}
|
||||
/@volar/code-gen/0.38.2:
|
||||
resolution: {integrity: sha512-H81I6d7rZB7teqL+zhK/Xz1v0/kKkUwkB0Aq6b4+BTCqcJeiZkoWxd0gFhrhWTnUoqiM83lhoTGo2vkvx5YagQ==}
|
||||
dependencies:
|
||||
'@volar/source-map': 0.34.17
|
||||
'@volar/source-map': 0.38.2
|
||||
dev: true
|
||||
|
||||
/@volar/source-map/0.34.17:
|
||||
resolution: {integrity: sha512-3yn1IMXJGGWB/G817/VFlFMi8oh5pmE7VzUqvgMZMrppaZpKj6/juvJIEiXNxRsgWc0RxIO8OSp4htdPUg1Raw==}
|
||||
/@volar/source-map/0.38.2:
|
||||
resolution: {integrity: sha512-DWcYbYt9SPwk0r4VmXk1F0v4X5+hCqH1JRkAWSeJymQyXCQ2OQDEbY2PF12a7y2qn4FUBD2gOba2TynAqI8ZFQ==}
|
||||
dev: true
|
||||
|
||||
/@volar/vue-code-gen/0.34.17:
|
||||
resolution: {integrity: sha512-17pzcK29fyFWUc+C82J3JYSnA+jy3QNrIldb9kPaP9Itbik05ZjEIyEue9FjhgIAuHeYSn4LDM5s6nGjxyfhsQ==}
|
||||
/@volar/vue-code-gen/0.38.2:
|
||||
resolution: {integrity: sha512-whLunD6phSGWBUHZKdTxeglrpzQu26ii8CRVapFdjfyMaVhQ7ESNeIAhkTVyg2ovOPc0PiDYPQEPzfWAADIWog==}
|
||||
dependencies:
|
||||
'@volar/code-gen': 0.34.17
|
||||
'@volar/source-map': 0.34.17
|
||||
'@volar/code-gen': 0.38.2
|
||||
'@volar/source-map': 0.38.2
|
||||
'@vue/compiler-core': 3.2.37
|
||||
'@vue/compiler-dom': 3.2.37
|
||||
'@vue/shared': 3.2.37
|
||||
dev: true
|
||||
|
||||
/@volar/vue-typescript/0.34.17:
|
||||
resolution: {integrity: sha512-U0YSVIBPRWVPmgJHNa4nrfq88+oS+tmyZNxmnfajIw9A/GOGZQiKXHC0k09SVvbYXlsjgJ6NIjhm9NuAhGRQjg==}
|
||||
/@volar/vue-typescript/0.38.2:
|
||||
resolution: {integrity: sha512-5IKvSK2m5yUmH6iu/tNScVlvJGuiHawTfSmjxaMs+/tod25WeK37LEdf+pdKtlJ30bYTQmmkAuEfG01QvvBRGQ==}
|
||||
dependencies:
|
||||
'@volar/code-gen': 0.34.17
|
||||
'@volar/source-map': 0.34.17
|
||||
'@volar/vue-code-gen': 0.34.17
|
||||
'@volar/code-gen': 0.38.2
|
||||
'@volar/source-map': 0.38.2
|
||||
'@volar/vue-code-gen': 0.38.2
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
'@vue/reactivity': 3.2.37
|
||||
dev: true
|
||||
|
@ -2422,19 +2424,19 @@ packages:
|
|||
/@vue/devtools-api/6.1.4:
|
||||
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
|
||||
|
||||
/@vue/eslint-config-prettier/7.0.0_r45fuxdoy44v4cqkvfhni3iz4y:
|
||||
/@vue/eslint-config-prettier/7.0.0_exbhzpnbupd3ikhi4722x4yn6e:
|
||||
resolution: {integrity: sha512-/CTc6ML3Wta1tCe1gUeO0EYnVXfo3nJXsIhZ8WJr3sov+cGASr6yuiibJTL6lmIBm7GobopToOuB3B6AWyV0Iw==}
|
||||
peerDependencies:
|
||||
eslint: '>= 7.28.0'
|
||||
prettier: '>= 2.0.0'
|
||||
dependencies:
|
||||
eslint: 8.18.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.18.0
|
||||
eslint-plugin-prettier: 4.0.0_xu6ewijrtliw5q5lksq5uixwby
|
||||
eslint: 8.19.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.19.0
|
||||
eslint-plugin-prettier: 4.0.0_7uxdfn2xinezdgvmbammh6ev5i
|
||||
prettier: 2.7.1
|
||||
dev: true
|
||||
|
||||
/@vue/eslint-config-typescript/11.0.0_buclsfeus64j3clgnmfgeicsui:
|
||||
/@vue/eslint-config-typescript/11.0.0_rbwfxavh274jq5nrli6gjtdzua:
|
||||
resolution: {integrity: sha512-txuRzxnQVmtUvvy9UyWUy9sHWXNeRPGmSPqP53hRtaiUeCTAondI9Ho9GQYI/8/eWljYOST7iA4Aa8sANBkWaA==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -2445,12 +2447,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.13.0_2m3isdgh7paiuliaksklbzvd4y
|
||||
'@typescript-eslint/parser': 5.13.0_b5e7v2qnwxfo6hmiq56u52mz3e
|
||||
eslint: 8.18.0
|
||||
eslint-plugin-vue: 9.1.1_eslint@8.18.0
|
||||
'@typescript-eslint/eslint-plugin': 5.13.0_vv7hakxknrvn7cajscbm2swloy
|
||||
'@typescript-eslint/parser': 5.13.0_4x5o4skxv6sl53vpwefgt23khm
|
||||
eslint: 8.19.0
|
||||
eslint-plugin-vue: 9.1.1_eslint@8.19.0
|
||||
typescript: 4.7.4
|
||||
vue-eslint-parser: 9.0.2_eslint@8.18.0
|
||||
vue-eslint-parser: 9.0.2_eslint@8.19.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -3807,25 +3809,25 @@ packages:
|
|||
source-map: 0.6.1
|
||||
dev: true
|
||||
|
||||
/eslint-config-prettier/8.5.0_eslint@8.18.0:
|
||||
/eslint-config-prettier/8.5.0_eslint@8.19.0:
|
||||
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
dependencies:
|
||||
eslint: 8.18.0
|
||||
eslint: 8.19.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-cypress/2.12.1_eslint@8.18.0:
|
||||
/eslint-plugin-cypress/2.12.1_eslint@8.19.0:
|
||||
resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==}
|
||||
peerDependencies:
|
||||
eslint: '>= 3.2.1'
|
||||
dependencies:
|
||||
eslint: 8.18.0
|
||||
eslint: 8.19.0
|
||||
globals: 11.12.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-prettier/4.0.0_xu6ewijrtliw5q5lksq5uixwby:
|
||||
/eslint-plugin-prettier/4.0.0_7uxdfn2xinezdgvmbammh6ev5i:
|
||||
resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -3836,25 +3838,25 @@ packages:
|
|||
eslint-config-prettier:
|
||||
optional: true
|
||||
dependencies:
|
||||
eslint: 8.18.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.18.0
|
||||
eslint: 8.19.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.19.0
|
||||
prettier: 2.7.1
|
||||
prettier-linter-helpers: 1.0.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-vue/9.1.1_eslint@8.18.0:
|
||||
/eslint-plugin-vue/9.1.1_eslint@8.19.0:
|
||||
resolution: {integrity: sha512-W9n5PB1X2jzC7CK6riG0oAcxjmKrjTF6+keL1rni8n57DZeilx/Fulz+IRJK3lYseLNAygN0I62L7DvioW40Tw==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.18.0
|
||||
eslint-utils: 3.0.0_eslint@8.18.0
|
||||
eslint: 8.19.0
|
||||
eslint-utils: 3.0.0_eslint@8.19.0
|
||||
natural-compare: 1.4.0
|
||||
nth-check: 2.0.1
|
||||
postcss-selector-parser: 6.0.10
|
||||
semver: 7.3.5
|
||||
vue-eslint-parser: 9.0.2_eslint@8.18.0
|
||||
vue-eslint-parser: 9.0.2_eslint@8.19.0
|
||||
xml-name-validator: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
@ -3876,13 +3878,13 @@ packages:
|
|||
estraverse: 5.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-utils/3.0.0_eslint@8.18.0:
|
||||
/eslint-utils/3.0.0_eslint@8.19.0:
|
||||
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
|
||||
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=5'
|
||||
dependencies:
|
||||
eslint: 8.18.0
|
||||
eslint: 8.19.0
|
||||
eslint-visitor-keys: 2.1.0
|
||||
dev: true
|
||||
|
||||
|
@ -3896,8 +3898,8 @@ packages:
|
|||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint/8.18.0:
|
||||
resolution: {integrity: sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==}
|
||||
/eslint/8.19.0:
|
||||
resolution: {integrity: sha512-SXOPj3x9VKvPe81TjjUJCYlV4oJjQw68Uek+AM0X4p+33dj2HY5bpTZOgnQHcG2eAm1mtCU9uNMnJi7exU/kYw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
@ -3910,7 +3912,7 @@ packages:
|
|||
doctrine: 3.0.0
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 7.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.18.0
|
||||
eslint-utils: 3.0.0_eslint@8.19.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
espree: 9.3.2
|
||||
esquery: 1.4.0
|
||||
|
@ -4773,7 +4775,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/is-module/1.0.0:
|
||||
resolution: {integrity: sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=}
|
||||
resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==}
|
||||
dev: true
|
||||
|
||||
/is-negative-zero/2.0.2:
|
||||
|
@ -4794,7 +4796,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/is-obj/1.0.1:
|
||||
resolution: {integrity: sha1-PkcprB9f3gJc19g6iW2rn09n2w8=}
|
||||
resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
|
@ -4816,7 +4818,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/is-regexp/1.0.0:
|
||||
resolution: {integrity: sha1-/S2INUXEa6xaYz57mgnof6LLUGk=}
|
||||
resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
|
@ -4909,7 +4911,7 @@ packages:
|
|||
resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==}
|
||||
engines: {node: '>= 10.13.0'}
|
||||
dependencies:
|
||||
'@types/node': 17.0.42
|
||||
'@types/node': 17.0.45
|
||||
merge-stream: 2.0.0
|
||||
supports-color: 7.2.0
|
||||
dev: true
|
||||
|
@ -4990,7 +4992,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/jsesc/0.5.0:
|
||||
resolution: {integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=}
|
||||
resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
|
@ -5137,7 +5139,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/lodash.debounce/4.0.8:
|
||||
resolution: {integrity: sha1-gteb/zCmfEAF/9XiUVMArZyk168=}
|
||||
resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==}
|
||||
dev: true
|
||||
|
||||
/lodash.get/4.4.2:
|
||||
|
@ -5157,7 +5159,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/lodash.sortby/4.7.0:
|
||||
resolution: {integrity: sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=}
|
||||
resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==}
|
||||
dev: true
|
||||
|
||||
/lodash/4.17.21:
|
||||
|
@ -5952,14 +5954,14 @@ packages:
|
|||
glob: 7.2.0
|
||||
dev: true
|
||||
|
||||
/rollup-plugin-terser/7.0.2_rollup@2.72.1:
|
||||
/rollup-plugin-terser/7.0.2_rollup@2.75.7:
|
||||
resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==}
|
||||
peerDependencies:
|
||||
rollup: ^2.0.0
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.16.7
|
||||
jest-worker: 26.6.2
|
||||
rollup: 2.72.1
|
||||
rollup: 2.75.7
|
||||
serialize-javascript: 4.0.0
|
||||
terser: 5.13.1
|
||||
dev: true
|
||||
|
@ -5972,6 +5974,14 @@ packages:
|
|||
fsevents: 2.3.2
|
||||
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
|
||||
|
||||
/run-parallel/1.2.0:
|
||||
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
||||
dependencies:
|
||||
|
@ -6450,6 +6460,11 @@ packages:
|
|||
engines: {node: '>=14.0.0'}
|
||||
dev: true
|
||||
|
||||
/tinypool/0.2.1:
|
||||
resolution: {integrity: sha512-HFU5ZYVq3wBfhSaf8qdqGsneaqXm0FgJQpoUlJbVdHpRLzm77IneKAD3RjzJWZvIv0YpPB9S7LUW53f6BE6ZSg==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
dev: true
|
||||
|
||||
/tinyspy/0.3.3:
|
||||
resolution: {integrity: sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==}
|
||||
engines: {node: '>=14.0.0'}
|
||||
|
@ -6500,7 +6515,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/tr46/1.0.1:
|
||||
resolution: {integrity: sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=}
|
||||
resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==}
|
||||
dependencies:
|
||||
punycode: 2.1.1
|
||||
dev: true
|
||||
|
@ -6658,8 +6673,8 @@ packages:
|
|||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/unplugin-icons/0.14.6:
|
||||
resolution: {integrity: sha512-8sxDiL4l+TV4zufZfrskgHZZSDFoGOCBgYsefRMM4inQ3Z6KhgMSuNyew7U7D/xG//rwxgD7bN+Dv+YAZEEfEw==}
|
||||
/unplugin-icons/0.14.7:
|
||||
resolution: {integrity: sha512-TrNnEdpaXMdiG5BsCgvU6cv/gSLYvIk1f8wGCGZmOo4wmi3nqYBuqIEuiXhmmyXdDZuRRpCaOzCnCYYZ5H7U8g==}
|
||||
peerDependencies:
|
||||
'@svgr/core': '>=5.5.0'
|
||||
'@vue/compiler-sfc': ^3.0.2
|
||||
|
@ -6809,7 +6824,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-externals/0.5.0_vite@2.9.12:
|
||||
/vite-plugin-externals/0.5.0_vite@2.9.13:
|
||||
resolution: {integrity: sha512-y7SPpHGLSk5ELCbK0SBRJrEr2OuPFxCOKIVkrFECukp9w8hZwh3teCHo2U2UmJ8UHKUP7BoOhTw2DFRbq3GJfQ==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
|
@ -6818,19 +6833,19 @@ packages:
|
|||
es-module-lexer: 0.4.1
|
||||
fs-extra: 10.0.1
|
||||
magic-string: 0.25.9
|
||||
vite: 2.9.12_sass@1.53.0
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pwa/0.12.0_vite@2.9.12:
|
||||
resolution: {integrity: sha512-KYD+cnS5ExLF3T28NkfzBLZ53ehHlp+qMhHGFNh0zlVGpFHrJkL2v9wd4AMi7ZkBTffgeNatIFiv8rhCsMSxBQ==}
|
||||
/vite-plugin-pwa/0.12.2_vite@2.9.13:
|
||||
resolution: {integrity: sha512-XK2oi1YZkoc1J8fyerNYxyh/yfb+INdrdOW/mOOD5DBLq7jVPxHQuncIhqiREbGOMlY/xMe9CSE7QZ9xIAEf7A==}
|
||||
peerDependencies:
|
||||
vite: ^2.0.0
|
||||
vite: ^2.0.0 || ^3.0.0-0
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
fast-glob: 3.2.11
|
||||
pretty-bytes: 6.0.0
|
||||
rollup: 2.72.1
|
||||
vite: 2.9.12_sass@1.53.0
|
||||
rollup: 2.75.7
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
workbox-build: 6.5.3
|
||||
workbox-window: 6.5.3
|
||||
transitivePeerDependencies:
|
||||
|
@ -6838,8 +6853,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vite-plugin-static-copy/0.5.1_vite@2.9.12:
|
||||
resolution: {integrity: sha512-jRB+TzYUc93lSCRb0xKCJNAjaYb1LwHoLVPsz7cqFN2kDybwLsDpayUzPiNSn1Nb8lX5aoZ5Az/gV9zQu3t8dg==}
|
||||
/vite-plugin-static-copy/0.6.0_vite@2.9.13:
|
||||
resolution: {integrity: sha512-KfNhy33p//M5Fq1RcZU+H+1KVagXR9JbAy6KIE8IiWj2j3wRtRPoyh8TYJvVgC+adyKj3Y+KiGUf0GwjI9JHtg==}
|
||||
engines: {node: '>=12.2'}
|
||||
peerDependencies:
|
||||
vite: ^2.6.14
|
||||
|
@ -6848,17 +6863,17 @@ packages:
|
|||
fast-glob: 3.2.11
|
||||
fs-extra: 10.1.0
|
||||
picocolors: 1.0.0
|
||||
vite: 2.9.12_sass@1.53.0
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
dev: true
|
||||
|
||||
/vite-plugin-vue-setup-extend/0.4.0_vite@2.9.12:
|
||||
/vite-plugin-vue-setup-extend/0.4.0_vite@2.9.13:
|
||||
resolution: {integrity: sha512-WMbjPCui75fboFoUTHhdbXzu4Y/bJMv5N9QT9a7do3wNMNHHqrk+Tn2jrSJU0LS5fGl/EG+FEDBYVUeWIkDqXQ==}
|
||||
peerDependencies:
|
||||
vite: '>=2.0.0'
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.2.37
|
||||
magic-string: 0.25.9
|
||||
vite: 2.9.12_sass@1.53.0
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
dev: true
|
||||
|
||||
/vite/2.9.12:
|
||||
|
@ -6885,8 +6900,8 @@ packages:
|
|||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/vite/2.9.12_sass@1.53.0:
|
||||
resolution: {integrity: sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==}
|
||||
/vite/2.9.13_sass@1.53.0:
|
||||
resolution: {integrity: sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -6904,14 +6919,14 @@ packages:
|
|||
esbuild: 0.14.29
|
||||
postcss: 8.4.14
|
||||
resolve: 1.22.0
|
||||
rollup: 2.72.1
|
||||
rollup: 2.75.7
|
||||
sass: 1.53.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
dev: true
|
||||
|
||||
/vitest/0.15.2_axu4rs2nc7z655k6vvyg5xijme:
|
||||
resolution: {integrity: sha512-cMabuUqu+nNHafkdN7H8Z20+UZTrrUfqjGwAoLwUwrqFGWBz3gXwxndjbLf6mgSFs9lF/JWjKeNM1CXKwtk26w==}
|
||||
/vitest/0.16.0_5rlefaqlpcnjufbjtd4545rida:
|
||||
resolution: {integrity: sha512-Ntp6jrM8wf2NMtamMBLkRBBdeqHkgAH/WMh5Xryts1j2ft2D8QZQbiSVFkSl4WmEQzcPP0YM069g/Ga1vtnEtg==}
|
||||
engines: {node: '>=v14.16.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -6932,15 +6947,15 @@ packages:
|
|||
'@types/chai': 4.3.1
|
||||
'@types/chai-subset': 1.3.3
|
||||
'@types/node': 17.0.45
|
||||
'@vitest/ui': 0.15.2
|
||||
'@vitest/ui': 0.16.0
|
||||
c8: 7.11.3
|
||||
chai: 4.3.6
|
||||
debug: 4.3.4
|
||||
jsdom: 19.0.0
|
||||
local-pkg: 0.4.1
|
||||
tinypool: 0.1.3
|
||||
tinypool: 0.2.1
|
||||
tinyspy: 0.3.3
|
||||
vite: 2.9.12_sass@1.53.0
|
||||
vite: 2.9.13_sass@1.53.0
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- sass
|
||||
|
@ -6970,14 +6985,14 @@ packages:
|
|||
dependencies:
|
||||
vue: 3.2.37
|
||||
|
||||
/vue-eslint-parser/9.0.2_eslint@8.18.0:
|
||||
/vue-eslint-parser/9.0.2_eslint@8.19.0:
|
||||
resolution: {integrity: sha512-uCPQwTGjOtAYrwnU+76pYxalhjsh7iFBsHwBqDHiOPTxtICDaraO4Szw54WFTNZTAEsgHHzqFOu1mmnBOBRzDA==}
|
||||
engines: {node: ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '>=6.0.0'
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
eslint: 8.18.0
|
||||
eslint: 8.19.0
|
||||
eslint-scope: 7.1.1
|
||||
eslint-visitor-keys: 3.3.0
|
||||
espree: 9.3.2
|
||||
|
@ -7028,13 +7043,13 @@ packages:
|
|||
'@vue/devtools-api': 6.1.4
|
||||
vue: 3.2.37
|
||||
|
||||
/vue-tsc/0.34.17_typescript@4.7.4:
|
||||
resolution: {integrity: sha512-jzUXky44ZLHC4daaJag7FQr3idlPYN719/K1eObGljz5KaS2UnVGTU/XSYCd7d6ampYYg4OsyalbHyJIxV0aEQ==}
|
||||
/vue-tsc/0.38.2_typescript@4.7.4:
|
||||
resolution: {integrity: sha512-+OMmpw9BZC9khul3I1HGtWchv7BCiaM7NvfdilVAiOFkjnivIoaW6jJm6YPQJaEPouePtpkDUWovyzgNxWdDsw==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
dependencies:
|
||||
'@volar/vue-typescript': 0.34.17
|
||||
'@volar/vue-typescript': 0.38.2
|
||||
typescript: 4.7.4
|
||||
dev: true
|
||||
|
||||
|
@ -7175,9 +7190,9 @@ packages:
|
|||
'@babel/core': 7.17.9
|
||||
'@babel/preset-env': 7.17.10_@babel+core@7.17.9
|
||||
'@babel/runtime': 7.17.9
|
||||
'@rollup/plugin-babel': 5.3.1_5wvcgz2wh3u67p6lukoxoocitq
|
||||
'@rollup/plugin-node-resolve': 11.2.1_rollup@2.72.1
|
||||
'@rollup/plugin-replace': 2.4.2_rollup@2.72.1
|
||||
'@rollup/plugin-babel': 5.3.1_yxrswjuizjis6zyfy4tmgvt2ju
|
||||
'@rollup/plugin-node-resolve': 11.2.1_rollup@2.75.7
|
||||
'@rollup/plugin-replace': 2.4.2_rollup@2.75.7
|
||||
'@surma/rollup-plugin-off-main-thread': 2.2.3
|
||||
ajv: 8.11.0
|
||||
common-tags: 1.8.2
|
||||
|
@ -7186,8 +7201,8 @@ packages:
|
|||
glob: 7.2.0
|
||||
lodash: 4.17.21
|
||||
pretty-bytes: 5.6.0
|
||||
rollup: 2.72.1
|
||||
rollup-plugin-terser: 7.0.2_rollup@2.72.1
|
||||
rollup: 2.75.7
|
||||
rollup-plugin-terser: 7.0.2_rollup@2.75.7
|
||||
source-map: 0.8.0-beta.0
|
||||
stringify-object: 3.3.0
|
||||
strip-comments: 2.0.1
|
||||
|
|
Loading…
Reference in New Issue