Fixed package issue breaking vue slots

This commit is contained in:
Stefan Zermatten
2023-05-07 00:23:00 +02:00
parent b82061b8d4
commit b7be15ad70
5 changed files with 14 additions and 115 deletions

View File

@@ -23,7 +23,7 @@
"@babel/runtime": "^7.21.5",
"@chenfengyuan/vue-countdown": "^1.1.5",
"@tozd/vue-observer-utils": "^0.5.0",
"aws-sdk": "^2.1372.0",
"aws-sdk": "^2.1373.0",
"bcrypt": "^5.1.0",
"chroma-js": "^2.4.2",
"css-box-shadow": "^1.0.0-3",
@@ -48,12 +48,12 @@
"simpl-schema": "^1.13.1",
"source-map-support": "^0.5.21",
"speakingurl": "^14.0.1",
"vue": "2.6.10",
"vue": "2.6.14",
"vue-meteor-tracker": "^2.0.0",
"vue-reactive-provide": "^0.3.0",
"vue-router": "^3.6.5",
"vuedraggable": "^2.23.2",
"vuetify": "^2.6.15",
"vuetify": "^2.6.12",
"vuetify-upload-button": "^2.0.2",
"vuex": "^3.1.3"
},
@@ -61,8 +61,8 @@
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vue/compiler-dom": "^3.2.47",
"@vue/runtime-dom": "^3.2.47",
"@vue/compiler-dom": "^2.6.10",
"@vue/runtime-dom": "^2.6.10",
"chai": "^4.3.7",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
@@ -120,4 +120,4 @@
]
}
}
}
}