Updated Meteor and npm packages

This commit is contained in:
Stefan Zermatten
2020-03-05 15:31:13 +02:00
parent 7afbfa1816
commit 797b6a0d88
3 changed files with 29 additions and 29 deletions

View File

@@ -13,7 +13,7 @@
"test": "meteor test --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.8.4",
"@babel/runtime": "^7.8.7",
"animejs": "^2.2.0",
"bcrypt": "^3.0.8",
"core-js": "^2.6.11",
@@ -27,14 +27,14 @@
"moo": "^0.5.1",
"nearley": "^2.19.1",
"qrcode": "^1.4.4",
"simpl-schema": "^1.5.6",
"simpl-schema": "^1.5.7",
"source-map-support": "^0.5.16",
"underscore": "^1.9.2",
"vue": "^2.6.11",
"vue-meteor-tracker": "^2.0.0-beta.5",
"vue-router": "^3.1.5",
"vue-router": "^3.1.6",
"vuedraggable": "^2.23.2",
"vuetify": "^1.5.22",
"vuetify": "^1.5.24",
"vuetify-upload-button": "^1.2.2",
"vuex": "^3.1.2"
},