Skip to content

Commit

Permalink
Merge branch 'main' into fix/fe/FSDAT-884
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Oct 23, 2023
2 parents 5987008 + 0a5ed32 commit acd6cb8
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 374 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -40,7 +40,7 @@
<jacoco.output.data>${project.build.directory}/coverage-reports</jacoco.output.data>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<testcontainers.version>1.19.0</testcontainers.version>
<testcontainers.version>1.19.1</testcontainers.version>
<junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
<junit-platform.version>1.9.1</junit-platform.version>
<oci.revision>${project.version}</oci.revision>
Expand Down Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.35.1</version>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 0 additions & 5 deletions frontend/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ declare module '@vue/runtime-core' {
AutoCompleteInputComponent: typeof import('./src/components/forms/AutoCompleteInputComponent.vue')['default']
ContactGroupComponent: typeof import('./src/components/grouping/ContactGroupComponent.vue')['default']
DataFetcher: typeof import('./src/components/DataFetcher.vue')['default']
DisplayBlockComponent: typeof import('./src/components/visuals/DisplayBlockComponent.vue')['default']
DropdownInputComponent: typeof import('./src/components/forms/DropdownInputComponent.vue')['default']
ErrorNotificationGroupingComponent: typeof import('./src/components/grouping/ErrorNotificationGroupingComponent.vue')['default']
MainHeaderComponent: typeof import('./src/components/MainHeaderComponent.vue')['default']
MultiselectInputComponent: typeof import('./src/components/forms/MultiselectInputComponent.vue')['default']
NoteComponent: typeof import('./src/components/NoteComponent.vue')['default']
RadioInputComponent: typeof import('./src/components/forms/RadioInputComponent.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TextInputComponent: typeof import('./src/components/forms/TextInputComponent.vue')['default']
WizardProgressIndicatorComponent: typeof import('./src/components/wizard/WizardProgressIndicatorComponent.vue')['default']
WizardTabComponent: typeof import('./src/components/wizard/WizardTabComponent.vue')['default']
WizardWrapperComponent: typeof import('./src/components/wizard/WizardWrapperComponent.vue')['default']
}
}
Loading

0 comments on commit acd6cb8

Please sign in to comment.