File tree Expand file tree Collapse file tree 4 files changed +29
-41
lines changed
personalization-webcomponents Expand file tree Collapse file tree 4 files changed +29
-41
lines changed Original file line number Diff line number Diff line change 53
53
54
54
<!-- Additional required dependencies -->
55
55
<lombok-mapstruct-binding .version>0.2.0</lombok-mapstruct-binding .version> <!-- Needed to make MapStruct and Lombok work together -->
56
- <springdoc-openapi-starter-webmvc-ui .version>2.8.9 </springdoc-openapi-starter-webmvc-ui .version>
56
+ <springdoc-openapi-starter-webmvc-ui .version>2.8.11 </springdoc-openapi-starter-webmvc-ui .version>
57
57
<springdoc-openapi-maven-plugin .version>1.5</springdoc-openapi-maven-plugin .version>
58
58
<therapi-runtime-javadoc .version>0.15.0</therapi-runtime-javadoc .version>
59
59
Original file line number Diff line number Diff line change 1
1
# For documentation see https://github.com/sclorg/nginx-container
2
- FROM registry.access.redhat.com/ubi10/nginx-126:10.0-1755015258 @sha256:f536dd2c6fd92a3b6c5ad356d3493132416398b5fd1582a0dfbcef6fa4626889
2
+ FROM registry.access.redhat.com/ubi10/nginx-126:10.0-1755779634 @sha256:6f0065932514e2c699a17befb46f25e74d7544249bd5dffa70a86b03cd44921a
3
3
4
4
# Copy built web components and SBOM result
5
5
COPY dist .
Original file line number Diff line number Diff line change 17
17
"fix" : " prettier . --write && eslint . --fix"
18
18
},
19
19
"dependencies" : {
20
- "@muenchen/muc-patternlab-vue" : " 5.6.0 " ,
20
+ "@muenchen/muc-patternlab-vue" : " 5.6.2 " ,
21
21
"@vueuse/core" : " 13.6.0" ,
22
22
"vue" : " 3.5.18" ,
23
23
"sortablejs" : " 1.15.6" ,
41
41
"vite" : " 7.1.3" ,
42
42
"vite-plugin-vue-devtools" : " 8.0.0" ,
43
43
"vitest" : " 3.2.4" ,
44
- "vue-tsc" : " 3.0.5 "
44
+ "vue-tsc" : " 3.0.6 "
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments