Skip to content

Commit

Permalink
chore: npm audit fix (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoesle authored Jan 8, 2024
1 parent 7bc0120 commit d4ee9d2
Show file tree
Hide file tree
Showing 11 changed files with 3,826 additions and 2,567 deletions.
5,628 changes: 3,534 additions & 2,094 deletions digiwf-apps/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
Menu: typeof import('./src/components/menu.vue')['default']
VApp: typeof import('vuetify/lib')['VApp']
Expand Down
6 changes: 1 addition & 5 deletions digiwf-apps/packages/apps/digiwf-tasklist/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
AppHelpMenu: typeof import('./src/components/UI/help/AppHelpMenu.vue')['default']
AppJsonForm: typeof import('./src/components/schema/AppJsonForm.vue')['default']
Expand Down Expand Up @@ -34,7 +32,6 @@ declare module '@vue/runtime-core' {
ImageOutput: typeof import('./src/components/form/ImageOutput.vue')['default']
KeyBindingLine: typeof import('./src/components/UI/help/KeyBindingLine.vue')['default']
KeyboardAccessibilityIcon: typeof import('./src/components/UI/icons/KeyboardAccessibilityIcon.vue')['default']
KeyboardIcon: typeof import('./src/components/UI/icons/KeyboardAccessibilityIcon.vue')['default']
LoadingFab: typeof import('./src/components/UI/LoadingFab.vue')['default']
PdfOutput: typeof import('./src/components/form/PdfOutput.vue')['default']
ProcessDefinitionItem: typeof import('./src/components/process/ProcessDefinitionItem.vue')['default']
Expand Down Expand Up @@ -81,7 +78,6 @@ declare module '@vue/runtime-core' {
VListItem: typeof import('vuetify/lib')['VListItem']
VListItemAvatar: typeof import('vuetify/lib')['VListItemAvatar']
VListItemContent: typeof import('vuetify/lib')['VListItemContent']
VListItemGroup: typeof import('vuetify/lib')['VListItemGroup']
VListItemSubtitle: typeof import('vuetify/lib')['VListItemSubtitle']
VListItemTitle: typeof import('vuetify/lib')['VListItemTitle']
VMain: typeof import('vuetify/lib')['VMain']
Expand Down
5 changes: 0 additions & 5 deletions digiwf-apps/packages/apps/digiwf-tasklist/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
DwfDateInput: typeof import('./src/components/DwfDateInput.vue')['default']
DwfTimeInput: typeof import('./src/components/DwfTimeInput.vue')['default']
Expand Down
Loading

0 comments on commit d4ee9d2

Please sign in to comment.