Skip to content

Commit b7cd17b

Browse files
authored
Merge pull request #1743 from cylc/renovate/vuetify-3.x
fix(deps): update dependency vuetify to v3.5.14
2 parents 3ccd5db + 3215c00 commit b7cd17b

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"vue-router": "4.3.0",
5151
"vue-the-mask": "0.11.1",
5252
"vue3-apexcharts": "1.4.1",
53-
"vuetify": "3.5.10",
53+
"vuetify": "3.5.14",
5454
"vuex": "4.1.0"
5555
},
5656
"devDependencies": {

src/components/graphqlFormGenerator/components/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3535
icon
3636
size="small"
3737
variant="plain"
38-
class="remove-btn mt-n2"
38+
class="remove-btn"
3939
>
4040
<v-icon size="x-large">
4141
{{ $options.icons.mdiCloseCircle }}

src/components/graphqlFormGenerator/components/MapItem.vue

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
4848
/>
4949
</v-col>
5050
<v-col cols="auto">
51-
<div class="mt-2">
52-
<slot
53-
name="append"
54-
:disabled="modelValue.frozenKey"
55-
/>
56-
<v-tooltip v-bind="tooltipProps">
57-
<span>Pre-existing settings cannot be removed</span>
58-
</v-tooltip>
59-
</div>
51+
<slot
52+
name="append"
53+
:disabled="modelValue.frozenKey"
54+
/>
55+
<v-tooltip v-bind="tooltipProps">
56+
<span>Pre-existing settings cannot be removed</span>
57+
</v-tooltip>
6058
</v-col>
6159
</v-row>
6260
</template>

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3880,7 +3880,7 @@ __metadata:
38803880
vue-router: "npm:4.3.0"
38813881
vue-the-mask: "npm:0.11.1"
38823882
vue3-apexcharts: "npm:1.4.1"
3883-
vuetify: "npm:3.5.10"
3883+
vuetify: "npm:3.5.14"
38843884
vuex: "npm:4.1.0"
38853885
peerDependenciesMeta:
38863886
react:
@@ -10692,15 +10692,15 @@ __metadata:
1069210692
languageName: node
1069310693
linkType: hard
1069410694

10695-
"vuetify@npm:3.5.10":
10696-
version: 3.5.10
10697-
resolution: "vuetify@npm:3.5.10"
10695+
"vuetify@npm:3.5.14":
10696+
version: 3.5.14
10697+
resolution: "vuetify@npm:3.5.14"
1069810698
peerDependencies:
1069910699
typescript: ">=4.7"
10700-
vite-plugin-vuetify: ">=1.0.0-alpha.12"
10700+
vite-plugin-vuetify: ">=1.0.0"
1070110701
vue: ^3.3.0
1070210702
vue-i18n: ^9.0.0
10703-
webpack-plugin-vuetify: ">=2.0.0-alpha.11"
10703+
webpack-plugin-vuetify: ">=2.0.0"
1070410704
peerDependenciesMeta:
1070510705
typescript:
1070610706
optional: true
@@ -10710,7 +10710,7 @@ __metadata:
1071010710
optional: true
1071110711
webpack-plugin-vuetify:
1071210712
optional: true
10713-
checksum: 10c0/fe125befeb3419d86108d68501de7e66b2828e92f2973d9b11afb668c3b403b3d81a6f72a1bd82f41e310a00a2409df1055239306529a1ab39549068d92f2fb6
10713+
checksum: 10c0/27d179c7bffb2a04c1584ee4fe7890d5a5449c1ab4214f8d7d0cf01d96933874a81aa4016dcc1919c8321bffb94caa6e7388f8e814157f88985ef1f0d99cf6ad
1071410714
languageName: node
1071510715
linkType: hard
1071610716

0 commit comments

Comments
 (0)