From b7be15ad701084784a2743f3666e1c8fd5a0e5aa Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Sun, 7 May 2023 00:23:00 +0200 Subject: [PATCH] Fixed package issue breaking vue slots --- app/.meteor/packages | 2 +- app/.meteor/versions | 2 +- .../attributes/SpellSlotListTile.vue | 1 - app/package-lock.json | 112 +----------------- app/package.json | 12 +- 5 files changed, 14 insertions(+), 115 deletions(-) diff --git a/app/.meteor/packages b/app/.meteor/packages index 88789403..8e6c12c3 100644 --- a/app/.meteor/packages +++ b/app/.meteor/packages @@ -38,7 +38,7 @@ simple:rest-method-mixin mikowals:batch-insert peerlibrary:subscription-data zer0th:meteor-vuetify-loader -akryum:vue-component +akryum:vue-component@0.15.2 akryum:vue-router2 percolate:migrations meteortesting:mocha diff --git a/app/.meteor/versions b/app/.meteor/versions index 98cbb4f7..03d4f323 100644 --- a/app/.meteor/versions +++ b/app/.meteor/versions @@ -4,7 +4,7 @@ accounts-oauth@1.4.2 accounts-password@2.3.4 accounts-patreon@0.1.0 akryum:npm-check@0.1.2 -akryum:vue-component@0.16.0 +akryum:vue-component@0.15.2 akryum:vue-component-dev-client@0.4.7 akryum:vue-component-dev-server@0.1.4 akryum:vue-router2@0.2.3 diff --git a/app/imports/client/ui/properties/components/attributes/SpellSlotListTile.vue b/app/imports/client/ui/properties/components/attributes/SpellSlotListTile.vue index 85482b5f..f21ac420 100644 --- a/app/imports/client/ui/properties/components/attributes/SpellSlotListTile.vue +++ b/app/imports/client/ui/properties/components/attributes/SpellSlotListTile.vue @@ -25,7 +25,6 @@