mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 23:03:47 +01:00
Updates node and pnpm
This commit is contained in:
10
assets/components.d.ts
vendored
10
assets/components.d.ts
vendored
@@ -5,8 +5,6 @@ import '@vue/runtime-core'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
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']
|
||||
@@ -19,15 +17,7 @@ declare module '@vue/runtime-core' {
|
||||
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']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
|
||||
26
package.json
26
package.json
@@ -24,36 +24,36 @@
|
||||
"dependencies": {
|
||||
"@iconify-json/carbon": "^1.1.4",
|
||||
"@iconify-json/cil": "^1.1.1",
|
||||
"@iconify-json/mdi": "^1.1.10",
|
||||
"@iconify-json/mdi": "^1.1.11",
|
||||
"@iconify-json/mdi-light": "^1.1.1",
|
||||
"@iconify-json/octicon": "^1.1.6",
|
||||
"@iconify-json/octicon": "^1.1.7",
|
||||
"@oruga-ui/oruga-next": "^0.5.4",
|
||||
"@oruga-ui/theme-bulma": "^0.2.5",
|
||||
"@vitejs/plugin-vue": "^2.3.1",
|
||||
"@vitejs/plugin-vue": "^2.3.2",
|
||||
"@vue/compiler-sfc": "^3.2.33",
|
||||
"@vueuse/core": "^8.3.1",
|
||||
"@vueuse/router": "^8.3.1",
|
||||
"@vueuse/core": "^8.4.2",
|
||||
"@vueuse/router": "^8.4.2",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"bulma": "^0.9.3",
|
||||
"date-fns": "^2.28.0",
|
||||
"fuzzysort": "^1.2.1",
|
||||
"hotkeys-js": "^3.9.2",
|
||||
"hotkeys-js": "^3.9.3",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"pinia": "^2.0.13",
|
||||
"pinia": "^2.0.14",
|
||||
"sass": "^1.51.0",
|
||||
"semver": "^7.3.7",
|
||||
"splitpanes": "^3.1.1",
|
||||
"typescript": "^4.6.4",
|
||||
"unplugin-auto-import": "^0.7.1",
|
||||
"unplugin-icons": "^0.14.1",
|
||||
"unplugin-icons": "^0.14.3",
|
||||
"unplugin-vue-components": "^0.19.3",
|
||||
"vite": "^2.9.7",
|
||||
"vite": "^2.9.8",
|
||||
"vue": "^3.2.33",
|
||||
"vue-router": "^4.0.13"
|
||||
"vue-router": "^4.0.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pinia/testing": "^0.0.11",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@pinia/testing": "^0.0.12",
|
||||
"@types/jest": "^27.5.0",
|
||||
"@types/lodash.debounce": "^4.0.7",
|
||||
"@types/node": "^17.0.31",
|
||||
"@types/semver": "^7.3.9",
|
||||
@@ -68,7 +68,7 @@
|
||||
"prettier": "^2.6.2",
|
||||
"release-it": "^15.0.0",
|
||||
"ts-node": "^10.6.0",
|
||||
"vitest": "^0.10.0"
|
||||
"vitest": "^0.10.5"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue,css}": [
|
||||
|
||||
205
pnpm-lock.yaml
generated
205
pnpm-lock.yaml
generated
@@ -3,35 +3,35 @@ lockfileVersion: 5.4
|
||||
specifiers:
|
||||
'@iconify-json/carbon': ^1.1.4
|
||||
'@iconify-json/cil': ^1.1.1
|
||||
'@iconify-json/mdi': ^1.1.10
|
||||
'@iconify-json/mdi': ^1.1.11
|
||||
'@iconify-json/mdi-light': ^1.1.1
|
||||
'@iconify-json/octicon': ^1.1.6
|
||||
'@iconify-json/octicon': ^1.1.7
|
||||
'@oruga-ui/oruga-next': ^0.5.4
|
||||
'@oruga-ui/theme-bulma': ^0.2.5
|
||||
'@pinia/testing': ^0.0.11
|
||||
'@types/jest': ^27.4.1
|
||||
'@pinia/testing': ^0.0.12
|
||||
'@types/jest': ^27.5.0
|
||||
'@types/lodash.debounce': ^4.0.7
|
||||
'@types/node': ^17.0.31
|
||||
'@types/semver': ^7.3.9
|
||||
'@vitejs/plugin-vue': ^2.3.1
|
||||
'@vitejs/plugin-vue': ^2.3.2
|
||||
'@vue/compiler-sfc': ^3.2.33
|
||||
'@vue/test-utils': ^2.0.0-rc.21
|
||||
'@vueuse/core': ^8.3.1
|
||||
'@vueuse/router': ^8.3.1
|
||||
'@vueuse/core': ^8.4.2
|
||||
'@vueuse/router': ^8.4.2
|
||||
ansi-to-html: ^0.7.2
|
||||
bulma: ^0.9.3
|
||||
c8: ^7.11.2
|
||||
date-fns: ^2.28.0
|
||||
eventsourcemock: ^2.0.0
|
||||
fuzzysort: ^1.2.1
|
||||
hotkeys-js: ^3.9.2
|
||||
hotkeys-js: ^3.9.3
|
||||
husky: ^7.0.4
|
||||
jest-serializer-vue: ^2.0.2
|
||||
jsdom: ^19.0.0
|
||||
lint-staged: ^12.4.1
|
||||
lodash.debounce: ^4.0.8
|
||||
npm-run-all: ^4.1.5
|
||||
pinia: ^2.0.13
|
||||
pinia: ^2.0.14
|
||||
prettier: ^2.6.2
|
||||
release-it: ^15.0.0
|
||||
sass: ^1.51.0
|
||||
@@ -40,46 +40,46 @@ specifiers:
|
||||
ts-node: ^10.6.0
|
||||
typescript: ^4.6.4
|
||||
unplugin-auto-import: ^0.7.1
|
||||
unplugin-icons: ^0.14.1
|
||||
unplugin-icons: ^0.14.3
|
||||
unplugin-vue-components: ^0.19.3
|
||||
vite: ^2.9.7
|
||||
vitest: ^0.10.0
|
||||
vite: ^2.9.8
|
||||
vitest: ^0.10.5
|
||||
vue: ^3.2.33
|
||||
vue-router: ^4.0.13
|
||||
vue-router: ^4.0.15
|
||||
|
||||
dependencies:
|
||||
'@iconify-json/carbon': 1.1.4
|
||||
'@iconify-json/cil': 1.1.1
|
||||
'@iconify-json/mdi': 1.1.10
|
||||
'@iconify-json/mdi': 1.1.11
|
||||
'@iconify-json/mdi-light': 1.1.1
|
||||
'@iconify-json/octicon': 1.1.6
|
||||
'@iconify-json/octicon': 1.1.7
|
||||
'@oruga-ui/oruga-next': 0.5.5_vue@3.2.33
|
||||
'@oruga-ui/theme-bulma': 0.2.5
|
||||
'@vitejs/plugin-vue': 2.3.1_vite@2.9.7+vue@3.2.33
|
||||
'@vitejs/plugin-vue': 2.3.2_vite@2.9.8+vue@3.2.33
|
||||
'@vue/compiler-sfc': 3.2.33
|
||||
'@vueuse/core': 8.3.1_vue@3.2.33
|
||||
'@vueuse/router': 8.3.1_gtyjegp4ohzeikgmblxs4t43ui
|
||||
'@vueuse/core': 8.4.2_vue@3.2.33
|
||||
'@vueuse/router': 8.4.2_ofvjdm2rlvp4kiklsgtgpezcmi
|
||||
ansi-to-html: 0.7.2
|
||||
bulma: 0.9.3
|
||||
date-fns: 2.28.0
|
||||
fuzzysort: 1.2.1
|
||||
hotkeys-js: 3.9.2
|
||||
hotkeys-js: 3.9.3
|
||||
lodash.debounce: 4.0.8
|
||||
pinia: 2.0.13_ytvqwwdyss532bvoq2clv4ed5m
|
||||
pinia: 2.0.14_ytvqwwdyss532bvoq2clv4ed5m
|
||||
sass: 1.51.0
|
||||
semver: 7.3.7
|
||||
splitpanes: 3.1.1
|
||||
typescript: 4.6.4
|
||||
unplugin-auto-import: 0.7.1_ughpjznvtpymuf7ubf7g3kiiem
|
||||
unplugin-icons: 0.14.1_xmnm7nh53mueszahrj7hnsgdsm
|
||||
unplugin-vue-components: 0.19.3_vite@2.9.7+vue@3.2.33
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
unplugin-auto-import: 0.7.1_zx3pfbbc5uei3k4c6zdezegtqm
|
||||
unplugin-icons: 0.14.3_mfd5qjlupnbrnj3vzwpskqdisy
|
||||
unplugin-vue-components: 0.19.3_vite@2.9.8+vue@3.2.33
|
||||
vite: 2.9.8_sass@1.51.0
|
||||
vue: 3.2.33
|
||||
vue-router: 4.0.14_vue@3.2.33
|
||||
vue-router: 4.0.15_vue@3.2.33
|
||||
|
||||
devDependencies:
|
||||
'@pinia/testing': 0.0.11_pinia@2.0.13+vue@3.2.33
|
||||
'@types/jest': 27.4.1
|
||||
'@pinia/testing': 0.0.12_pinia@2.0.14+vue@3.2.33
|
||||
'@types/jest': 27.5.0
|
||||
'@types/lodash.debounce': 4.0.7
|
||||
'@types/node': 17.0.31
|
||||
'@types/semver': 7.3.9
|
||||
@@ -94,7 +94,7 @@ devDependencies:
|
||||
prettier: 2.6.2
|
||||
release-it: 15.0.0
|
||||
ts-node: 10.7.0_l47be6km5p57gglrggidw5gsgm
|
||||
vitest: 0.10.0_mxme7sfqg6ptq6fsrrsutvvn5e
|
||||
vitest: 0.10.5_mxme7sfqg6ptq6fsrrsutvvn5e
|
||||
|
||||
packages:
|
||||
|
||||
@@ -105,10 +105,6 @@ packages:
|
||||
find-up: 5.0.0
|
||||
dev: false
|
||||
|
||||
/@antfu/utils/0.5.0:
|
||||
resolution: {integrity: sha512-MrAQ/MrPSxbh1bBrmwJjORfJymw4IqSHFBXqvxaga3ZdDM+/zokYF8DjyJpSjY2QmpmgQrajDUBJOWrYeARfzA==}
|
||||
dev: false
|
||||
|
||||
/@antfu/utils/0.5.1:
|
||||
resolution: {integrity: sha512-8Afo0+xvYe1K8Wm4xHTymfTkpzy36aaqDvhXIayUwl+mecMG9Xzl3XjXa6swG6Bk8FBeQ646RyvmsYt6+2Be9g==}
|
||||
dev: false
|
||||
@@ -178,14 +174,14 @@ packages:
|
||||
'@iconify/types': 1.0.12
|
||||
dev: false
|
||||
|
||||
/@iconify-json/mdi/1.1.10:
|
||||
resolution: {integrity: sha512-M3ObDNtqnCr6MI5D+psxaGcAWVDE+aLA1nP4SESNxAdMhcXd3FOMBkg//qPXNFPgwnloGT7cbJMkU0zislDSTw==}
|
||||
/@iconify-json/mdi/1.1.11:
|
||||
resolution: {integrity: sha512-AdEB3gN9UnE52TU1Gzl265A2ltkes0HXNt7SxbEdomtBJpHu8EGexWhhRPsKyan1D0SJpwfZ3SnxyEz8MHsAgg==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.1.0
|
||||
dev: false
|
||||
|
||||
/@iconify-json/octicon/1.1.6:
|
||||
resolution: {integrity: sha512-nfcPOL3weTd6vf7Sbm4jMzHOiD7g8CT1k/i/sT433FE7PnxfP60LEavk2jkGRz2adP4xUDpbsfDHdr5Nlyj1HQ==}
|
||||
/@iconify-json/octicon/1.1.7:
|
||||
resolution: {integrity: sha512-19eVEiacUvi9J+5Q9+YdxmOfkVRhoCtirejD28pL5BaKNqtOLjs7Sli+1XPLqeX9dmKPzCrIav6UTZM7mwItSA==}
|
||||
dependencies:
|
||||
'@iconify/types': 1.1.0
|
||||
dev: false
|
||||
@@ -198,11 +194,11 @@ packages:
|
||||
resolution: {integrity: sha512-Jh0llaK2LRXQoYsorIH8maClebsnzTcve+7U3rQUSnC11X4jtPnFuyatqFLvMxZ8MLG8dB4zfHsbPfuvxluONw==}
|
||||
dev: false
|
||||
|
||||
/@iconify/utils/1.0.30:
|
||||
resolution: {integrity: sha512-Hmr5TWeWZLcLr5/r8pSga2d1OfN7LVlaQilb41kpgFmiEKS7+JRmNKGtgT4dI82hGiAzNpFEgLC1hKeqNF+pbA==}
|
||||
/@iconify/utils/1.0.32:
|
||||
resolution: {integrity: sha512-m+rnw7qKHq/XF7DAi4BcFoEAcXBfqqMgQJh8brGEHeqE/RUvgDMjmxsHgWnVpFsG+VmjGyAiI7nwXdliCwEU0Q==}
|
||||
dependencies:
|
||||
'@antfu/install-pkg': 0.1.0
|
||||
'@antfu/utils': 0.5.0
|
||||
'@antfu/utils': 0.5.1
|
||||
'@iconify/types': 1.1.0
|
||||
debug: 4.3.4
|
||||
kolorist: 1.5.1
|
||||
@@ -371,12 +367,12 @@ packages:
|
||||
bulma: 0.9.3
|
||||
dev: false
|
||||
|
||||
/@pinia/testing/0.0.11_pinia@2.0.13+vue@3.2.33:
|
||||
resolution: {integrity: sha512-iJxUHV0Uj1jS7zvN5oVtSZ2BRI4PlG1xbqPkMeJasPtbqsnoxBmkwputDzqX5Dd1I1z9gEfyYOeE2duK3xGWpQ==}
|
||||
/@pinia/testing/0.0.12_pinia@2.0.14+vue@3.2.33:
|
||||
resolution: {integrity: sha512-OGJ5kZihiuNua9trREAVLiv8wAlxT2+gZAz3Cen1L4ch51MbSgY5/nbo9htYsP2my9dhbggBhecgYWlhejhRcQ==}
|
||||
peerDependencies:
|
||||
pinia: '>=2.0.13'
|
||||
pinia: '>=2.0.14'
|
||||
dependencies:
|
||||
pinia: 2.0.13_ytvqwwdyss532bvoq2clv4ed5m
|
||||
pinia: 2.0.14_ytvqwwdyss532bvoq2clv4ed5m
|
||||
vue-demi: 0.12.5_vue@3.2.33
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
@@ -468,8 +464,8 @@ packages:
|
||||
resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==}
|
||||
dev: true
|
||||
|
||||
/@types/jest/27.4.1:
|
||||
resolution: {integrity: sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==}
|
||||
/@types/jest/27.5.0:
|
||||
resolution: {integrity: sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==}
|
||||
dependencies:
|
||||
jest-matcher-utils: 27.5.1
|
||||
pretty-format: 27.5.1
|
||||
@@ -513,14 +509,14 @@ packages:
|
||||
resolution: {integrity: sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==}
|
||||
dev: true
|
||||
|
||||
/@vitejs/plugin-vue/2.3.1_vite@2.9.7+vue@3.2.33:
|
||||
resolution: {integrity: sha512-YNzBt8+jt6bSwpt7LP890U1UcTOIZZxfpE5WOJ638PNxSEKOqAi0+FSKS0nVeukfdZ0Ai/H7AFd6k3hayfGZqQ==}
|
||||
/@vitejs/plugin-vue/2.3.2_vite@2.9.8+vue@3.2.33:
|
||||
resolution: {integrity: sha512-umyypfSHS4kQLdYAnJHhaASq7FRzNCdvcRoQ3uYGNk1/M4a+hXUd7ysN7BLhCrWH6uBokyCkFeUAaFDzSaaSrQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
vite: ^2.5.10
|
||||
vue: ^3.2.25
|
||||
dependencies:
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
vite: 2.9.8_sass@1.51.0
|
||||
vue: 3.2.33
|
||||
dev: false
|
||||
|
||||
@@ -562,10 +558,6 @@ packages:
|
||||
'@vue/shared': 3.2.33
|
||||
dev: false
|
||||
|
||||
/@vue/devtools-api/6.1.3:
|
||||
resolution: {integrity: sha512-79InfO2xHv+WHIrH1bHXQUiQD/wMls9qBk6WVwGCbdwP7/3zINtvqPNMtmSHXsIKjvUAHc8L0ouOj6ZQQRmcXg==}
|
||||
dev: false
|
||||
|
||||
/@vue/devtools-api/6.1.4:
|
||||
resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==}
|
||||
dev: false
|
||||
@@ -623,8 +615,8 @@ packages:
|
||||
vue: 3.2.33
|
||||
dev: true
|
||||
|
||||
/@vueuse/core/8.3.1_vue@3.2.33:
|
||||
resolution: {integrity: sha512-WiXUgVyPG9elGx3G8UV8g+zqbEJ2hYacrPICogAxDdW6hnxxcUFdF7FtvDroJ/DxWmo2pg8XNNz07ybfnZyJbw==}
|
||||
/@vueuse/core/8.4.2_vue@3.2.33:
|
||||
resolution: {integrity: sha512-dUVU96lii1ZdWoNJXauQNt+4QrHz1DKbuW+y6pDR2N10q7rGZJMDU7pQeMcC2XeosX7kMODfaBuqsF03NozzLg==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
@@ -634,31 +626,31 @@ packages:
|
||||
vue:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@vueuse/metadata': 8.3.1
|
||||
'@vueuse/shared': 8.3.1_vue@3.2.33
|
||||
'@vueuse/metadata': 8.4.2
|
||||
'@vueuse/shared': 8.4.2_vue@3.2.33
|
||||
vue: 3.2.33
|
||||
vue-demi: 0.12.5_vue@3.2.33
|
||||
dev: false
|
||||
|
||||
/@vueuse/metadata/8.3.1:
|
||||
resolution: {integrity: sha512-1aZaFL44HzXXkfN6Q7KMDOXBFKTHDClHlOJBxtN8rTBXIIScoGOrJCpxWiQ4kuVg95MzG/pHrd3P4wd8poL9XQ==}
|
||||
/@vueuse/metadata/8.4.2:
|
||||
resolution: {integrity: sha512-2BIj++7P0/I5dfMsEe8q7Kw0HqVAjVcyNOd9+G22/ILUC9TVLTeYOuJ1kwa1Gpr+0LWKHc6GqHiLWNL33+exoQ==}
|
||||
dev: false
|
||||
|
||||
/@vueuse/router/8.3.1_gtyjegp4ohzeikgmblxs4t43ui:
|
||||
resolution: {integrity: sha512-c43wzOxsS8Wsrouh61jUVw2KtvVxS208ip/2H0Kl4c4YPmxi7Vp6inhlMWaey79NJHZ8BXkKuBCkIvGSopzeYA==}
|
||||
/@vueuse/router/8.4.2_ofvjdm2rlvp4kiklsgtgpezcmi:
|
||||
resolution: {integrity: sha512-0cu2Zcj+zM6/6qPtjrQ5R/Sngobglw+f8cuq1+G6mdLl99glHvtRNRGzvbtO08qXHoK7C9JpQ7ewHn62iKjrGw==}
|
||||
peerDependencies:
|
||||
vue-router: '>=4.0.0-rc.1'
|
||||
dependencies:
|
||||
'@vueuse/shared': 8.3.1_vue@3.2.33
|
||||
'@vueuse/shared': 8.4.2_vue@3.2.33
|
||||
vue-demi: 0.12.5_vue@3.2.33
|
||||
vue-router: 4.0.14_vue@3.2.33
|
||||
vue-router: 4.0.15_vue@3.2.33
|
||||
transitivePeerDependencies:
|
||||
- '@vue/composition-api'
|
||||
- vue
|
||||
dev: false
|
||||
|
||||
/@vueuse/shared/8.3.1_vue@3.2.33:
|
||||
resolution: {integrity: sha512-7HKLCcxp4dtONq6QSSoavblo9riYgqzw7jhqiC0/VUYMXKzqj1G/GznOzTmY8Wi8uKKT197JqjKQ1DKt2j/0+A==}
|
||||
/@vueuse/shared/8.4.2_vue@3.2.33:
|
||||
resolution: {integrity: sha512-hILXMEjL8YQhj1LHN/HZ49UThyfk8irTjhele2nW+L3N55ElFUBGB/f4w0rg8EW+/suhqv7kJJPTZzvHCqxlIw==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.1.0
|
||||
vue: ^2.6.0 || ^3.2.0
|
||||
@@ -2183,8 +2175,8 @@ packages:
|
||||
resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==}
|
||||
dev: true
|
||||
|
||||
/hotkeys-js/3.9.2:
|
||||
resolution: {integrity: sha512-SIetKi4uYzILto+4AeTBToNlW5ioUIVqGyMm/BczlXWProewwDvcNhwIxTUg7JLXY/mr0l0d+kwEF5JQ6Um/EA==}
|
||||
/hotkeys-js/3.9.3:
|
||||
resolution: {integrity: sha512-s+f0xyvDmf6+DyrFQ2SY+eA7lbvMbjqkqi0I0SpMgnN5tZx7DeH8nsWhkJR4KEq3pxDPHJppDUhdt1rZFW5LeQ==}
|
||||
dev: false
|
||||
|
||||
/html-encoding-sniffer/3.0.0:
|
||||
@@ -3082,8 +3074,8 @@ packages:
|
||||
resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==}
|
||||
dev: true
|
||||
|
||||
/nanoid/3.3.3:
|
||||
resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==}
|
||||
/nanoid/3.3.4:
|
||||
resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==}
|
||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||
hasBin: true
|
||||
|
||||
@@ -3459,8 +3451,8 @@ packages:
|
||||
engines: {node: '>=4'}
|
||||
dev: true
|
||||
|
||||
/pinia/2.0.13_ytvqwwdyss532bvoq2clv4ed5m:
|
||||
resolution: {integrity: sha512-B7rSqm1xNpwcPMnqns8/gVBfbbi7lWTByzS6aPZ4JOXSJD4Y531rZHDCoYWBwLyHY/8hWnXljgiXp6rRyrofcw==}
|
||||
/pinia/2.0.14_ytvqwwdyss532bvoq2clv4ed5m:
|
||||
resolution: {integrity: sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==}
|
||||
peerDependencies:
|
||||
'@vue/composition-api': ^1.4.0
|
||||
typescript: '>=4.4.4'
|
||||
@@ -3481,7 +3473,7 @@ packages:
|
||||
resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
dependencies:
|
||||
nanoid: 3.3.3
|
||||
nanoid: 3.3.4
|
||||
picocolors: 1.0.0
|
||||
source-map-js: 1.0.2
|
||||
dev: false
|
||||
@@ -3490,7 +3482,7 @@ packages:
|
||||
resolution: {integrity: sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
dependencies:
|
||||
nanoid: 3.3.3
|
||||
nanoid: 3.3.4
|
||||
picocolors: 1.0.0
|
||||
source-map-js: 1.0.2
|
||||
|
||||
@@ -3805,8 +3797,8 @@ packages:
|
||||
glob: 7.2.0
|
||||
dev: true
|
||||
|
||||
/rollup/2.71.1:
|
||||
resolution: {integrity: sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==}
|
||||
/rollup/2.72.0:
|
||||
resolution: {integrity: sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
@@ -4339,7 +4331,7 @@ packages:
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: true
|
||||
|
||||
/unplugin-auto-import/0.7.1_ughpjznvtpymuf7ubf7g3kiiem:
|
||||
/unplugin-auto-import/0.7.1_zx3pfbbc5uei3k4c6zdezegtqm:
|
||||
resolution: {integrity: sha512-9865OV9eP99PNxHR2mtTDExeN01m4M9boT5U2BtIwsU1wDRsaFIYWLwcCBEjvXzXfTTC2NNMskhHGVAMfL2WgA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@@ -4350,11 +4342,11 @@ packages:
|
||||
dependencies:
|
||||
'@antfu/utils': 0.5.1
|
||||
'@rollup/pluginutils': 4.2.1
|
||||
'@vueuse/core': 8.3.1_vue@3.2.33
|
||||
'@vueuse/core': 8.4.2_vue@3.2.33
|
||||
local-pkg: 0.4.1
|
||||
magic-string: 0.26.1
|
||||
resolve: 1.22.0
|
||||
unplugin: 0.6.2_vite@2.9.7
|
||||
unplugin: 0.6.2_vite@2.9.8
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@@ -4362,8 +4354,8 @@ packages:
|
||||
- webpack
|
||||
dev: false
|
||||
|
||||
/unplugin-icons/0.14.1_xmnm7nh53mueszahrj7hnsgdsm:
|
||||
resolution: {integrity: sha512-drZFbMctvT3ZJPfdCgBv5+LKO8hGbZApRCoBRAUhQFRJQVNGUhGThrOKs+CvWq3XDBPptGNBmst8WyObbr4xiQ==}
|
||||
/unplugin-icons/0.14.3_mfd5qjlupnbrnj3vzwpskqdisy:
|
||||
resolution: {integrity: sha512-PyyNMACpZ/EAiG3B6K1wPGZ151VGdlHIEx8/utgP546yVmPpV/xC1k1V2eEebf71fGm3WD6gzPrERNsbMgIVgg==}
|
||||
peerDependencies:
|
||||
'@svgr/core': '>=5.5.0'
|
||||
'@vue/compiler-sfc': ^3.0.2
|
||||
@@ -4380,13 +4372,13 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@antfu/install-pkg': 0.1.0
|
||||
'@antfu/utils': 0.5.0
|
||||
'@iconify/utils': 1.0.30
|
||||
'@antfu/utils': 0.5.1
|
||||
'@iconify/utils': 1.0.32
|
||||
'@vue/compiler-sfc': 3.2.33
|
||||
debug: 4.3.4
|
||||
kolorist: 1.5.1
|
||||
local-pkg: 0.4.1
|
||||
unplugin: 0.5.2_vite@2.9.7
|
||||
unplugin: 0.6.2_vite@2.9.8
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
- rollup
|
||||
@@ -4395,7 +4387,7 @@ packages:
|
||||
- webpack
|
||||
dev: false
|
||||
|
||||
/unplugin-vue-components/0.19.3_vite@2.9.7+vue@3.2.33:
|
||||
/unplugin-vue-components/0.19.3_vite@2.9.8+vue@3.2.33:
|
||||
resolution: {integrity: sha512-z/kpYJnqrJuWglDNs7fy0YRHr41oLc07y2TkP3by6DqPb1GG9xGC9SFigeFwd4J7GVTqyFVsnjoeup7uK7I2dA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
@@ -4417,7 +4409,7 @@ packages:
|
||||
magic-string: 0.26.1
|
||||
minimatch: 5.0.1
|
||||
resolve: 1.22.0
|
||||
unplugin: 0.6.2_vite@2.9.7
|
||||
unplugin: 0.6.2_vite@2.9.8
|
||||
vue: 3.2.33
|
||||
transitivePeerDependencies:
|
||||
- esbuild
|
||||
@@ -4427,30 +4419,7 @@ packages:
|
||||
- webpack
|
||||
dev: false
|
||||
|
||||
/unplugin/0.5.2_vite@2.9.7:
|
||||
resolution: {integrity: sha512-3SPYtus/56cxyD4jfjrnqCvb6jPxvdqJNaRXnEaG2BhNEMaoygu/39AG+LwKmiIUzj4XHyitcfZ7scGlWfEigA==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
rollup: ^2.50.0
|
||||
vite: ^2.3.0
|
||||
webpack: 4 || 5
|
||||
peerDependenciesMeta:
|
||||
esbuild:
|
||||
optional: true
|
||||
rollup:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
chokidar: 3.5.3
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: false
|
||||
|
||||
/unplugin/0.6.2_vite@2.9.7:
|
||||
/unplugin/0.6.2_vite@2.9.8:
|
||||
resolution: {integrity: sha512-+QONc2uBFQbeo4x5mlJHjTKjR6pmuchMpGVrWhwdGFFMb4ttFZ4E9KqhOOrNcm3Q8NNyB1vJ4s5e36IZC7UWYw==}
|
||||
peerDependencies:
|
||||
esbuild: '>=0.13'
|
||||
@@ -4468,7 +4437,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
chokidar: 3.5.3
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
vite: 2.9.8_sass@1.51.0
|
||||
webpack-sources: 3.2.3
|
||||
webpack-virtual-modules: 0.4.3
|
||||
dev: false
|
||||
@@ -4529,8 +4498,8 @@ packages:
|
||||
spdx-expression-parse: 3.0.1
|
||||
dev: true
|
||||
|
||||
/vite/2.9.7_sass@1.51.0:
|
||||
resolution: {integrity: sha512-5hH7aNQe8rJiTTqCtPNX/6mIKlGw+1wg8UXwAxDIIN8XaSR+Zx3GT2zSu7QKa1vIaBqfUODGh3vpwY8r0AW/jw==}
|
||||
/vite/2.9.8_sass@1.51.0:
|
||||
resolution: {integrity: sha512-zsBGwn5UT3YS0NLSJ7hnR54+vUKfgzMUh/Z9CxF1YKEBVIe213+63jrFLmZphgGI5zXwQCSmqIdbPuE8NJywPw==}
|
||||
engines: {node: '>=12.2.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -4548,13 +4517,13 @@ packages:
|
||||
esbuild: 0.14.38
|
||||
postcss: 8.4.13
|
||||
resolve: 1.22.0
|
||||
rollup: 2.71.1
|
||||
rollup: 2.72.0
|
||||
sass: 1.51.0
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
/vitest/0.10.0_mxme7sfqg6ptq6fsrrsutvvn5e:
|
||||
resolution: {integrity: sha512-8UXemUg9CA4QYppDTsDV76nH0e1p6C8lV9q+o9i0qMSK9AQ7vA2sjoxtkDP0M+pwNmc3ZGYetBXgSJx0M1D/gg==}
|
||||
/vitest/0.10.5_mxme7sfqg6ptq6fsrrsutvvn5e:
|
||||
resolution: {integrity: sha512-4qXdNbHwAd9YcsztJoVMWUQGcMATVlY9Xd95I3KQ2JJwDLTL97f/jgfGRotqptvNxdlmme5TBY0Gv+l6+JSYvA==}
|
||||
engines: {node: '>=v14.16.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -4580,7 +4549,7 @@ packages:
|
||||
local-pkg: 0.4.1
|
||||
tinypool: 0.1.3
|
||||
tinyspy: 0.3.2
|
||||
vite: 2.9.7_sass@1.51.0
|
||||
vite: 2.9.8_sass@1.51.0
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- sass
|
||||
@@ -4610,12 +4579,12 @@ packages:
|
||||
dependencies:
|
||||
vue: 3.2.33
|
||||
|
||||
/vue-router/4.0.14_vue@3.2.33:
|
||||
resolution: {integrity: sha512-wAO6zF9zxA3u+7AkMPqw9LjoUCjSxfFvINQj3E/DceTt6uEz1XZLraDhdg2EYmvVwTBSGlLYsUw8bDmx0754Mw==}
|
||||
/vue-router/4.0.15_vue@3.2.33:
|
||||
resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==}
|
||||
peerDependencies:
|
||||
vue: ^3.2.0
|
||||
dependencies:
|
||||
'@vue/devtools-api': 6.1.3
|
||||
'@vue/devtools-api': 6.1.4
|
||||
vue: 3.2.33
|
||||
dev: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user