Skip to content

Commit e8bb049

Browse files
authored
deps: dependency update (#825)
Co-authored-by: crwxaj <crwxaj>
1 parent a1d1fba commit e8bb049

File tree

3 files changed

+2690
-4753
lines changed

3 files changed

+2690
-4753
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"wampy": "6.4.2"
3636
},
3737
"devDependencies": {
38-
"@vue/cli-plugin-babel": "4.5.19",
39-
"@vue/cli-plugin-eslint": "4.5.19",
40-
"@vue/cli-service": "4.5.19",
38+
"@vue/cli-plugin-babel": "5.0.7",
39+
"@vue/cli-plugin-eslint": "5.0.7",
40+
"@vue/cli-service": "5.0.7",
4141
"@vue/eslint-config-standard": "7.0.0",
4242
"babel-eslint": "10.1.0",
4343
"concurrently": "7.2.2",
@@ -54,7 +54,8 @@
5454
"simple-progress-webpack-plugin": "2.0.0",
5555
"vue-cli-plugin-i18n": "2.3.1",
5656
"vue-i18n-extract": "1.2.3",
57-
"vue-template-compiler": "2.7.2"
57+
"vue-template-compiler": "2.7.2",
58+
"webpack": "5.73.0"
5859
},
5960
"eslintConfig": {
6061
"root": true,

ui/src/views/scenes/Details.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,15 +674,15 @@ span.is-active img {
674674
font-weight: 550;
675675
}
676676
677-
/deep/ .carousel .carousel-indicator {
677+
:deep(.carousel .carousel-indicator) {
678678
justify-content: flex-start;
679679
width: 100%;
680680
max-width: min-content;
681681
margin-left: auto;
682682
margin-right: auto;
683683
overflow: auto;
684684
}
685-
/deep/ .carousel .carousel-indicator .indicator-item:not(.is-active) {
685+
:deep(.carousel .carousel-indicator .indicator-item:not(.is-active)) {
686686
opacity: 0.5;
687687
}
688688
</style>

0 commit comments

Comments
 (0)