1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 06:49:23 +01:00

Updates modules

This commit is contained in:
Amir Raminfar
2023-02-14 14:54:29 -08:00
parent efabc926cf
commit d82f9e4db2
3 changed files with 149 additions and 165 deletions

View File

@@ -103,7 +103,6 @@ declare global {
const refThrottled: typeof import('@vueuse/core')['refThrottled']
const refWithControl: typeof import('@vueuse/core')['refWithControl']
const resolveComponent: typeof import('vue')['resolveComponent']
const resolveDirective: typeof import('vue')['resolveDirective']
const resolveRef: typeof import('@vueuse/core')['resolveRef']
const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
const search: typeof import('./composables/settings')['search']
@@ -314,6 +313,11 @@ declare global {
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
const whenever: typeof import('@vueuse/core')['whenever']
}
// for type re-export
declare global {
// @ts-ignore
export type { Component,ComponentPublicInstance,ComputedRef,InjectionKey,PropType,Ref,VNode } from 'vue'
}
// for vue template auto import
import { UnwrapRef } from 'vue'
declare module 'vue' {
@@ -420,7 +424,6 @@ declare module 'vue' {
readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
readonly resolveDirective: UnwrapRef<typeof import('vue')['resolveDirective']>
readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
readonly search: UnwrapRef<typeof import('./composables/settings')['search']>

View File

@@ -22,12 +22,12 @@
"postinstall": "husky install"
},
"dependencies": {
"@iconify-json/carbon": "^1.1.14",
"@iconify-json/cil": "^1.1.3",
"@iconify-json/mdi": "^1.1.45",
"@iconify-json/mdi-light": "^1.1.5",
"@iconify-json/octicon": "^1.1.30",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@iconify-json/carbon": "^1.1.15",
"@iconify-json/cil": "^1.1.4",
"@iconify-json/mdi": "^1.1.47",
"@iconify-json/mdi-light": "^1.1.6",
"@iconify-json/octicon": "^1.1.32",
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@oruga-ui/oruga-next": "^0.5.10",
"@oruga-ui/theme-bulma": "^0.2.8",
"@vueuse/core": "^9.12.0",
@@ -60,30 +60,30 @@
"@types/d3-shape": "^3.1.1",
"@types/d3-transition": "^3.0.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/semver": "^7.3.13",
"@vitejs/plugin-vue": "4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/test-utils": "^2.2.9",
"@vue/test-utils": "^2.2.10",
"c8": "^7.12.0",
"eventsourcemock": "^2.0.0",
"husky": "^8.0.3",
"jest-serializer-vue": "^3.0.0",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"release-it": "^15.6.0",
"sass": "^1.58.0",
"sass": "^1.58.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.14.0",
"unplugin-icons": "^0.15.2",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.23.0",
"vite": "4.1.1",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-vue-layouts": "^0.7.0",
"vitest": "^0.28.3",
"vitest": "^0.28.5",
"vue-tsc": "^1.0.24"
},
"lint-staged": {

281
pnpm-lock.yaml generated
View File

@@ -1,12 +1,12 @@
lockfileVersion: 5.4
specifiers:
'@iconify-json/carbon': ^1.1.14
'@iconify-json/cil': ^1.1.3
'@iconify-json/mdi': ^1.1.45
'@iconify-json/mdi-light': ^1.1.5
'@iconify-json/octicon': ^1.1.30
'@intlify/unplugin-vue-i18n': ^0.8.1
'@iconify-json/carbon': ^1.1.15
'@iconify-json/cil': ^1.1.4
'@iconify-json/mdi': ^1.1.47
'@iconify-json/mdi-light': ^1.1.6
'@iconify-json/octicon': ^1.1.32
'@intlify/unplugin-vue-i18n': ^0.8.2
'@oruga-ui/oruga-next': ^0.5.10
'@oruga-ui/theme-bulma': ^0.2.8
'@pinia/testing': ^0.0.14
@@ -17,11 +17,11 @@ specifiers:
'@types/d3-shape': ^3.1.1
'@types/d3-transition': ^3.0.3
'@types/lodash.debounce': ^4.0.7
'@types/node': ^18.11.18
'@types/node': ^18.13.0
'@types/semver': ^7.3.13
'@vitejs/plugin-vue': 4.0.0
'@vue/compiler-sfc': ^3.2.47
'@vue/test-utils': ^2.2.9
'@vue/test-utils': ^2.2.10
'@vueuse/core': ^9.12.0
'@vueuse/integrations': ^9.12.0
'@vueuse/router': ^9.12.0
@@ -40,36 +40,36 @@ specifiers:
husky: ^8.0.3
jest-serializer-vue: ^3.0.0
jsdom: ^21.1.0
lint-staged: ^13.1.0
lint-staged: ^13.1.2
lodash.debounce: ^4.0.8
npm-run-all: ^4.1.5
pinia: ^2.0.30
prettier: ^2.8.3
prettier: ^2.8.4
release-it: ^15.6.0
sass: ^1.58.0
sass: ^1.58.1
semver: ^7.3.8
splitpanes: ^3.1.5
ts-node: ^10.9.1
typescript: ^4.9.5
unplugin-auto-import: ^0.14.0
unplugin-icons: ^0.15.2
unplugin-icons: ^0.15.3
unplugin-vue-components: ^0.23.0
vite: 4.1.1
vite-plugin-pages: ^0.28.0
vite-plugin-vue-layouts: ^0.7.0
vitest: ^0.28.3
vitest: ^0.28.5
vue: ^3.2.47
vue-i18n: ^9.2.2
vue-router: ^4.1.6
vue-tsc: ^1.0.24
dependencies:
'@iconify-json/carbon': 1.1.14
'@iconify-json/cil': 1.1.3
'@iconify-json/mdi': 1.1.45
'@iconify-json/mdi-light': 1.1.5
'@iconify-json/octicon': 1.1.30
'@intlify/unplugin-vue-i18n': 0.8.1_vue-i18n@9.2.2
'@iconify-json/carbon': 1.1.15
'@iconify-json/cil': 1.1.4
'@iconify-json/mdi': 1.1.47
'@iconify-json/mdi-light': 1.1.6
'@iconify-json/octicon': 1.1.32
'@intlify/unplugin-vue-i18n': 0.8.2_vue-i18n@9.2.2
'@oruga-ui/oruga-next': 0.5.10_vue@3.2.47
'@oruga-ui/theme-bulma': 0.2.8
'@vueuse/core': 9.12.0_vue@3.2.47
@@ -102,30 +102,30 @@ devDependencies:
'@types/d3-shape': 3.1.1
'@types/d3-transition': 3.0.3
'@types/lodash.debounce': 4.0.7
'@types/node': 18.11.18
'@types/node': 18.13.0
'@types/semver': 7.3.13
'@vitejs/plugin-vue': 4.0.0_vite@4.1.1+vue@3.2.47
'@vue/compiler-sfc': 3.2.47
'@vue/test-utils': 2.2.9_vue@3.2.47
'@vue/test-utils': 2.2.10_vue@3.2.47
c8: 7.12.0
eventsourcemock: 2.0.0
husky: 8.0.3
jest-serializer-vue: 3.1.0
jsdom: 21.1.0
lint-staged: 13.1.0
lint-staged: 13.1.2
npm-run-all: 4.1.5
prettier: 2.8.3
prettier: 2.8.4
release-it: 15.6.0
sass: 1.58.0
ts-node: 10.9.1_bdgp3l2zgaopogaavxusmetvge
sass: 1.58.1
ts-node: 10.9.1_4bewfcp2iebiwuold25d6rgcsy
typescript: 4.9.5
unplugin-auto-import: 0.14.2_@vueuse+core@9.12.0
unplugin-icons: 0.15.2_@vue+compiler-sfc@3.2.47
unplugin-icons: 0.15.3_@vue+compiler-sfc@3.2.47
unplugin-vue-components: 0.23.0_vue@3.2.47
vite: 4.1.1_f5vcjb3akvjdur4ffzogu2hewu
vite: 4.1.1_qwczgscu5yinpidm7yywvcndf4
vite-plugin-pages: 0.28.0_jcsmkydzzmiirbz2fx6lklq7mq
vite-plugin-vue-layouts: 0.7.0_fmudivyuqogzrsdw3ssoqrxof4
vitest: 0.28.3_jsdom@21.1.0+sass@1.58.0
vitest: 0.28.5_jsdom@21.1.0+sass@1.58.1
vue-tsc: 1.0.24_typescript@4.9.5
packages:
@@ -557,32 +557,32 @@ packages:
resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==}
dev: true
/@iconify-json/carbon/1.1.14:
resolution: {integrity: sha512-Md5Vh3x2ALI5shFHlqZQBpEBk0coZf8bcFqzZBqf3bZuUTDg78y9vkwhQ+0PF1Q3wmZIfwkSJU9Pf6V228pXxw==}
/@iconify-json/carbon/1.1.15:
resolution: {integrity: sha512-O1JtNFRIFVCJwS0YpU9XmWmZIvZzvGBi+CL7dI2ofAU7b5XV6PNH2IVnwEGKCCxEyAPaok23lR5qpgC7AWbgkQ==}
dependencies:
'@iconify/types': 2.0.0
dev: false
/@iconify-json/cil/1.1.3:
resolution: {integrity: sha512-iLacmlA7DXmaExJxHBtw3BsKnOGciNavmPxs6PJYpcv/IxQ296t1GBcyaKxByU0nnVldbttPbJzoHQvWtc3fSQ==}
/@iconify-json/cil/1.1.4:
resolution: {integrity: sha512-NZYc21U2B8Jajzz5JGia8KwQDKgnnaJX7FS72+Nm9jMc8VZ/pYhMoUfQeaFyXBHg3wqEnNJlLM966hCNg8krfg==}
dependencies:
'@iconify/types': 2.0.0
dev: false
/@iconify-json/mdi-light/1.1.5:
resolution: {integrity: sha512-Mq3TN/R1KCad2XLlcbtaDHuaStoGdtGOLQPJcjRgUSlOiimNrlhmwC/QwRsCORSPMoZjPjDDxZd71L0ndJJiLw==}
/@iconify-json/mdi-light/1.1.6:
resolution: {integrity: sha512-rEw60ImpDd1AWZso5EnRu0WtJnwp4ZkVLt56tpSKfXH+VH0Tb/fl766nZnbFOBrhyowPhEJEEIle9u4VklBnZg==}
dependencies:
'@iconify/types': 2.0.0
dev: false
/@iconify-json/mdi/1.1.45:
resolution: {integrity: sha512-2f4n7qEErLi7jIabpDuaqZ/1FcAN62z0pUY9BvCxOyU6IzqCF1N3trHEF10aHdUOyFZF9YVb2DCigkZrcvnaLw==}
/@iconify-json/mdi/1.1.47:
resolution: {integrity: sha512-5E5mazdQaMNl3gmLL7whteh61weJBRfW2R9Rq0/pgAe9B0j22mViyADm/ooHZx07Vkc0ZqnkgUrpT6OsS9Qhzg==}
dependencies:
'@iconify/types': 2.0.0
dev: false
/@iconify-json/octicon/1.1.30:
resolution: {integrity: sha512-rqUGdK8N/W4TXcjnhg638mYx/bHkmZijJUa0eRW3QZE71rQzdmjtktsuYqOO3LMl/mXGOlA6nXnlFacg2v4cPg==}
/@iconify-json/octicon/1.1.32:
resolution: {integrity: sha512-5eXW0Xy7ayJbrcU+ZR1iWVOmHX4NIcTi3LUdCtb+w1wqry7MdSmI2RtRVT0z1eQS5X+DfU/uHtOw9qg2U5HJ0Q==}
dependencies:
'@iconify/types': 2.0.0
dev: false
@@ -590,21 +590,21 @@ packages:
/@iconify/types/2.0.0:
resolution: {integrity: sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==}
/@iconify/utils/2.1.0:
resolution: {integrity: sha512-ouXv1hQfOKq4k3wxQ2OJBYQ2gXBMeFoUCIiORmuUVUNlSq9oOTzQBF3jpFRb0+/P0bnV+RIoHcbZKufZTlJ16g==}
/@iconify/utils/2.1.2:
resolution: {integrity: sha512-SM5vvo30FlLMI5zOQ+ZrTI/CerdQa8icocnDl8rKPgy3evqw4mgw0qAYT2bnbvtlh0+F5cPwG2scnOb1kWBc9w==}
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.2
'@iconify/types': 2.0.0
debug: 4.3.4
kolorist: 1.6.0
kolorist: 1.7.0
local-pkg: 0.4.3
transitivePeerDependencies:
- supports-color
dev: true
/@intlify/bundle-utils/3.4.0_vue-i18n@9.2.2:
resolution: {integrity: sha512-2UQkqiSAOSPEHMGWlybqWm4G2K0X+FyYho5AwXz6QklSX1EY5EDmOSxZmwscn2qmKBnp6OYsme5kUrnN9xrWzQ==}
/@intlify/bundle-utils/4.0.0_vue-i18n@9.2.2:
resolution: {integrity: sha512-klXrYT9VXyKEXsD6UY3pShg0O5MPC07n0TZ5RrSs5ry6T1eZVolIFGJi9c3qcDrh1qjJxgikRnPBmD7qGDqbjw==}
engines: {node: '>= 12'}
peerDependencies:
petite-vue-i18n: '*'
@@ -666,8 +666,8 @@ packages:
engines: {node: '>= 14'}
dev: false
/@intlify/unplugin-vue-i18n/0.8.1_vue-i18n@9.2.2:
resolution: {integrity: sha512-BhigujPmP6JL1FSxmpogCaL+REozncHCVkJuUnefz4GWBu3X+pRe5O7PeJn8/g+Iml2ieQJz4ISPMmEbuGQjqQ==}
/@intlify/unplugin-vue-i18n/0.8.2_vue-i18n@9.2.2:
resolution: {integrity: sha512-cRnzPqSEZQOmTD+p4pwc3RTS9HxreLqfID0keoqZDZweCy/CGRMLLTNd15S4TUf1vSBhPF03DItEFDr1F+8MDA==}
engines: {node: '>= 14.16'}
peerDependencies:
petite-vue-i18n: '*'
@@ -681,18 +681,18 @@ packages:
vue-i18n-bridge:
optional: true
dependencies:
'@intlify/bundle-utils': 3.4.0_vue-i18n@9.2.2
'@intlify/bundle-utils': 4.0.0_vue-i18n@9.2.2
'@intlify/shared': 9.3.0-beta.16
'@rollup/pluginutils': 4.2.1
'@vue/compiler-sfc': 3.2.47
debug: 4.3.4
fast-glob: 3.2.12
js-yaml: 4.1.0
json5: 2.2.1
pathe: 1.0.0
json5: 2.2.3
pathe: 1.1.0
picocolors: 1.0.0
source-map: 0.6.1
unplugin: 1.0.0
unplugin: 1.0.1
vue-i18n: 9.2.2_vue@3.2.47
transitivePeerDependencies:
- supports-color
@@ -1172,8 +1172,8 @@ packages:
resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==}
dev: true
/@types/node/18.11.18:
resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==}
/@types/node/18.13.0:
resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==}
dev: true
/@types/semver/7.3.13:
@@ -1190,34 +1190,34 @@ packages:
vite: ^4.0.0
vue: ^3.2.25
dependencies:
vite: 4.1.1_f5vcjb3akvjdur4ffzogu2hewu
vite: 4.1.1_qwczgscu5yinpidm7yywvcndf4
vue: 3.2.47
dev: true
/@vitest/expect/0.28.3:
resolution: {integrity: sha512-dnxllhfln88DOvpAK1fuI7/xHwRgTgR4wdxHldPaoTaBu6Rh9zK5b//v/cjTkhOfNP/AJ8evbNO8H7c3biwd1g==}
/@vitest/expect/0.28.5:
resolution: {integrity: sha512-gqTZwoUTwepwGIatnw4UKpQfnoyV0Z9Czn9+Lo2/jLIt4/AXLTn+oVZxlQ7Ng8bzcNkR+3DqLJ08kNr8jRmdNQ==}
dependencies:
'@vitest/spy': 0.28.3
'@vitest/utils': 0.28.3
'@vitest/spy': 0.28.5
'@vitest/utils': 0.28.5
chai: 4.3.7
dev: true
/@vitest/runner/0.28.3:
resolution: {integrity: sha512-P0qYbATaemy1midOLkw7qf8jraJszCoEvjQOSlseiXZyEDaZTZ50J+lolz2hWiWv6RwDu1iNseL9XLsG0Jm2KQ==}
/@vitest/runner/0.28.5:
resolution: {integrity: sha512-NKkHtLB+FGjpp5KmneQjTcPLWPTDfB7ie+MmF1PnUBf/tGe2OjGxWyB62ySYZ25EYp9krR5Bw0YPLS/VWh1QiA==}
dependencies:
'@vitest/utils': 0.28.3
'@vitest/utils': 0.28.5
p-limit: 4.0.0
pathe: 1.1.0
dev: true
/@vitest/spy/0.28.3:
resolution: {integrity: sha512-jULA6suS6CCr9VZfr7/9x97pZ0hC55prnUNHNrg5/q16ARBY38RsjsfhuUXt6QOwvIN3BhSS0QqPzyh5Di8g6w==}
/@vitest/spy/0.28.5:
resolution: {integrity: sha512-7if6rsHQr9zbmvxN7h+gGh2L9eIIErgf8nSKYDlg07HHimCxp4H6I/X/DPXktVPPLQfiZ1Cw2cbDIx9fSqDjGw==}
dependencies:
tinyspy: 1.0.2
tinyspy: 1.1.1
dev: true
/@vitest/utils/0.28.3:
resolution: {integrity: sha512-YHiQEHQqXyIbhDqETOJUKx9/psybF7SFFVCNfOvap0FvyUqbzTSDCa3S5lL4C0CLXkwVZttz9xknDoyHMguFRQ==}
/@vitest/utils/0.28.5:
resolution: {integrity: sha512-UyZdYwdULlOa4LTUSwZ+Paz7nBHGTT72jKwdFSV4IjHF1xsokp+CabMdhjvVhYwkLfO88ylJT46YMilnkSARZA==}
dependencies:
cli-truncate: 3.1.0
diff: 5.1.0
@@ -1358,8 +1358,8 @@ packages:
/@vue/shared/3.2.47:
resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
/@vue/test-utils/2.2.9_vue@3.2.47:
resolution: {integrity: sha512-WP2gmUX9hucNGCE+FMqdTwisRQcPkY+f9oaZOcUP/xdJbIbTwdCGeOpQzXe8h+W218SC7RPzfTFc6r8T3tkggg==}
/@vue/test-utils/2.2.10_vue@3.2.47:
resolution: {integrity: sha512-UPY+VdWST5vYZ/Qhl+sLuJAv596e6kTbrOPgdGY82qd9kGN/MfjzLT5KXlmpChkiCbPP3abZ8XT25u1n5h+mRg==}
peerDependencies:
vue: ^3.0.1
dependencies:
@@ -1954,8 +1954,8 @@ packages:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
dev: true
/commander/9.4.1:
resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==}
/commander/9.5.0:
resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==}
engines: {node: ^12.20.0 || >=14}
dev: true
@@ -2422,7 +2422,7 @@ packages:
is-shared-array-buffer: 1.0.2
is-string: 1.0.7
is-weakref: 1.0.2
object-inspect: 1.12.2
object-inspect: 1.12.3
object-keys: 1.1.1
object.assign: 4.1.4
string.prototype.trimend: 1.0.6
@@ -2451,7 +2451,7 @@ packages:
is-shared-array-buffer: 1.0.2
is-string: 1.0.7
is-weakref: 1.0.2
object-inspect: 1.12.2
object-inspect: 1.12.3
object-keys: 1.1.1
object.assign: 4.1.4
regexp.prototype.flags: 1.4.3
@@ -3174,8 +3174,8 @@ packages:
engines: {node: '>= 4'}
dev: true
/immutable/4.2.2:
resolution: {integrity: sha512-fTMKDwtbvO5tldky9QZ2fMX7slR0mYpY5nbnFWYp0fOzDhHqhgIw9KoYgxLWsoNTS9ZHGauHj18DTyEw6BK3Og==}
/immutable/4.2.4:
resolution: {integrity: sha512-WDxL3Hheb1JkRN3sQkyujNlL/xRjAo3rJtaU5xeufUauG66JdMr32bLj4gF+vWl84DIA3Zxw7tiAjneYzRRw+w==}
dev: true
/import-fresh/3.3.0:
@@ -3675,12 +3675,12 @@ packages:
resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==}
engines: {node: '>=6'}
hasBin: true
dev: true
/json5/2.2.3:
resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
engines: {node: '>=6'}
hasBin: true
dev: true
/jsonc-eslint-parser/1.4.1:
resolution: {integrity: sha512-hXBrvsR1rdjmB2kQmUjf1rEIa+TqHBGMge8pwi++C+Si1ad7EjZrJcpgwym+QGK/pqTx+K7keFAtLlVNdLRJOg==}
@@ -3720,8 +3720,8 @@ packages:
resolution: {integrity: sha512-dWl0Dbjm6Xm+kDxhPQJsCBTxrJzuGl0aP9rhr+TG8D3l+GL90N8O8lYUi7dTSAN2uuDqCtNgb6aEuQH5wsiV8Q==}
dev: true
/kolorist/1.6.0:
resolution: {integrity: sha512-dLkz37Ab97HWMx9KTes3Tbi3D1ln9fCAy2zr2YVExJasDRPGRaKcoE4fycWNtnCAJfjFqe0cnY+f8KT2JePEXQ==}
/kolorist/1.7.0:
resolution: {integrity: sha512-ymToLHqL02udwVdbkowNpzjFd6UzozMtshPQKVi5k1EjKRqKqBrOnE9QbLEb0/pV76SAiIT13hdL8R6suc+f3g==}
dev: true
/latest-version/7.0.0:
@@ -3748,31 +3748,31 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
/lint-staged/13.1.0:
resolution: {integrity: sha512-pn/sR8IrcF/T0vpWLilih8jmVouMlxqXxKuAojmbiGX5n/gDnz+abdPptlj0vYnbfE0SQNl3CY/HwtM0+yfOVQ==}
/lint-staged/13.1.2:
resolution: {integrity: sha512-K9b4FPbWkpnupvK3WXZLbgu9pchUJ6N7TtVZjbaPsoizkqFUDkUReUL25xdrCljJs7uLUF3tZ7nVPeo/6lp+6w==}
engines: {node: ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
cli-truncate: 3.1.0
colorette: 2.0.19
commander: 9.4.1
commander: 9.5.0
debug: 4.3.4
execa: 6.1.0
lilconfig: 2.0.6
listr2: 5.0.6
listr2: 5.0.7
micromatch: 4.0.5
normalize-path: 3.0.0
object-inspect: 1.12.2
object-inspect: 1.12.3
pidtree: 0.6.0
string-argv: 0.3.1
yaml: 2.1.3
yaml: 2.2.1
transitivePeerDependencies:
- enquirer
- supports-color
dev: true
/listr2/5.0.6:
resolution: {integrity: sha512-u60KxKBy1BR2uLJNTWNptzWQ1ob/gjMzIJPZffAENzpZqbMZ/5PrXXOomDcevIS/+IB7s1mmCEtSlT2qHWMqag==}
/listr2/5.0.7:
resolution: {integrity: sha512-MD+qXHPmtivrHIDRwPYdfNkrzqDiuaKU/rfBcec3WMyMF3xylQj3jMq344OtvQxz7zaCFViRAeqlr2AFhPvXHw==}
engines: {node: ^14.13.1 || >=16.0.0}
peerDependencies:
enquirer: '>= 2.3.0 < 3'
@@ -3785,7 +3785,7 @@ packages:
log-update: 4.0.0
p-map: 4.0.0
rfdc: 1.3.0
rxjs: 7.6.0
rxjs: 7.8.0
through: 2.3.8
wrap-ansi: 7.0.0
dev: true
@@ -4188,8 +4188,8 @@ packages:
resolution: {integrity: sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==}
dev: true
/object-inspect/1.12.2:
resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==}
/object-inspect/1.12.3:
resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==}
dev: true
/object-is/1.1.5:
@@ -4442,13 +4442,8 @@ packages:
engines: {node: '>=8'}
dev: true
/pathe/1.0.0:
resolution: {integrity: sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==}
dev: false
/pathe/1.1.0:
resolution: {integrity: sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==}
dev: true
/pathval/1.1.1:
resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==}
@@ -4522,8 +4517,8 @@ packages:
engines: {node: '>= 0.8.0'}
dev: true
/prettier/2.8.3:
resolution: {integrity: sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==}
/prettier/2.8.4:
resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==}
engines: {node: '>=10.13.0'}
hasBin: true
dev: true
@@ -4857,12 +4852,6 @@ packages:
dependencies:
queue-microtask: 1.2.3
/rxjs/7.6.0:
resolution: {integrity: sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==}
dependencies:
tslib: 2.4.1
dev: true
/rxjs/7.8.0:
resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==}
dependencies:
@@ -4889,13 +4878,13 @@ packages:
resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==}
dev: true
/sass/1.58.0:
resolution: {integrity: sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==}
/sass/1.58.1:
resolution: {integrity: sha512-bnINi6nPXbP1XNRaranMFEBZWUfdW/AF16Ql5+ypRxfTvCRTTKrLsMIakyDcayUt2t/RZotmL4kgJwNH5xO+bg==}
engines: {node: '>=12.0.0'}
hasBin: true
dependencies:
chokidar: 3.5.3
immutable: 4.2.2
immutable: 4.2.4
source-map-js: 1.0.2
dev: true
@@ -4980,7 +4969,7 @@ packages:
dependencies:
call-bind: 1.0.2
get-intrinsic: 1.1.3
object-inspect: 1.12.2
object-inspect: 1.12.3
dev: true
/siginfo/2.0.0:
@@ -5104,10 +5093,6 @@ packages:
engines: {node: '>= 0.8'}
dev: true
/std-env/3.3.1:
resolution: {integrity: sha512-3H20QlwQsSm2OvAxWIYhs+j01MzzqwMwGiiO1NQaJYZgJZFPuAbf95/DiKRBSTYIJ2FeGUc+B/6mPGcWP9dO3Q==}
dev: true
/std-env/3.3.2:
resolution: {integrity: sha512-uUZI65yrV2Qva5gqE0+A7uVAvO40iPo6jGhs7s8keRfHCmtg+uB2X6EiLGCI9IgL1J17xGhvoOqSz79lzICPTA==}
dev: true
@@ -5216,6 +5201,12 @@ packages:
acorn: 8.8.2
dev: true
/strip-literal/1.0.1:
resolution: {integrity: sha512-QZTsipNpa2Ppr6v1AmJHESqJ3Uz247MUS0OjrnnZjFAvEoWqxuyFuXn2xLgMtRnijJShAa1HL0gtJyUs7u7n3Q==}
dependencies:
acorn: 8.8.2
dev: true
/supports-color/5.5.0:
resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==}
engines: {node: '>=4'}
@@ -5278,8 +5269,8 @@ packages:
engines: {node: '>=14.0.0'}
dev: true
/tinyspy/1.0.2:
resolution: {integrity: sha512-bSGlgwLBYf7PnUsQ6WOc6SJ3pGOcd+d8AA6EUnLDDM0kWEstC1JIlSZA3UNliDXhd9ABoS7hiRBDCu+XP/sf1Q==}
/tinyspy/1.1.1:
resolution: {integrity: sha512-UVq5AXt/gQlti7oxoIg5oi/9r0WpF7DGEVwXgqWSMmyN16+e3tl5lIvTaOpJ3TAtu5xFzWccFRM4R5NaWHF+4g==}
engines: {node: '>=14.0.0'}
dev: true
@@ -5326,7 +5317,7 @@ packages:
punycode: 2.3.0
dev: true
/ts-node/10.9.1_bdgp3l2zgaopogaavxusmetvge:
/ts-node/10.9.1_4bewfcp2iebiwuold25d6rgcsy:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
@@ -5345,7 +5336,7 @@ packages:
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 18.11.18
'@types/node': 18.13.0
acorn: 8.7.1
acorn-walk: 8.2.0
arg: 4.1.3
@@ -5492,8 +5483,8 @@ packages:
- supports-color
dev: true
/unplugin-icons/0.15.2_@vue+compiler-sfc@3.2.47:
resolution: {integrity: sha512-oWTTdLMuqfEYfZcko+KZHDEOIsqT4OeyJB1e4U7luCOo9gto/JLyHkqfbqjmjkjdQqA3DNHS18WOKh5esqQM5g==}
/unplugin-icons/0.15.3_@vue+compiler-sfc@3.2.47:
resolution: {integrity: sha512-YWgJqv5AahrokeOnta8uX/m1damZA6Rf6zPClgHg2Fa/45iyOe3Lj+Wn/Ba+CSsq9yBffn17YfKfJNyWCNZPvw==}
peerDependencies:
'@svgr/core': '>=5.5.0'
'@vue/compiler-sfc': ^3.0.2 || ^2.7.0
@@ -5511,10 +5502,10 @@ packages:
dependencies:
'@antfu/install-pkg': 0.1.1
'@antfu/utils': 0.7.2
'@iconify/utils': 2.1.0
'@iconify/utils': 2.1.2
'@vue/compiler-sfc': 3.2.47
debug: 4.3.4
kolorist: 1.6.0
kolorist: 1.7.0
local-pkg: 0.4.3
unplugin: 1.0.1
transitivePeerDependencies:
@@ -5548,15 +5539,6 @@ packages:
- supports-color
dev: true
/unplugin/1.0.0:
resolution: {integrity: sha512-H5UnBUxfhTXBXGo2AwKsl0UaLSHzSNDZNehPQSgdhVfO/t+XAS1Yoj3vmLrrlBrS9ZwtH5tejbX/TCp5DcyCKg==}
dependencies:
acorn: 8.8.2
chokidar: 3.5.3
webpack-sources: 3.2.3
webpack-virtual-modules: 0.4.6
dev: false
/unplugin/1.0.1:
resolution: {integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==}
dependencies:
@@ -5564,7 +5546,6 @@ packages:
chokidar: 3.5.3
webpack-sources: 3.2.3
webpack-virtual-modules: 0.5.0
dev: true
/untyped/1.2.2:
resolution: {integrity: sha512-EANYd5L6AdpgfldlgMcmvOOnj092nWhy0ybhc7uhEH12ipytDYz89EOegBQKj8qWL3u1wgYnmFjADhsuCJs5Aw==}
@@ -5644,8 +5625,8 @@ packages:
spdx-expression-parse: 3.0.1
dev: true
/vite-node/0.28.3_f5vcjb3akvjdur4ffzogu2hewu:
resolution: {integrity: sha512-uJJAOkgVwdfCX8PUQhqLyDOpkBS5+j+FdbsXoPVPDlvVjRkb/W/mLYQPSL6J+t8R0UV8tJSe8c9VyxVQNsDSyg==}
/vite-node/0.28.5_qwczgscu5yinpidm7yywvcndf4:
resolution: {integrity: sha512-LmXb9saMGlrMZbXTvOveJKwMTBTNUH66c8rJnQ0ZPNX+myPEol64+szRzXtV5ORb0Hb/91yq+/D3oERoyAt6LA==}
engines: {node: '>=v14.16.0'}
hasBin: true
dependencies:
@@ -5656,7 +5637,7 @@ packages:
picocolors: 1.0.0
source-map: 0.6.1
source-map-support: 0.5.21
vite: 4.1.1_f5vcjb3akvjdur4ffzogu2hewu
vite: 4.1.1_qwczgscu5yinpidm7yywvcndf4
transitivePeerDependencies:
- '@types/node'
- less
@@ -5685,7 +5666,7 @@ packages:
json5: 2.2.1
local-pkg: 0.4.2
picocolors: 1.0.0
vite: 4.1.1_f5vcjb3akvjdur4ffzogu2hewu
vite: 4.1.1_qwczgscu5yinpidm7yywvcndf4
yaml: 2.1.3
transitivePeerDependencies:
- supports-color
@@ -5701,14 +5682,14 @@ packages:
'@vue/compiler-sfc': 3.2.47
debug: 4.3.4
fast-glob: 3.2.11
vite: 4.1.1_f5vcjb3akvjdur4ffzogu2hewu
vite: 4.1.1_qwczgscu5yinpidm7yywvcndf4
vue: 3.2.47
vue-router: 4.1.6_vue@3.2.47
transitivePeerDependencies:
- supports-color
dev: true
/vite/4.1.1_f5vcjb3akvjdur4ffzogu2hewu:
/vite/4.1.1_qwczgscu5yinpidm7yywvcndf4:
resolution: {integrity: sha512-LM9WWea8vsxhr782r9ntg+bhSFS06FJgCvvB0+8hf8UWtvaiDagKYWXndjfX6kGl74keHJUcpzrQliDXZlF5yg==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -5733,18 +5714,18 @@ packages:
terser:
optional: true
dependencies:
'@types/node': 18.11.18
'@types/node': 18.13.0
esbuild: 0.16.17
postcss: 8.4.21
resolve: 1.22.1
rollup: 3.12.1
sass: 1.58.0
sass: 1.58.1
optionalDependencies:
fsevents: 2.3.2
dev: true
/vitest/0.28.3_jsdom@21.1.0+sass@1.58.0:
resolution: {integrity: sha512-N41VPNf3VGJlWQizGvl1P5MGyv3ZZA2Zvh+2V8L6tYBAAuqqDK4zExunT1Cdb6dGfZ4gr+IMrnG8d4Z6j9ctPw==}
/vitest/0.28.5_jsdom@21.1.0+sass@1.58.1:
resolution: {integrity: sha512-pyCQ+wcAOX7mKMcBNkzDwEHRGqQvHUl0XnoHR+3Pb1hytAHISgSxv9h0gUiSiYtISXUU3rMrKiKzFYDrI6ZIHA==}
engines: {node: '>=v14.16.0'}
hasBin: true
peerDependencies:
@@ -5767,11 +5748,11 @@ packages:
dependencies:
'@types/chai': 4.3.4
'@types/chai-subset': 1.3.3
'@types/node': 18.11.18
'@vitest/expect': 0.28.3
'@vitest/runner': 0.28.3
'@vitest/spy': 0.28.3
'@vitest/utils': 0.28.3
'@types/node': 18.13.0
'@vitest/expect': 0.28.5
'@vitest/runner': 0.28.5
'@vitest/spy': 0.28.5
'@vitest/utils': 0.28.5
acorn: 8.8.2
acorn-walk: 8.2.0
cac: 6.7.14
@@ -5782,13 +5763,13 @@ packages:
pathe: 1.1.0
picocolors: 1.0.0
source-map: 0.6.1
std-env: 3.3.1
strip-literal: 1.0.0
std-env: 3.3.2
strip-literal: 1.0.1
tinybench: 2.3.1
tinypool: 0.3.1
tinyspy: 1.0.2
vite: 4.1.1_f5vcjb3akvjdur4ffzogu2hewu
vite-node: 0.28.3_f5vcjb3akvjdur4ffzogu2hewu
tinyspy: 1.1.1
vite: 4.1.1_qwczgscu5yinpidm7yywvcndf4
vite-node: 0.28.5_qwczgscu5yinpidm7yywvcndf4
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less
@@ -5916,13 +5897,8 @@ packages:
resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==}
engines: {node: '>=10.13.0'}
/webpack-virtual-modules/0.4.6:
resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==}
dev: false
/webpack-virtual-modules/0.5.0:
resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==}
dev: true
/whatwg-encoding/2.0.0:
resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==}
@@ -6134,6 +6110,11 @@ packages:
engines: {node: '>= 14'}
dev: true
/yaml/2.2.1:
resolution: {integrity: sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==}
engines: {node: '>= 14'}
dev: true
/yargs-parser/20.2.9:
resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==}
engines: {node: '>=10'}