Skip to content

Commit

Permalink
Merge pull request #1743 from cylc/renovate/vuetify-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency vuetify to v3.5.14
  • Loading branch information
MetRonnie authored Apr 8, 2024
2 parents 3ccd5db + 3215c00 commit b7cd17b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"vue-router": "4.3.0",
"vue-the-mask": "0.11.1",
"vue3-apexcharts": "1.4.1",
"vuetify": "3.5.10",
"vuetify": "3.5.14",
"vuex": "4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/graphqlFormGenerator/components/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
icon
size="small"
variant="plain"
class="remove-btn mt-n2"
class="remove-btn"
>
<v-icon size="x-large">
{{ $options.icons.mdiCloseCircle }}
Expand Down
16 changes: 7 additions & 9 deletions src/components/graphqlFormGenerator/components/MapItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/>
</v-col>
<v-col cols="auto">
<div class="mt-2">
<slot
name="append"
:disabled="modelValue.frozenKey"
/>
<v-tooltip v-bind="tooltipProps">
<span>Pre-existing settings cannot be removed</span>
</v-tooltip>
</div>
<slot
name="append"
:disabled="modelValue.frozenKey"
/>
<v-tooltip v-bind="tooltipProps">
<span>Pre-existing settings cannot be removed</span>
</v-tooltip>
</v-col>
</v-row>
</template>
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3880,7 +3880,7 @@ __metadata:
vue-router: "npm:4.3.0"
vue-the-mask: "npm:0.11.1"
vue3-apexcharts: "npm:1.4.1"
vuetify: "npm:3.5.10"
vuetify: "npm:3.5.14"
vuex: "npm:4.1.0"
peerDependenciesMeta:
react:
Expand Down Expand Up @@ -10692,15 +10692,15 @@ __metadata:
languageName: node
linkType: hard

"vuetify@npm:3.5.10":
version: 3.5.10
resolution: "vuetify@npm:3.5.10"
"vuetify@npm:3.5.14":
version: 3.5.14
resolution: "vuetify@npm:3.5.14"
peerDependencies:
typescript: ">=4.7"
vite-plugin-vuetify: ">=1.0.0-alpha.12"
vite-plugin-vuetify: ">=1.0.0"
vue: ^3.3.0
vue-i18n: ^9.0.0
webpack-plugin-vuetify: ">=2.0.0-alpha.11"
webpack-plugin-vuetify: ">=2.0.0"
peerDependenciesMeta:
typescript:
optional: true
Expand All @@ -10710,7 +10710,7 @@ __metadata:
optional: true
webpack-plugin-vuetify:
optional: true
checksum: 10c0/fe125befeb3419d86108d68501de7e66b2828e92f2973d9b11afb668c3b403b3d81a6f72a1bd82f41e310a00a2409df1055239306529a1ab39549068d92f2fb6
checksum: 10c0/27d179c7bffb2a04c1584ee4fe7890d5a5449c1ab4214f8d7d0cf01d96933874a81aa4016dcc1919c8321bffb94caa6e7388f8e814157f88985ef1f0d99cf6ad
languageName: node
linkType: hard

Expand Down

0 comments on commit b7cd17b

Please sign in to comment.