Added version constraints.

This commit is contained in:
Tim Brandin 2017-05-26 14:26:29 +02:00
parent 43da58a8d8
commit 9009a98f95
2 changed files with 17 additions and 16 deletions

View file

@ -1,10 +1,10 @@
accounts-base@1.2.15
accounts-base@1.2.17
allow-deny@1.0.5
babel-compiler@6.14.1
babel-compiler@6.18.2
babel-runtime@1.0.1
base64@1.0.10
binary-heap@1.0.10
blaze@2.1.8
blaze@2.3.2
blaze-tools@1.0.9
boilerplate-generator@1.0.11
caching-compiler@1.1.9
@ -12,35 +12,36 @@ callback-hook@1.0.10
check@1.2.5
coffeescript@1.0.17
ddp@1.2.5
ddp-client@1.3.3
ddp-client@1.3.4
ddp-common@1.2.8
ddp-rate-limiter@1.0.7
ddp-server@1.3.13
ddp-server@1.3.14
deps@1.0.12
diff-sequence@1.0.7
ecmascript@0.6.3
ecmascript@0.7.3
ecmascript-runtime@0.3.15
ejson@1.0.13
email@1.1.18
email@1.2.1
geojson-utils@1.0.10
html-tools@1.0.10
htmljs@1.0.10
htmljs@1.0.11
id-map@1.0.9
jquery@1.11.10
localstorage@1.0.12
logging@1.1.17
meteor@1.6.1
minimongo@1.0.21
modules@0.7.9
modules-runtime@0.7.9
mongo@1.1.16
minimongo@1.0.23
modules@0.8.2
modules-runtime@0.7.10
mongo@1.1.17
mongo-id@1.0.6
npm-mongo@2.2.24
observe-sequence@1.0.16
ordered-dict@1.0.9
promise@0.8.8
random@1.0.10
rate-limit@1.0.7
rate-limit@1.0.8
react-meteor-data@0.2.11
reactive-dict@1.1.8
reactive-var@1.0.11
retry@1.0.9
@ -52,8 +53,8 @@ spacebars@1.0.12
spacebars-compiler@1.0.12
std:accounts-ui@1.2.21
tmeasday:check-npm-versions@0.3.0
tracker@1.1.2
tracker@1.1.3
ui@1.0.11
underscore@1.0.10
webapp@1.3.14
webapp@1.3.15
webapp-hashing@1.0.9

View file

@ -16,7 +16,7 @@ Package.onUse(function(api) {
api.use('random');
api.use('email');
api.use('session');
api.use('react-meteor-data');
api.use('react-meteor-data@0.2.11');
api.use('softwarerero:accounts-t9n');
api.use('tmeasday:check-npm-versions@0.3.0');