mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-26 23:21:41 +01:00
Updates modules
This commit is contained in:
11
assets/components.d.ts
vendored
11
assets/components.d.ts
vendored
@@ -4,8 +4,6 @@
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
CarbonCaretDown: typeof import('~icons/carbon/caret-down')['default']
|
||||
CilColumns: typeof import('~icons/cil/columns')['default']
|
||||
ContainerStat: typeof import('./components/ContainerStat.vue')['default']
|
||||
ContainerTitle: typeof import('./components/ContainerTitle.vue')['default']
|
||||
FuzzySearchModal: typeof import('./components/FuzzySearchModal.vue')['default']
|
||||
@@ -15,16 +13,7 @@ declare module 'vue' {
|
||||
LogEventSource: typeof import('./components/LogEventSource.vue')['default']
|
||||
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']
|
||||
|
||||
10
package.json
10
package.json
@@ -31,7 +31,7 @@
|
||||
"@oruga-ui/theme-bulma": "^0.2.2",
|
||||
"@vitejs/plugin-vue": "^2.2.4",
|
||||
"@vue/compiler-sfc": "^3.2.31",
|
||||
"@vueuse/core": "^7.7.1",
|
||||
"@vueuse/core": "^8.1.2",
|
||||
"ansi-to-html": "^0.7.2",
|
||||
"bulma": "^0.9.3",
|
||||
"date-fns": "^2.28.0",
|
||||
@@ -44,14 +44,14 @@
|
||||
"splitpanes": "^3.1.1",
|
||||
"typescript": "^4.6.2",
|
||||
"unplugin-auto-import": "^0.6.1",
|
||||
"unplugin-icons": "^0.13.2",
|
||||
"unplugin-vue-components": "^0.17.21",
|
||||
"unplugin-icons": "^0.14.0",
|
||||
"unplugin-vue-components": "^0.18.3",
|
||||
"vite": "^2.8.6",
|
||||
"vue": "^3.2.31",
|
||||
"vue-router": "^4.0.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pinia/testing": "^0.0.9",
|
||||
"@pinia/testing": "^0.0.10",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/node": "^17.0.21",
|
||||
@@ -67,7 +67,7 @@
|
||||
"prettier": "^2.5.1",
|
||||
"release-it": "^14.12.5",
|
||||
"ts-node": "^10.6.0",
|
||||
"vitest": "^0.5.9"
|
||||
"vitest": "^0.7.7"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue,css}": [
|
||||
|
||||
24
pnpm-lock.yaml
generated
24
pnpm-lock.yaml
generated
@@ -1,17 +1,17 @@
|
||||
lockfileVersion: 5.3
|
||||
|
||||
specifiers:
|
||||
'@iconify-json/carbon': ^1.1.2
|
||||
'@iconify-json/carbon': ^1.1.1
|
||||
'@iconify-json/cil': ^1.1.1
|
||||
'@iconify-json/mdi': ^1.1.3
|
||||
'@iconify-json/mdi': ^1.1.1
|
||||
'@iconify-json/mdi-light': ^1.1.1
|
||||
'@iconify-json/octicon': ^1.1.5
|
||||
'@iconify-json/octicon': ^1.1.3
|
||||
'@oruga-ui/oruga-next': ^0.5.4
|
||||
'@oruga-ui/theme-bulma': ^0.2.3
|
||||
'@oruga-ui/theme-bulma': ^0.2.2
|
||||
'@pinia/testing': ^0.0.10
|
||||
'@types/jest': ^27.4.1
|
||||
'@types/lodash.debounce': ^4.0.6
|
||||
'@types/node': ^17.0.22
|
||||
'@types/node': ^17.0.21
|
||||
'@types/semver': ^7.3.9
|
||||
'@vitejs/plugin-vue': ^2.2.4
|
||||
'@vue/compiler-sfc': ^3.2.31
|
||||
@@ -27,24 +27,24 @@ specifiers:
|
||||
husky: ^7.0.4
|
||||
jest-serializer-vue: ^2.0.2
|
||||
jsdom: ^19.0.0
|
||||
lint-staged: ^12.3.7
|
||||
lint-staged: ^12.3.5
|
||||
lodash.debounce: ^4.0.8
|
||||
npm-run-all: ^4.1.5
|
||||
pinia: ^2.0.12
|
||||
prettier: ^2.6.0
|
||||
release-it: ^14.13.1
|
||||
pinia: ^2.0.11
|
||||
prettier: ^2.5.1
|
||||
release-it: ^14.12.5
|
||||
sass: ^1.49.9
|
||||
semver: ^7.3.5
|
||||
splitpanes: ^3.1.1
|
||||
ts-node: ^10.7.0
|
||||
ts-node: ^10.6.0
|
||||
typescript: ^4.6.2
|
||||
unplugin-auto-import: ^0.6.6
|
||||
unplugin-auto-import: ^0.6.1
|
||||
unplugin-icons: ^0.14.0
|
||||
unplugin-vue-components: ^0.18.3
|
||||
vite: ^2.8.6
|
||||
vitest: ^0.7.7
|
||||
vue: ^3.2.31
|
||||
vue-router: ^4.0.14
|
||||
vue-router: ^4.0.13
|
||||
|
||||
dependencies:
|
||||
'@iconify-json/carbon': 1.1.2
|
||||
|
||||
Reference in New Issue
Block a user