Update to Meteor 1.4.2.1

This commit is contained in:
Erik Ziegler 2016-11-13 10:25:59 +01:00
parent 8c0b2f920b
commit 7f0bd1bb42
4 changed files with 7 additions and 6 deletions

View File

@ -40,13 +40,13 @@ ohif:user-management
ohif:lesiontracker ohif:lesiontracker
accounts-base@1.2.14 accounts-base@1.2.14
accounts-password@1.3.1 accounts-password@1.3.2
ian:accounts-ui-bootstrap-3 ian:accounts-ui-bootstrap-3
twbs:bootstrap twbs:bootstrap
http@1.2.10 http@1.2.10
arsnebula:reactive-promise arsnebula:reactive-promise
promise@0.8.8 promise@0.8.8
stylus@2.513.6 stylus@2.513.7
fortawesome:fontawesome fortawesome:fontawesome
random@1.0.10 random@1.0.10
reactive-var@1.0.11 reactive-var@1.0.11

View File

@ -1 +1 @@
METEOR@1.4.2 METEOR@1.4.2.1

View File

@ -1,5 +1,5 @@
accounts-base@1.2.14 accounts-base@1.2.14
accounts-password@1.3.1 accounts-password@1.3.2
aldeed:collection2@2.10.0 aldeed:collection2@2.10.0
aldeed:collection2-core@1.2.0 aldeed:collection2-core@1.2.0
aldeed:schema-deny@1.1.0 aldeed:schema-deny@1.1.0
@ -20,7 +20,7 @@ blaze@2.2.0
blaze-html-templates@1.0.5 blaze-html-templates@1.0.5
blaze-tools@1.0.10 blaze-tools@1.0.10
boilerplate-generator@1.0.11 boilerplate-generator@1.0.11
caching-compiler@1.1.8 caching-compiler@1.1.9
caching-html-compiler@1.0.7 caching-html-compiler@1.0.7
callback-hook@1.0.10 callback-hook@1.0.10
check@1.2.4 check@1.2.4
@ -126,7 +126,7 @@ srp@1.0.10
standard-app-packages@1.0.9 standard-app-packages@1.0.9
standard-minifier-css@1.3.2 standard-minifier-css@1.3.2
standard-minifier-js@1.2.1 standard-minifier-js@1.2.1
stylus@2.513.6 stylus@2.513.7
templating@1.2.15 templating@1.2.15
templating-compiler@1.2.15 templating-compiler@1.2.15
templating-runtime@1.2.15 templating-runtime@1.2.15

View File

@ -9,6 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"dependencies": { "dependencies": {
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7", "bcrypt": "^0.8.7",
"meteor-node-stubs": "^0.2.3" "meteor-node-stubs": "^0.2.3"
}, },