Updated packages

This commit is contained in:
Stefan Zermatten
2019-02-06 15:28:02 +02:00
parent 29c5ed2194
commit f42f9590d2
4 changed files with 28 additions and 34 deletions

View File

@@ -9,7 +9,7 @@ akryum:vue-component@0.14.3
akryum:vue-component-dev-client@0.4.5
akryum:vue-component-dev-server@0.1.3
akryum:vue-router2@0.2.2
aldeed:collection2@3.0.1
aldeed:collection2@3.0.2
aldeed:schema-index@3.0.0
allow-deny@1.1.0
autoupdate@1.5.0
@@ -78,7 +78,7 @@ mobile-status-bar@1.0.14
modern-browsers@0.1.3
modules@0.13.0
modules-runtime@0.10.3
momentjs:moment@2.23.0
momentjs:moment@2.24.0
mongo@1.6.0
mongo-decimal@0.1.0
mongo-dev-server@1.1.0

View File

@@ -11,7 +11,7 @@ import theme from '/imports/ui/theme.js';
Vue.use(VueMeteorTracker);
Vue.use(Vuetify, {
theme,
iconfont: "mdi",
iconfont: "md",
});

43
app/package-lock.json generated
View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/runtime": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.2.0.tgz",
"integrity": "sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg==",
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.3.1.tgz",
"integrity": "sha512-7jGW8ppV0ant637pIqAcFfQDDH1orEPGJb8aXfUozuCU3QqX7rX4DA8iwrbPrR1hcH0FTTHz47yQnk+bl5xHQA==",
"requires": {
"regenerator-runtime": "^0.12.0"
}
@@ -110,11 +110,6 @@
"inherits": "~2.0.0"
}
},
"bower": {
"version": "1.8.4",
"resolved": "https://registry.npmjs.org/bower/-/bower-1.8.4.tgz",
"integrity": "sha1-54dqB23rgTf30GUl3F6MZtuC8oo="
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -215,9 +210,9 @@
"integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4="
},
"core-js": {
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.2.tgz",
"integrity": "sha512-NdBPF/RVwPW6jr0NCILuyN9RiqLo2b1mddWHkUL+VnvcB7dzlnBJ1bXYntjpTGOgkZiiLWj2JxmOr7eGE3qK6g=="
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.3.tgz",
"integrity": "sha512-l00tmFFZOBHtYhN4Cz7k32VM7vTn3rE2ANjQDxdEN6zmXZ/xq1jQuutnmHvMG1ZJ7xd72+TA5YpUK8wz3rWsfQ=="
},
"core-util-is": {
"version": "1.0.2",
@@ -709,7 +704,7 @@
},
"lodash.isempty": {
"version": "4.4.0",
"resolved": "http://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz",
"resolved": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz",
"integrity": "sha1-b4bL7di+TsmHvpqvM8loTbGzHn4="
},
"lodash.isobject": {
@@ -1948,9 +1943,9 @@
"integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0="
},
"simpl-schema": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/simpl-schema/-/simpl-schema-1.5.3.tgz",
"integrity": "sha512-J24gSh39gBc3TYRFgaWx81bRf9unNML9u3dTAgxL1KI3F9JOv+Z29yEbosJFqmHfuuZ3K7ET/tTQKX4r4+f8/w==",
"version": "1.5.5",
"resolved": "https://registry.npmjs.org/simpl-schema/-/simpl-schema-1.5.5.tgz",
"integrity": "sha512-LEAKeqXS9VDpH7sVXmsIJsED7fdMj/WAP0roZw0u0IzOgQV7n3x7jcf722cl7WM6U5ANwI4wwv0dujLuwv266A==",
"requires": {
"clone": "^2.1.1",
"extend": "^3.0.1",
@@ -2127,9 +2122,9 @@
}
},
"vue": {
"version": "2.5.22",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.5.22.tgz",
"integrity": "sha512-pxY3ZHlXNJMFQbkjEgGVMaMMkSV1ONpz+4qB55kZuJzyJOhn6MSy/YZdzhdnumegNzVTL/Dn3Pp4UrVBYt1j/g=="
"version": "2.6.2",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.2.tgz",
"integrity": "sha512-NZAb0H+t3/99g2nygURcEJ+ncvzNLPiEiFI5MGhc1Cjsw5uYprF+Ol7SOd1RXPcmVVzK7jUBl0th2tNgt+VQDg=="
},
"vue-meteor-tracker": {
"version": "2.0.0-beta.5",
@@ -2145,9 +2140,9 @@
"integrity": "sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg=="
},
"vuetify": {
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-1.4.2.tgz",
"integrity": "sha512-HnMBBtO5FqTPzr6FXVlxnYulGMrHVlcmBL7SSLE/AQnNbdUpT6Jw9D/Kdw9fbK5mdn7JSWMcfWpPJUrqYTtK1w=="
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-1.5.0.tgz",
"integrity": "sha512-I2bITwvtkfbUf2hfrKo3Uta4egpv5KzEcKR1czgdyjZdA1nlo96XV2EDu0XetLl6p+AjhOqwlZWbLSezy9ZZmQ=="
},
"vuetify-upload-button": {
"version": "1.2.2",
@@ -2155,9 +2150,9 @@
"integrity": "sha512-WQmAevQl4F2musSLpPzyT3fCBCksFiL7V6Jh8qD1fxGxHjAvjGywJKWjPLMzXDHkJfo6q2OPJtynPU0QXN5hGA=="
},
"vuex": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.0.1.tgz",
"integrity": "sha512-wLoqz0B7DSZtgbWL1ShIBBCjv22GV5U+vcBFox658g6V0s4wZV9P4YjCNyoHSyIBpj1f29JBoNQIqD82cR4O3w=="
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-3.1.0.tgz",
"integrity": "sha512-mdHeHT/7u4BncpUZMlxNaIdcN/HIt1GsGG5LKByArvYG/v6DvHcOxvDCts+7SRdCoIRGllK8IMZvQtQXLppDYg=="
},
"which": {
"version": "1.3.1",

View File

@@ -13,24 +13,23 @@
"test": "meteor test --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@babel/runtime": "^7.3.1",
"animejs": "^2.2.0",
"bcrypt": "^1.0.3",
"bower": "^1.7.9",
"core-js": "^2.6.2",
"core-js": "^2.6.3",
"css-box-shadow": "^1.0.0-3",
"fibers": "^2.0.2",
"meteor-node-stubs": "^0.3.3",
"qrcode": "^1.3.3",
"simpl-schema": "^1.5.3",
"simpl-schema": "^1.5.5",
"source-map-support": "^0.5.10",
"underscore": "^1.9.1",
"vue": "^2.5.22",
"vue": "^2.6.2",
"vue-meteor-tracker": "^2.0.0-beta.5",
"vue-router": "^3.0.2",
"vuetify": "^1.4.2",
"vuetify": "^1.5.0",
"vuetify-upload-button": "^1.2.2",
"vuex": "^3.0.1"
"vuex": "^3.1.0"
},
"devDependencies": {}
}