Skip to content

Commit

Permalink
Updates modules
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Apr 17, 2022
1 parent ba32d12 commit 8819c78
Show file tree
Hide file tree
Showing 3 changed files with 395 additions and 443 deletions.
17 changes: 5 additions & 12 deletions assets/components.d.ts
@@ -1,11 +1,10 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
import '@vue/runtime-core'

declare module 'vue' {
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']
Expand All @@ -18,22 +17,16 @@ 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']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ScrollableView: typeof import('./components/ScrollableView.vue')['default']
ScrollProgress: typeof import('./components/ScrollProgress.vue')['default']
Search: typeof import('./components/Search.vue')['default']
SideMenu: typeof import('./components/SideMenu.vue')['default']
}
}

export { }
export {}
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -30,44 +30,44 @@
"@oruga-ui/oruga-next": "^0.5.4",
"@oruga-ui/theme-bulma": "^0.2.5",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.31",
"@vueuse/core": "^8.2.5",
"@vue/compiler-sfc": "^3.2.33",
"@vueuse/core": "^8.2.6",
"ansi-to-html": "^0.7.2",
"bulma": "^0.9.3",
"date-fns": "^2.28.0",
"fuzzysort": "^1.2.1",
"hotkeys-js": "^3.8.8",
"hotkeys-js": "^3.8.9",
"lodash.debounce": "^4.0.8",
"pinia": "^2.0.13",
"sass": "^1.50.0",
"semver": "^7.3.6",
"semver": "^7.3.7",
"splitpanes": "^3.1.1",
"typescript": "^4.6.2",
"unplugin-auto-import": "^0.6.9",
"unplugin-auto-import": "^0.7.1",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.4",
"vite": "^2.9.1",
"vue": "^3.2.31",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.5",
"vue": "^3.2.33",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@pinia/testing": "^0.0.11",
"@types/jest": "^27.4.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^17.0.23",
"@types/node": "^17.0.24",
"@types/semver": "^7.3.9",
"@vue/test-utils": "^2.0.0-rc.19",
"@vue/test-utils": "^2.0.0-rc.20",
"c8": "^7.11.0",
"eventsourcemock": "^2.0.0",
"husky": "^7.0.4",
"jest-serializer-vue": "^2.0.2",
"jsdom": "^19.0.0",
"lint-staged": "^12.3.5",
"lint-staged": "^12.3.8",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"release-it": "^14.14.0",
"release-it": "^14.14.2",
"ts-node": "^10.6.0",
"vitest": "^0.9.2"
"vitest": "^0.9.3"
},
"lint-staged": {
"*.{js,vue,css}": [
Expand Down

0 comments on commit 8819c78

Please sign in to comment.