1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

Updates modules

This commit is contained in:
Amir Raminfar
2022-04-08 20:14:16 -07:00
parent 76f83800f7
commit 0eb379ce3d
3 changed files with 261 additions and 226 deletions

View File

@@ -4,6 +4,8 @@
declare module 'vue' {
export interface GlobalComponents {
CarbonCaretDown: typeof import('~icons/carbon/caret-down')['default']
CilColumns: typeof import('~icons/cil/columns')['default']
CilFindInPage: typeof import('~icons/cil/find-in-page')['default']
ContainerStat: typeof import('./components/ContainerStat.vue')['default']
ContainerTitle: typeof import('./components/ContainerTitle.vue')['default']
@@ -16,7 +18,15 @@ declare module 'vue' {
LogViewer: typeof import('./components/LogViewer.vue')['default']
LogViewerWithSource: typeof import('./components/LogViewerWithSource.vue')['default']
MdiDotsVertical: typeof import('~icons/mdi/dots-vertical')['default']
MdiLightChevronDoubleDown: typeof import('~icons/mdi-light/chevron-double-down')['default']
MdiLightChevronLeft: typeof import('~icons/mdi-light/chevron-left')['default']
MdiLightChevronRight: typeof import('~icons/mdi-light/chevron-right')['default']
MdiLightCog: typeof import('~icons/mdi-light/cog')['default']
MdiLightMagnify: typeof import('~icons/mdi-light/magnify')['default']
MobileMenu: typeof import('./components/MobileMenu.vue')['default']
OcticonContainer24: typeof import('~icons/octicon/container24')['default']
OcticonDownload24: typeof import('~icons/octicon/download24')['default']
OcticonTrash24: typeof import('~icons/octicon/trash24')['default']
PastTime: typeof import('./components/PastTime.vue')['default']
RelativeTime: typeof import('./components/RelativeTime.vue')['default']
ScrollableView: typeof import('./components/ScrollableView.vue')['default']

View File

@@ -22,41 +22,41 @@
"postinstall": "husky install"
},
"dependencies": {
"@iconify-json/carbon": "^1.1.1",
"@iconify-json/carbon": "^1.1.3",
"@iconify-json/cil": "^1.1.1",
"@iconify-json/mdi": "^1.1.1",
"@iconify-json/mdi": "^1.1.9",
"@iconify-json/mdi-light": "^1.1.1",
"@iconify-json/octicon": "^1.1.6",
"@oruga-ui/oruga-next": "^0.5.4",
"@oruga-ui/theme-bulma": "^0.2.2",
"@vitejs/plugin-vue": "^2.2.4",
"@oruga-ui/theme-bulma": "^0.2.5",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.31",
"@vueuse/core": "^8.1.2",
"@vueuse/core": "^8.2.5",
"ansi-to-html": "^0.7.2",
"bulma": "^0.9.3",
"date-fns": "^2.28.0",
"fuzzysort": "^1.2.1",
"hotkeys-js": "^3.8.7",
"hotkeys-js": "^3.8.8",
"lodash.debounce": "^4.0.8",
"pinia": "^2.0.11",
"sass": "^1.49.9",
"semver": "^7.3.5",
"pinia": "^2.0.13",
"sass": "^1.50.0",
"semver": "^7.3.6",
"splitpanes": "^3.1.1",
"typescript": "^4.6.2",
"unplugin-auto-import": "^0.6.1",
"unplugin-auto-import": "^0.6.9",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.4",
"vite": "^2.8.6",
"vite": "^2.9.1",
"vue": "^3.2.31",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@pinia/testing": "^0.0.10",
"@pinia/testing": "^0.0.11",
"@types/jest": "^27.4.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.23",
"@types/semver": "^7.3.9",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/test-utils": "^2.0.0-rc.19",
"c8": "^7.11.0",
"eventsourcemock": "^2.0.0",
"husky": "^7.0.4",
@@ -64,10 +64,10 @@
"jsdom": "^19.0.0",
"lint-staged": "^12.3.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"release-it": "^14.12.5",
"prettier": "^2.6.2",
"release-it": "^14.14.0",
"ts-node": "^10.6.0",
"vitest": "^0.7.10"
"vitest": "^0.9.2"
},
"lint-staged": {
"*.{js,vue,css}": [

445
pnpm-lock.yaml generated
View File

@@ -1,87 +1,87 @@
lockfileVersion: 5.3
specifiers:
'@iconify-json/carbon': ^1.1.1
'@iconify-json/carbon': ^1.1.3
'@iconify-json/cil': ^1.1.1
'@iconify-json/mdi': ^1.1.1
'@iconify-json/mdi': ^1.1.9
'@iconify-json/mdi-light': ^1.1.1
'@iconify-json/octicon': ^1.1.6
'@oruga-ui/oruga-next': ^0.5.4
'@oruga-ui/theme-bulma': ^0.2.2
'@pinia/testing': ^0.0.10
'@oruga-ui/theme-bulma': ^0.2.5
'@pinia/testing': ^0.0.11
'@types/jest': ^27.4.1
'@types/lodash.debounce': ^4.0.6
'@types/node': ^17.0.23
'@types/semver': ^7.3.9
'@vitejs/plugin-vue': ^2.2.4
'@vitejs/plugin-vue': ^2.3.1
'@vue/compiler-sfc': ^3.2.31
'@vue/test-utils': ^2.0.0-rc.18
'@vueuse/core': ^8.1.2
'@vue/test-utils': ^2.0.0-rc.19
'@vueuse/core': ^8.2.5
ansi-to-html: ^0.7.2
bulma: ^0.9.3
c8: ^7.11.0
date-fns: ^2.28.0
eventsourcemock: ^2.0.0
fuzzysort: ^1.2.1
hotkeys-js: ^3.8.7
hotkeys-js: ^3.8.8
husky: ^7.0.4
jest-serializer-vue: ^2.0.2
jsdom: ^19.0.0
lint-staged: ^12.3.5
lodash.debounce: ^4.0.8
npm-run-all: ^4.1.5
pinia: ^2.0.11
prettier: ^2.5.1
release-it: ^14.12.5
sass: ^1.49.9
semver: ^7.3.5
pinia: ^2.0.13
prettier: ^2.6.2
release-it: ^14.14.0
sass: ^1.50.0
semver: ^7.3.6
splitpanes: ^3.1.1
ts-node: ^10.6.0
typescript: ^4.6.2
unplugin-auto-import: ^0.6.1
unplugin-auto-import: ^0.6.9
unplugin-icons: ^0.14.1
unplugin-vue-components: ^0.18.4
vite: ^2.8.6
vitest: ^0.7.10
vite: ^2.9.1
vitest: ^0.9.2
vue: ^3.2.31
vue-router: ^4.0.13
dependencies:
'@iconify-json/carbon': 1.1.2
'@iconify-json/carbon': 1.1.3
'@iconify-json/cil': 1.1.1
'@iconify-json/mdi': 1.1.5
'@iconify-json/mdi': 1.1.9
'@iconify-json/mdi-light': 1.1.1
'@iconify-json/octicon': 1.1.6
'@oruga-ui/oruga-next': 0.5.5_vue@3.2.31
'@oruga-ui/theme-bulma': 0.2.4
'@vitejs/plugin-vue': 2.2.4_vite@2.8.6+vue@3.2.31
'@oruga-ui/theme-bulma': 0.2.5
'@vitejs/plugin-vue': 2.3.1_vite@2.9.1+vue@3.2.31
'@vue/compiler-sfc': 3.2.31
'@vueuse/core': 8.2.0_vue@3.2.31
'@vueuse/core': 8.2.5_vue@3.2.31
ansi-to-html: 0.7.2
bulma: 0.9.3
date-fns: 2.28.0
fuzzysort: 1.2.1
hotkeys-js: 3.8.7
hotkeys-js: 3.8.8
lodash.debounce: 4.0.8
pinia: 2.0.12_typescript@4.6.3+vue@3.2.31
sass: 1.49.9
semver: 7.3.5
pinia: 2.0.13_typescript@4.6.3+vue@3.2.31
sass: 1.50.0
semver: 7.3.6
splitpanes: 3.1.1
typescript: 4.6.3
unplugin-auto-import: 0.6.6_@vueuse+core@8.2.0+vite@2.8.6
unplugin-icons: 0.14.1_5dbb0cc878f3ab9caa0bd7b169eded43
unplugin-vue-components: 0.18.5_vite@2.8.6+vue@3.2.31
vite: 2.8.6_sass@1.49.9
unplugin-auto-import: 0.6.9_@vueuse+core@8.2.5+vite@2.9.1
unplugin-icons: 0.14.1_8d0fc691400edae0d0bd7a997b66fb5e
unplugin-vue-components: 0.18.5_vite@2.9.1+vue@3.2.31
vite: 2.9.1_sass@1.50.0
vue: 3.2.31
vue-router: 4.0.14_vue@3.2.31
devDependencies:
'@pinia/testing': 0.0.10_pinia@2.0.12+vue@3.2.31
'@pinia/testing': 0.0.11_pinia@2.0.13+vue@3.2.31
'@types/jest': 27.4.1
'@types/lodash.debounce': 4.0.6
'@types/node': 17.0.23
'@types/semver': 7.3.9
'@vue/test-utils': 2.0.0-rc.18_vue@3.2.31
'@vue/test-utils': 2.0.0-rc.19_vue@3.2.31
c8: 7.11.0
eventsourcemock: 2.0.0
husky: 7.0.4
@@ -89,10 +89,10 @@ devDependencies:
jsdom: 19.0.0
lint-staged: 12.3.7
npm-run-all: 4.1.5
prettier: 2.6.1
release-it: 14.13.1
prettier: 2.6.2
release-it: 14.14.0
ts-node: 10.7.0_ee885bc7281b682b6adbed6ae09ee090
vitest: 0.7.12_d9d2d37e110baf3b78cf157ce5497ceb
vitest: 0.9.2_39aeabd420cf4e1004f43b8be80a240c
packages:
@@ -111,7 +111,7 @@ packages:
resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/highlight': 7.16.10
'@babel/highlight': 7.17.9
dev: true
/@babel/helper-validator-identifier/7.16.7:
@@ -119,8 +119,8 @@ packages:
engines: {node: '>=6.9.0'}
dev: true
/@babel/highlight/7.16.10:
resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==}
/@babel/highlight/7.17.9:
resolution: {integrity: sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
@@ -154,10 +154,10 @@ packages:
resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==}
dev: true
/@iconify-json/carbon/1.1.2:
resolution: {integrity: sha512-kopcVYOmKM1e6u7B8XugmiNV+7lDcK5hJR2XLVpYPfwJSw5M6jGTFe4ZD+SbWfxavOt67ufQtczWKwd9o7gN9Q==}
/@iconify-json/carbon/1.1.3:
resolution: {integrity: sha512-jbxBsk4YfeVyT/OkIYN6W9AJci3g5BMWzp1q4r3OsHMH2qhfGpxulRPm9kaYP5hGi8m3ZPNmzpewh87YoZ81fw==}
dependencies:
'@iconify/types': 1.0.13
'@iconify/types': 1.1.0
dev: false
/@iconify-json/cil/1.1.1:
@@ -172,8 +172,8 @@ packages:
'@iconify/types': 1.0.12
dev: false
/@iconify-json/mdi/1.1.5:
resolution: {integrity: sha512-KaZnM51bM6b0hooW1+J7Tx3pWzMy8qWrcomauhOj61c8+dMIPqtkmuKU3ceEe6P9z/TEX5TxKJCDfD/Vw8BSng==}
/@iconify-json/mdi/1.1.9:
resolution: {integrity: sha512-iZY3d7nLmEhSxLU5YBHIxVVPySqNjj6zYcf448TXGBPp2PyToITCOuLEaub0rQ9jBAPOlupQsuPX9ylBfgIJ1w==}
dependencies:
'@iconify/types': 1.1.0
dev: false
@@ -188,10 +188,6 @@ packages:
resolution: {integrity: sha512-6er6wSGF3hgc1JEZqiGpg21CTCjHBYOUwqLmb2Idzkjiw6ogalGP0ZMLVutCzah+0WB4yP+Zd2oVPN8jvJ+Ftg==}
dev: false
/@iconify/types/1.0.13:
resolution: {integrity: sha512-jrJJVPnRM1HsMDnuHRTzMfgiSG6Z1U/2IYI7s8spFu9c7n1q3jcXa+3/YQz4tJVNgAhzm1dbnMxfIAyLDpCaWg==}
dev: false
/@iconify/types/1.1.0:
resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==}
dev: false
@@ -347,19 +343,19 @@ packages:
vue: 3.2.31
dev: false
/@oruga-ui/theme-bulma/0.2.4:
resolution: {integrity: sha512-SL6z+HMOgRegT0E6IT+2sTxWBLW0iY+yh0LYYtdM7GhyekzCsR98SjkKwhJWKCggNEXjinoJURaALcqlVdT/GA==}
/@oruga-ui/theme-bulma/0.2.5:
resolution: {integrity: sha512-aKlPxVBbouLx40U7DAxrMhHIYcVR0/g94ErAHb3v8y1RUiM86sEUyWVjwPV72c81fqf6KkFc4ixQDig37HT5Kw==}
dependencies:
bulma: 0.9.3
dev: false
/@pinia/testing/0.0.10_pinia@2.0.12+vue@3.2.31:
resolution: {integrity: sha512-xr7b9MkEEnHwmGAwC/BRlQ16YaNEugyyez6zULLaqfvmXls/jQ29/khdd4+g9hdXOlKoEfM4RW2WfzBtS52gQw==}
/@pinia/testing/0.0.11_pinia@2.0.13+vue@3.2.31:
resolution: {integrity: sha512-iJxUHV0Uj1jS7zvN5oVtSZ2BRI4PlG1xbqPkMeJasPtbqsnoxBmkwputDzqX5Dd1I1z9gEfyYOeE2duK3xGWpQ==}
peerDependencies:
pinia: ~2.0.12
pinia: '>=2.0.13'
dependencies:
pinia: 2.0.12_typescript@4.6.3+vue@3.2.31
vue-demi: 0.12.4_vue@3.2.31
pinia: 2.0.13_typescript@4.6.3+vue@3.2.31
vue-demi: 0.12.5_vue@3.2.31
transitivePeerDependencies:
- '@vue/composition-api'
- vue
@@ -452,6 +448,10 @@ packages:
pretty-format: 27.5.1
dev: true
/@types/json-buffer/3.0.0:
resolution: {integrity: sha512-3YP80IxxFJB4b5tYC2SUPwkg0XQLiu0nWvhRgEatgjf+29IcWO9X1k8xRv5DGssJ/lCrjYTjQPcobJr2yWIVuQ==}
dev: true
/@types/keyv/3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
@@ -486,14 +486,14 @@ packages:
resolution: {integrity: sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==}
dev: true
/@vitejs/plugin-vue/2.2.4_vite@2.8.6+vue@3.2.31:
resolution: {integrity: sha512-ev9AOlp0ljCaDkFZF3JwC/pD2N4Hh+r5srl5JHM6BKg5+99jiiK0rE/XaRs3pVm1wzyKkjUy/StBSoXX5fFzcw==}
/@vitejs/plugin-vue/2.3.1_vite@2.9.1+vue@3.2.31:
resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
vue: ^3.2.25
dependencies:
vite: 2.8.6_sass@1.49.9
vite: 2.9.1_sass@1.50.0
vue: 3.2.31
dev: false
@@ -539,6 +539,10 @@ packages:
resolution: {integrity: sha512-79InfO2xHv+WHIrH1bHXQUiQD/wMls9qBk6WVwGCbdwP7/3zINtvqPNMtmSHXsIKjvUAHc8L0ouOj6ZQQRmcXg==}
dev: false
/@vue/devtools-api/6.1.4:
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
dev: false
/@vue/reactivity-transform/3.2.31:
resolution: {integrity: sha512-uS4l4z/W7wXdI+Va5pgVxBJ345wyGFKvpPYtdSgvfJfX/x2Ymm6ophQlXXB6acqGHtXuBqNyyO3zVp9b1r0MOA==}
dependencies:
@@ -584,16 +588,16 @@ packages:
resolution: {integrity: sha512-ymN2pj6zEjiKJZbrf98UM2pfDd6F2H7ksKw7NDt/ZZ1fh5Ei39X5tABugtT03ZRlWd9imccoK0hE8hpjpU7irQ==}
dev: false
/@vue/test-utils/2.0.0-rc.18_vue@3.2.31:
resolution: {integrity: sha512-aifolXjVdsogjaLmDoZ0FU8vN+R67aWmg9OuVeED4w5Ij5GFQLrlhM19uhWe/r5xXUL4fXMk3pX5wW6FJP1NcQ==}
/@vue/test-utils/2.0.0-rc.19_vue@3.2.31:
resolution: {integrity: sha512-vQ/34z9NH/pqJzl9YTWtTq/vrx5JzLbMojcBB0qydeb7FtGqxp11nLYCgVso+pa8ZOSn2j+OQfjc5aBnb32uzw==}
peerDependencies:
vue: ^3.0.1
dependencies:
vue: 3.2.31
dev: true
/@vueuse/core/8.2.0_vue@3.2.31:
resolution: {integrity: sha512-89ZfKtFHz5ynfpWyFVXtK0yePJ2MZqFaOxnGeZn7cIp8KFbPRlu6Wsxi3gBkJNpjq+q9qbEh6MjV7QBvqCQ5Og==}
/@vueuse/core/8.2.5_vue@3.2.31:
resolution: {integrity: sha512-5prZAA1Ji2ltwNUnzreu6WIXYqHYP/9U2BiY5mD/650VYLpVcwVlYznJDFcLCmEWI3o3Vd34oS1FUf+6Mh68GQ==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@@ -603,18 +607,18 @@ packages:
vue:
optional: true
dependencies:
'@vueuse/metadata': 8.2.0
'@vueuse/shared': 8.2.0_vue@3.2.31
'@vueuse/metadata': 8.2.5
'@vueuse/shared': 8.2.5_vue@3.2.31
vue: 3.2.31
vue-demi: 0.12.4_vue@3.2.31
vue-demi: 0.12.5_vue@3.2.31
dev: false
/@vueuse/metadata/8.2.0:
resolution: {integrity: sha512-cbaezEccNuxQC+OiudG9VjZNg9/RbAAHkyuhC6+8Gsgsc+MvDhfn1NrV6NNTaldLlZgJFgUiYOkrf3JGTTTGXQ==}
/@vueuse/metadata/8.2.5:
resolution: {integrity: sha512-Lk9plJjh9cIdiRdcj16dau+2LANxIdFCiTgdfzwYXbflxq0QnMBeOD2qHgKDE7fuVrtPcVWj8VSuZEx1HRfNQA==}
dev: false
/@vueuse/shared/8.2.0_vue@3.2.31:
resolution: {integrity: sha512-dTw7EJZgZCgG9DoVAiz4LtmKnIFXuE/idUFzvqRAJLjbPiVJc+qQH5kDUdKHI3W1U9t//1mdasQEKONArburiQ==}
/@vueuse/shared/8.2.5_vue@3.2.31:
resolution: {integrity: sha512-lNWo+7sk6JCuOj4AiYM+6HZ6fq4xAuVq1sVckMQKgfCJZpZRe4i8es+ZULO5bYTKP+VrOCtqrLR2GzEfrbr3YQ==}
peerDependencies:
'@vue/composition-api': ^1.1.0
vue: ^2.6.0 || ^3.2.0
@@ -625,7 +629,7 @@ packages:
optional: true
dependencies:
vue: 3.2.31
vue-demi: 0.12.4_vue@3.2.31
vue-demi: 0.12.5_vue@3.2.31
dev: false
/abab/2.0.5:
@@ -889,7 +893,7 @@ packages:
clone-response: 1.0.2
get-stream: 5.2.0
http-cache-semantics: 4.1.0
keyv: 4.1.1
keyv: 4.2.2
lowercase-keys: 2.0.0
normalize-url: 6.1.0
responselike: 2.0.0
@@ -1076,6 +1080,14 @@ packages:
engines: {node: '>= 12'}
dev: true
/compress-brotli/1.3.6:
resolution: {integrity: sha512-au99/GqZtUtiCBliqLFbWlhnCxn+XSYjwZ77q6mKN4La4qOXDoLVPZ50iXr0WmAyMxl8yqoq3Yq4OeQNPPkyeQ==}
engines: {node: '>= 12'}
dependencies:
'@types/json-buffer': 3.0.0
json-buffer: 3.0.1
dev: true
/concat-map/0.0.1:
resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
dev: true
@@ -1101,7 +1113,7 @@ packages:
engines: {node: '>=8'}
dependencies:
dot-prop: 5.3.0
graceful-fs: 4.2.9
graceful-fs: 4.2.10
make-dir: 3.1.0
unique-string: 2.0.0
write-file-atomic: 3.0.3
@@ -1186,18 +1198,6 @@ packages:
engines: {node: '>=0.11'}
dev: false
/debug/4.3.3:
resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
peerDependenciesMeta:
supports-color:
optional: true
dependencies:
ms: 2.1.2
dev: true
/debug/4.3.4:
resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
engines: {node: '>=6.0'}
@@ -1400,192 +1400,192 @@ packages:
is-symbol: 1.0.4
dev: true
/esbuild-android-64/0.14.25:
resolution: {integrity: sha512-L5vCUk7TzFbBnoESNoXjU3x9+/+7TDIE/1mTfy/erAfvZAqC+S3sp/Qa9wkypFMcFvN9FzvESkTlpeQDolREtQ==}
/esbuild-android-64/0.14.34:
resolution: {integrity: sha512-XfxcfJqmMYsT/LXqrptzFxmaR3GWzXHDLdFNIhm6S00zPaQF1TBBWm+9t0RZ6LRR7iwH57DPjaOeW20vMqI4Yw==}
engines: {node: '>=12'}
cpu: [x64]
os: [android]
requiresBuild: true
optional: true
/esbuild-android-arm64/0.14.25:
resolution: {integrity: sha512-4jv5xPjM/qNm27T5j3ZEck0PvjgQtoMHnz4FzwF5zNP56PvY2CT0WStcAIl6jNlsuDdN63rk2HRBIsO6xFbcFw==}
/esbuild-android-arm64/0.14.34:
resolution: {integrity: sha512-T02+NXTmSRL1Mc6puz+R9CB54rSPICkXKq6+tw8B6vxZFnCPzbJxgwIX4kcluz9p8nYBjF3+lSilTGWb7+Xgew==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
/esbuild-darwin-64/0.14.25:
resolution: {integrity: sha512-TGp8tuudIxOyWd1+8aYPxQmC1ZQyvij/AfNBa35RubixD0zJ1vkKHVAzo0Zao1zcG6pNqiSyzfPto8vmg0s7oA==}
/esbuild-darwin-64/0.14.34:
resolution: {integrity: sha512-pLRip2Bh4Ng7Bf6AMgCrSp3pPe/qZyf11h5Qo2mOfJqLWzSVjxrXW+CFRJfrOVP7TCnh/gmZSM2AFdCPB72vtw==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
/esbuild-darwin-arm64/0.14.25:
resolution: {integrity: sha512-oTcDgdm0MDVEmw2DWu8BV68pYuImpFgvWREPErBZmNA4MYKGuBRaCiJqq6jZmBR1x+3y1DWCjez+5uLtuAm6mw==}
/esbuild-darwin-arm64/0.14.34:
resolution: {integrity: sha512-vpidSJEBxx6lf1NWgXC+DCmGqesJuZ5Y8aQVVsaoO4i8tRXbXb0whChRvop/zd3nfNM4dIl5EXAky0knRX5I6w==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
/esbuild-freebsd-64/0.14.25:
resolution: {integrity: sha512-ueAqbnMZ8arnuLH8tHwTCQYeptnHOUV7vA6px6j4zjjQwDx7TdP7kACPf3TLZLdJQ3CAD1XCvQ2sPhX+8tacvQ==}
/esbuild-freebsd-64/0.14.34:
resolution: {integrity: sha512-m0HBjePhe0hAQJgtMRMNV9kMgIyV4/qSnzPx42kRMQBcPhgjAq1JRu4Il26czC+9FgpMbFkUktb07f/Lwnc6CA==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
optional: true
/esbuild-freebsd-arm64/0.14.25:
resolution: {integrity: sha512-+ZVWud2HKh+Ob6k/qiJWjBtUg4KmJGGmbvEXXW1SNKS7hW7HU+Zq2ZCcE1akFxOPkVB+EhOty/sSek30tkCYug==}
/esbuild-freebsd-arm64/0.14.34:
resolution: {integrity: sha512-cpRc2B94L1KvMPPYB4D6G39jLqpKlD3noAMY4/e86iXXXkhUYJJEtTuyNFTa9JRpWM0xCAp4mxjHjoIiLuoCLA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
optional: true
/esbuild-linux-32/0.14.25:
resolution: {integrity: sha512-3OP/lwV3kCzEz45tobH9nj+uE4ubhGsfx+tn0L26WAGtUbmmcRpqy7XRG/qK7h1mClZ+eguIANcQntYMdYklfw==}
/esbuild-linux-32/0.14.34:
resolution: {integrity: sha512-8nQaEaoW7MH/K/RlozJa+lE1ejHIr8fuPIHhc513UebRav7HtXgQvxHQ6VZRUkWtep23M6dd7UqhwO1tMOfzQQ==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-64/0.14.25:
resolution: {integrity: sha512-+aKHdHZmX9qwVlQmu5xYXh7GsBFf4TWrePgeJTalhXHOG7NNuUwoHmketGiZEoNsWyyqwH9rE5BC+iwcLY30Ug==}
/esbuild-linux-64/0.14.34:
resolution: {integrity: sha512-Y3of4qQoLLlAgf042MlrY1P+7PnN9zWj8nVtw9XQG5hcLOZLz7IKpU35oeu7n4wvyaZHwvQqDJ93gRLqdJekcQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-arm/0.14.25:
resolution: {integrity: sha512-aTLcE2VBoLydL943REcAcgnDi3bHtmULSXWLbjtBdtykRatJVSxKMjK9YlBXUZC4/YcNQfH7AxwVeQr9fNxPhw==}
/esbuild-linux-arm/0.14.34:
resolution: {integrity: sha512-9lpq1NcJqssAF7alCO6zL3gvBVVt/lKw4oetUM7OgNnRX0OWpB+ZIO9FwCrSj/dMdmgDhPLf+119zB8QxSMmAg==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-arm64/0.14.25:
resolution: {integrity: sha512-UxfenPx/wSZx55gScCImPtXekvZQLI2GW3qe5dtlmU7luiqhp5GWPzGeQEbD3yN3xg/pHc671m5bma5Ns7lBHw==}
/esbuild-linux-arm64/0.14.34:
resolution: {integrity: sha512-IlWaGtj9ir7+Nrume1DGcyzBDlK8GcnJq0ANKwcI9pVw8tqr+6GD0eqyF9SF1mR8UmAp+odrx1H5NdR2cHdFHA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-mips64le/0.14.25:
resolution: {integrity: sha512-wLWYyqVfYx9Ur6eU5RT92yJVsaBGi5RdkoWqRHOqcJ38Kn60QMlcghsKeWfe9jcYut8LangYZ98xO1LxIoSXrQ==}
/esbuild-linux-mips64le/0.14.34:
resolution: {integrity: sha512-k3or+01Rska1AjUyNjA4buEwB51eyN/xPQAoOx1CjzAQC3l8rpjUDw55kXyL63O/1MUi4ISvtNtl8gLwdyEcxw==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-ppc64le/0.14.25:
resolution: {integrity: sha512-0dR6Csl6Zas3g4p9ULckEl8Mo8IInJh33VCJ3eaV1hj9+MHGdmDOakYMN8MZP9/5nl+NU/0ygpd14cWgy8uqRw==}
/esbuild-linux-ppc64le/0.14.34:
resolution: {integrity: sha512-+qxb8M9FfM2CJaVU7GgYpJOHM1ngQOx+/VrtBjb4C8oVqaPcESCeg2anjl+HRZy8VpYc71q/iBYausPPbJ+Keg==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-riscv64/0.14.25:
resolution: {integrity: sha512-J4d20HDmTrgvhR0bdkDhvvJGaikH3LzXQnNaseo8rcw9Yqby9A90gKUmWpfwqLVNRILvNnAmKLfBjCKU9ajg8w==}
/esbuild-linux-riscv64/0.14.34:
resolution: {integrity: sha512-Y717ltBdQ5j5sZIHdy1DV9kieo0wMip0dCmVSTceowCPYSn1Cg33Kd6981+F/3b9FDMzNWldZFOBRILViENZSA==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-s390x/0.14.25:
resolution: {integrity: sha512-YI2d5V6nTE73ZnhEKQD7MtsPs1EtUZJ3obS21oxQxGbbRw1G+PtJKjNyur+3t6nzHP9oTg6GHQ3S3hOLLmbDIQ==}
/esbuild-linux-s390x/0.14.34:
resolution: {integrity: sha512-bDDgYO4LhL4+zPs+WcBkXph+AQoPcQRTv18FzZS0WhjfH8TZx2QqlVPGhmhZ6WidrY+jKthUqO6UhGyIb4MpmA==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
optional: true
/esbuild-netbsd-64/0.14.25:
resolution: {integrity: sha512-TKIVgNWLUOkr+Exrye70XTEE1lJjdQXdM4tAXRzfHE9iBA7LXWcNtVIuSnphTqpanPzTDFarF0yqq4kpbC6miA==}
/esbuild-netbsd-64/0.14.34:
resolution: {integrity: sha512-cfaFGXdRt0+vHsjNPyF0POM4BVSHPSbhLPe8mppDc7GDDxjIl08mV1Zou14oDWMp/XZMjYN1kWYRSfftiD0vvQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [netbsd]
requiresBuild: true
optional: true
/esbuild-openbsd-64/0.14.25:
resolution: {integrity: sha512-QgFJ37A15D7NIXBTYEqz29+uw3nNBOIyog+3kFidANn6kjw0GHZ0lEYQn+cwjyzu94WobR+fes7cTl/ZYlHb1A==}
/esbuild-openbsd-64/0.14.34:
resolution: {integrity: sha512-vmy9DxXVnRiI14s8GKuYBtess+EVcDALkbpTqd5jw4XITutIzyB7n4x0Tj5utAkKsgZJB22lLWGekr0ABnSLow==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
requiresBuild: true
optional: true
/esbuild-sunos-64/0.14.25:
resolution: {integrity: sha512-rmWfjUItYIVlqr5EnTH1+GCxXiBOC42WBZ3w++qh7n2cS9Xo0lO5pGSG2N+huOU2fX5L+6YUuJ78/vOYvefeFw==}
/esbuild-sunos-64/0.14.34:
resolution: {integrity: sha512-eNPVatNET1F7tRMhii7goL/eptfxc0ALRjrj9SPFNqp0zmxrehBFD6BaP3R4LjMn6DbMO0jOAnTLFKr8NqcJAA==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
optional: true
/esbuild-windows-32/0.14.25:
resolution: {integrity: sha512-HGAxVUofl3iUIz9W10Y9XKtD0bNsK9fBXv1D55N/ljNvkrAYcGB8YCm0v7DjlwtyS6ws3dkdQyXadbxkbzaKOA==}
/esbuild-windows-32/0.14.34:
resolution: {integrity: sha512-EFhpXyHEcnqWYe2rAHFd8dRw8wkrd9U+9oqcyoEL84GbanAYjiiIjBZsnR8kl0sCQ5w6bLpk7vCEIA2VS32Vcg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
/esbuild-windows-64/0.14.25:
resolution: {integrity: sha512-TirEohRkfWU9hXLgoDxzhMQD1g8I2mOqvdQF2RS9E/wbkORTAqJHyh7wqGRCQAwNzdNXdg3JAyhQ9/177AadWA==}
/esbuild-windows-64/0.14.34:
resolution: {integrity: sha512-a8fbl8Ky7PxNEjf1aJmtxdDZj32/hC7S1OcA2ckEpCJRTjiKslI9vAdPpSjrKIWhws4Galpaawy0nB7fjHYf5Q==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
requiresBuild: true
optional: true
/esbuild-windows-arm64/0.14.25:
resolution: {integrity: sha512-4ype9ERiI45rSh+R8qUoBtaj6kJvUOI7oVLhKqPEpcF4Pa5PpT3hm/mXAyotJHREkHpM87PAJcA442mLnbtlNA==}
/esbuild-windows-arm64/0.14.34:
resolution: {integrity: sha512-EYvmKbSa2B3sPnpC28UEu9jBK5atGV4BaVRE7CYGUci2Hlz4AvtV/LML+TcDMT6gBgibnN2gcltWclab3UutMg==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
optional: true
/esbuild/0.14.25:
resolution: {integrity: sha512-4JHEIOMNFvK09ziiL+iVmldIhLbn49V4NAVo888tcGFKedEZY/Y8YapfStJ6zSE23tzYPKxqKwQBnQoIO0BI/Q==}
/esbuild/0.14.34:
resolution: {integrity: sha512-QIWdPT/gFF6hCaf4m7kP0cJ+JIuFkdHibI7vVFvu3eJS1HpVmYHWDulyN5WXwbRA0SX/7ZDaJ/1DH8SdY9xOJg==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
esbuild-android-64: 0.14.25
esbuild-android-arm64: 0.14.25
esbuild-darwin-64: 0.14.25
esbuild-darwin-arm64: 0.14.25
esbuild-freebsd-64: 0.14.25
esbuild-freebsd-arm64: 0.14.25
esbuild-linux-32: 0.14.25
esbuild-linux-64: 0.14.25
esbuild-linux-arm: 0.14.25
esbuild-linux-arm64: 0.14.25
esbuild-linux-mips64le: 0.14.25
esbuild-linux-ppc64le: 0.14.25
esbuild-linux-riscv64: 0.14.25
esbuild-linux-s390x: 0.14.25
esbuild-netbsd-64: 0.14.25
esbuild-openbsd-64: 0.14.25
esbuild-sunos-64: 0.14.25
esbuild-windows-32: 0.14.25
esbuild-windows-64: 0.14.25
esbuild-windows-arm64: 0.14.25
esbuild-android-64: 0.14.34
esbuild-android-arm64: 0.14.34
esbuild-darwin-64: 0.14.34
esbuild-darwin-arm64: 0.14.34
esbuild-freebsd-64: 0.14.34
esbuild-freebsd-arm64: 0.14.34
esbuild-linux-32: 0.14.34
esbuild-linux-64: 0.14.34
esbuild-linux-arm: 0.14.34
esbuild-linux-arm64: 0.14.34
esbuild-linux-mips64le: 0.14.34
esbuild-linux-ppc64le: 0.14.34
esbuild-linux-riscv64: 0.14.34
esbuild-linux-s390x: 0.14.34
esbuild-netbsd-64: 0.14.34
esbuild-openbsd-64: 0.14.34
esbuild-sunos-64: 0.14.34
esbuild-windows-32: 0.14.34
esbuild-windows-64: 0.14.34
esbuild-windows-arm64: 0.14.34
/escalade/3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
@@ -1742,7 +1742,7 @@ packages:
dependencies:
asynckit: 0.4.0
combined-stream: 1.0.8
mime-types: 2.1.34
mime-types: 2.1.35
dev: true
/fs.realpath/1.0.0:
@@ -1889,6 +1889,10 @@ packages:
url-parse-lax: 3.0.0
dev: true
/graceful-fs/4.2.10:
resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==}
dev: true
/graceful-fs/4.2.9:
resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==}
dev: true
@@ -1934,8 +1938,8 @@ packages:
resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
dev: true
/hotkeys-js/3.8.7:
resolution: {integrity: sha512-ckAx3EkUr5XjDwjEHDorHxRO2Kb7z6Z2Sxul4MbBkN8Nho7XDslQsgMJT+CiJ5Z4TgRxxvKHEpuLE3imzqy4Lg==}
/hotkeys-js/3.8.8:
resolution: {integrity: sha512-3vUjgRJiQOHDFouNnr6fKMffGtkujPEnmUutJc1O6NVS/jTDWge5+XDrMKONVg9NGhzl2kY1nhG2/CEnXKFR7A==}
dev: false
/html-encoding-sniffer/3.0.0:
@@ -2081,9 +2085,9 @@ packages:
engines: {node: '>=10'}
dev: true
/inquirer/8.2.0:
resolution: {integrity: sha512-0crLweprevJ02tTuA6ThpoAERAGyVILC4sS74uib58Xf/zSr1/ZWtmm7D5CI+bSQEaA04f0K7idaHpQbSWgiVQ==}
engines: {node: '>=8.0.0'}
/inquirer/8.2.2:
resolution: {integrity: sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow==}
engines: {node: '>=12.0.0'}
dependencies:
ansi-escapes: 4.3.2
chalk: 4.1.2
@@ -2461,9 +2465,10 @@ packages:
json-buffer: 3.0.0
dev: true
/keyv/4.1.1:
resolution: {integrity: sha512-tGv1yP6snQVDSM4X6yxrv2zzq/EvpW+oYiUz6aueW1u9CtS8RzUQYxxmFwgZlO2jSgCxQbchhxaqXXp2hnKGpQ==}
/keyv/4.2.2:
resolution: {integrity: sha512-uYS0vKTlBIjNCAUqrjlxmruxOEiZxZIHXyp32sdcGmP+ukFrmWUnE//RcPXJH3Vxrni1H2gsQbjHE0bH7MtMQQ==}
dependencies:
compress-brotli: 1.3.6
json-buffer: 3.0.1
dev: true
@@ -2618,6 +2623,11 @@ packages:
engines: {node: '>=10'}
dependencies:
yallist: 4.0.0
dev: true
/lru-cache/7.8.0:
resolution: {integrity: sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg==}
engines: {node: '>=12'}
/macos-release/2.5.0:
resolution: {integrity: sha512-EIgv+QZ9r+814gjJj0Bt5vSLJLzswGmSUbUpbi9AIr/fsN2IWFBl2NucV9PAiek+U1STK468tEkxmVYUtuAN3g==}
@@ -2675,16 +2685,16 @@ packages:
braces: 3.0.2
picomatch: 2.3.1
/mime-db/1.51.0:
resolution: {integrity: sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==}
/mime-db/1.52.0:
resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==}
engines: {node: '>= 0.6'}
dev: true
/mime-types/2.1.34:
resolution: {integrity: sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==}
/mime-types/2.1.35:
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
engines: {node: '>= 0.6'}
dependencies:
mime-db: 1.51.0
mime-db: 1.52.0
dev: true
/mimic-fn/2.1.0:
@@ -2720,8 +2730,8 @@ packages:
brace-expansion: 2.0.1
dev: false
/minimist/1.2.5:
resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==}
/minimist/1.2.6:
resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==}
dev: true
/ms/2.1.2:
@@ -2735,6 +2745,12 @@ packages:
resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
dev: false
/nanoid/3.3.2:
resolution: {integrity: sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==}
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
/new-github-release-url/1.0.0:
resolution: {integrity: sha512-dle7yf655IMjyFUqn6Nxkb18r4AOAkzRcgcZv6WZ0IqrOH4QCEZ8Sm6I7XX21zvHdBeeMeTkhR9qT2Z0EJDx6A==}
@@ -3042,8 +3058,8 @@ packages:
engines: {node: '>=4'}
dev: true
/pinia/2.0.12_typescript@4.6.3+vue@3.2.31:
resolution: {integrity: sha512-tUeuYGFrLU5irmGyRAIxp35q1OTcZ8sKpGT4XkPeVcG35W4R6cfXDbCGexzmVqH5lTQJJTXXbNGutIu9yS5yew==}
/pinia/2.0.13_typescript@4.6.3+vue@3.2.31:
resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==}
peerDependencies:
'@vue/composition-api': ^1.4.0
typescript: '>=4.4.4'
@@ -3054,12 +3070,20 @@ packages:
typescript:
optional: true
dependencies:
'@vue/devtools-api': 6.1.3
'@vue/devtools-api': 6.1.4
typescript: 4.6.3
vue: 3.2.31
vue-demi: 0.12.4_vue@3.2.31
vue-demi: 0.12.5_vue@3.2.31
dev: false
/postcss/8.4.12:
resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.2
picocolors: 1.0.0
source-map-js: 1.0.2
/postcss/8.4.6:
resolution: {integrity: sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==}
engines: {node: ^10 || ^12 || >=14}
@@ -3069,14 +3093,6 @@ packages:
source-map-js: 1.0.2
dev: false
/postcss/8.4.7:
resolution: {integrity: sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==}
engines: {node: ^10 || ^12 || >=14}
dependencies:
nanoid: 3.3.1
picocolors: 1.0.0
source-map-js: 1.0.2
/prelude-ls/1.1.2:
resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=}
engines: {node: '>= 0.8.0'}
@@ -3087,8 +3103,8 @@ packages:
engines: {node: '>=4'}
dev: true
/prettier/2.6.1:
resolution: {integrity: sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==}
/prettier/2.6.2:
resolution: {integrity: sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==}
engines: {node: '>=10.13.0'}
hasBin: true
dev: true
@@ -3177,7 +3193,7 @@ packages:
dependencies:
deep-extend: 0.6.0
ini: 1.3.8
minimist: 1.2.5
minimist: 1.2.6
strip-json-comments: 2.0.1
dev: true
@@ -3231,8 +3247,8 @@ packages:
rc: 1.2.8
dev: true
/release-it/14.13.1:
resolution: {integrity: sha512-mrng5bqZDFMr/7oCH3kuflwjKpKki4dUp6yYGxs20scYCvvd8rHAI5pdQOJHwI5BKHAC/pad0UjAEycMWQnEIw==}
/release-it/14.14.0:
resolution: {integrity: sha512-HOkRYiLHevQvKIgSBSKs+2FJboPEWced5S8lvy4PL6BdPrEKDW7nKkL8Whs6Bc+d1Mvz4kzoxfK2jOmritzq3w==}
engines: {node: '>=10'}
hasBin: true
dependencies:
@@ -3241,17 +3257,17 @@ packages:
async-retry: 1.3.3
chalk: 4.1.2
cosmiconfig: 7.0.1
debug: 4.3.3
debug: 4.3.4
execa: 5.1.1
form-data: 4.0.0
git-url-parse: 11.6.0
globby: 11.0.4
got: 11.8.3
import-cwd: 3.0.0
inquirer: 8.2.0
inquirer: 8.2.2
is-ci: 3.0.1
lodash: 4.17.21
mime-types: 2.1.34
mime-types: 2.1.35
new-github-release-url: 1.0.0
open: 7.4.2
ora: 5.4.1
@@ -3337,8 +3353,8 @@ packages:
glob: 7.2.0
dev: true
/rollup/2.69.1:
resolution: {integrity: sha512-xaQKTomUVZBopk38EIshM/kOoPFkKWisgBV7Emy80coP9MOSLUDrba1jKZhqH0iS5DoGcRbbcuyl/BzblV8w5w==}
/rollup/2.70.1:
resolution: {integrity: sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==}
engines: {node: '>=10.0.0'}
hasBin: true
optionalDependencies:
@@ -3372,8 +3388,8 @@ packages:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
dev: true
/sass/1.49.9:
resolution: {integrity: sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A==}
/sass/1.50.0:
resolution: {integrity: sha512-cLsD6MEZ5URXHStxApajEh7gW189kkjn4Rc8DQweMyF+o5HF5nfEz8QYLMlPsTOD88DknatTmBWkOcw5/LnJLQ==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
@@ -3412,6 +3428,14 @@ packages:
hasBin: true
dependencies:
lru-cache: 6.0.0
dev: true
/semver/7.3.6:
resolution: {integrity: sha512-HZWqcgwLsjaX1HBD31msI/rXktuIhS+lWvdE4kN9z+8IVT4Itc7vqU2WvYsyD6/sjYCt4dEKH/m1M3dwI9CC5w==}
engines: {node: ^10.0.0 || ^12.0.0 || ^14.0.0 || >=16.0.0}
hasBin: true
dependencies:
lru-cache: 7.8.0
/shebang-command/1.2.0:
resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=}
@@ -3677,8 +3701,8 @@ packages:
engines: {node: '>=14.0.0'}
dev: true
/tinyspy/0.3.0:
resolution: {integrity: sha512-c5uFHqtUp74R2DJE3/Efg0mH5xicmgziaQXMm/LvuuZn3RdpADH32aEGDRyCzObXT1DNfwDMqRQ/Drh1MlO12g==}
/tinyspy/0.3.2:
resolution: {integrity: sha512-2+40EP4D3sFYy42UkgkFFB+kiX2Tg3URG/lVvAZFfLxgGpnWl5qQJuBw1gaLttq8UOS+2p3C0WrhJnQigLTT2Q==}
engines: {node: '>=14.0.0'}
dev: true
@@ -3819,8 +3843,8 @@ packages:
engines: {node: '>= 4.0.0'}
dev: true
/unplugin-auto-import/0.6.6_@vueuse+core@8.2.0+vite@2.8.6:
resolution: {integrity: sha512-x3YxAI9ePoumXOakuS5YJlFkSyAkl5vJlaFZSJhSp75nH5gg8LpqQ/0Gz1/CG/JRRv+xaE1CZpEV161AqFGjEg==}
/unplugin-auto-import/0.6.9_@vueuse+core@8.2.5+vite@2.9.1:
resolution: {integrity: sha512-IqgT7AoRrNQwNhiF/wDH3sMEDX8SqCYBEgJzwdg5441b5aiC5VwZz0J0wYqkaKu89YkZE9DG6rQ2JpFfZv1iiQ==}
engines: {node: '>=14'}
peerDependencies:
'@vueuse/core': '*'
@@ -3830,11 +3854,11 @@ packages:
dependencies:
'@antfu/utils': 0.5.0
'@rollup/pluginutils': 4.2.0
'@vueuse/core': 8.2.0_vue@3.2.31
'@vueuse/core': 8.2.5_vue@3.2.31
local-pkg: 0.4.1
magic-string: 0.26.1
resolve: 1.22.0
unplugin: 0.4.0_vite@2.8.6
unplugin: 0.4.0_vite@2.9.1
transitivePeerDependencies:
- esbuild
- rollup
@@ -3842,7 +3866,7 @@ packages:
- webpack
dev: false
/unplugin-icons/0.14.1_5dbb0cc878f3ab9caa0bd7b169eded43:
/unplugin-icons/0.14.1_8d0fc691400edae0d0bd7a997b66fb5e:
resolution: {integrity: sha512-drZFbMctvT3ZJPfdCgBv5+LKO8hGbZApRCoBRAUhQFRJQVNGUhGThrOKs+CvWq3XDBPptGNBmst8WyObbr4xiQ==}
peerDependencies:
'@svgr/core': '>=5.5.0'
@@ -3866,7 +3890,7 @@ packages:
debug: 4.3.4
kolorist: 1.5.1
local-pkg: 0.4.1
unplugin: 0.5.2_vite@2.8.6
unplugin: 0.5.2_vite@2.9.1
transitivePeerDependencies:
- esbuild
- rollup
@@ -3875,7 +3899,7 @@ packages:
- webpack
dev: false
/unplugin-vue-components/0.18.5_vite@2.8.6+vue@3.2.31:
/unplugin-vue-components/0.18.5_vite@2.9.1+vue@3.2.31:
resolution: {integrity: sha512-VPA6z/4pcKRDYtWu1H+FIpV0MADlFKG3q7YMVFzNFC3EhMVZ4WuBJ76490oKyauguNw1T1obLCuxNU9JzJ0oAQ==}
engines: {node: '>=14'}
peerDependencies:
@@ -3897,7 +3921,7 @@ packages:
magic-string: 0.26.1
minimatch: 5.0.1
resolve: 1.22.0
unplugin: 0.4.0_vite@2.8.6
unplugin: 0.4.0_vite@2.9.1
vue: 3.2.31
transitivePeerDependencies:
- esbuild
@@ -3907,7 +3931,7 @@ packages:
- webpack
dev: false
/unplugin/0.4.0_vite@2.8.6:
/unplugin/0.4.0_vite@2.9.1:
resolution: {integrity: sha512-4ScITEmzlz1iZW3tkz+3L1V5k/xMQ6kjgm4lEXKxH0ozd8/OUWfiSA7RMRyrawsvq/t50JIzPpp1UyuSL/AXkA==}
peerDependencies:
esbuild: '>=0.13'
@@ -3925,11 +3949,11 @@ packages:
optional: true
dependencies:
chokidar: 3.5.3
vite: 2.8.6_sass@1.49.9
vite: 2.9.1_sass@1.50.0
webpack-virtual-modules: 0.4.3
dev: false
/unplugin/0.5.2_vite@2.8.6:
/unplugin/0.5.2_vite@2.9.1:
resolution: {integrity: sha512-3SPYtus/56cxyD4jfjrnqCvb6jPxvdqJNaRXnEaG2BhNEMaoygu/39AG+LwKmiIUzj4XHyitcfZ7scGlWfEigA==}
peerDependencies:
esbuild: '>=0.13'
@@ -3947,7 +3971,7 @@ packages:
optional: true
dependencies:
chokidar: 3.5.3
vite: 2.8.6_sass@1.49.9
vite: 2.9.1_sass@1.50.0
webpack-sources: 3.2.3
webpack-virtual-modules: 0.4.3
dev: false
@@ -3967,7 +3991,7 @@ packages:
is-yarn-global: 0.3.0
latest-version: 5.1.0
pupa: 2.1.1
semver: 7.3.5
semver: 7.3.6
semver-diff: 3.1.1
xdg-basedir: 4.0.0
dev: true
@@ -4012,8 +4036,8 @@ packages:
spdx-expression-parse: 3.0.1
dev: true
/vite/2.8.6_sass@1.49.9:
resolution: {integrity: sha512-e4H0QpludOVKkmOsRyqQ7LTcMUDF3mcgyNU4lmi0B5JUbe0ZxeBBl8VoZ8Y6Rfn9eFKYtdXNPcYK97ZwH+K2ug==}
/vite/2.9.1_sass@1.50.0:
resolution: {integrity: sha512-vSlsSdOYGcYEJfkQ/NeLXgnRv5zZfpAsdztkIrs7AZHV8RCMZQkwjo4DS5BnrYTqoWqLoUe1Cah4aVO4oNNqCQ==}
engines: {node: '>=12.2.0'}
hasBin: true
peerDependencies:
@@ -4028,16 +4052,16 @@ packages:
stylus:
optional: true
dependencies:
esbuild: 0.14.25
postcss: 8.4.7
esbuild: 0.14.34
postcss: 8.4.12
resolve: 1.22.0
rollup: 2.69.1
sass: 1.49.9
rollup: 2.70.1
sass: 1.50.0
optionalDependencies:
fsevents: 2.3.2
/vitest/0.7.12_d9d2d37e110baf3b78cf157ce5497ceb:
resolution: {integrity: sha512-Q/UrBAhStPUeic++s+jnH6M0vsBhemTixAsAKvp6z8zN6K47tfZqob4XgpbViebDmYcmhlyREumVmrpUlyuXdA==}
/vitest/0.9.2_39aeabd420cf4e1004f43b8be80a240c:
resolution: {integrity: sha512-XgR42njw350OxBfKD4MK0cNIzgQrhSUKJq9sgbgRR+bD8GonPCyjpFFmPejptaiEyjmQ2FXpEvFHN37b9X2HJA==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
@@ -4062,16 +4086,16 @@ packages:
jsdom: 19.0.0
local-pkg: 0.4.1
tinypool: 0.1.2
tinyspy: 0.3.0
vite: 2.8.6_sass@1.49.9
tinyspy: 0.3.2
vite: 2.9.1_sass@1.50.0
transitivePeerDependencies:
- less
- sass
- stylus
dev: true
/vue-demi/0.12.4_vue@3.2.31:
resolution: {integrity: sha512-ztPDkFt0TSUdoq1ZI6oD730vgztBkiByhUW7L1cOTebiSBqSYfSQgnhYakYigBkyAybqCTH7h44yZuDJf2xILQ==}
/vue-demi/0.12.5_vue@3.2.31:
resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
@@ -4283,6 +4307,7 @@ packages:
/yallist/4.0.0:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
dev: true
/yaml/1.10.2:
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}