meteor 1.6.1.1 (wip)

This commit is contained in:
vjrj 2018-04-12 16:27:47 +02:00
parent ec5969b898
commit aa91984afb
5 changed files with 4847 additions and 61 deletions

View file

@ -4,33 +4,33 @@
# 'meteor add' and 'meteor remove' will edit this file for you, # 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand. # but you can also edit it by hand.
meteor-base@1.2.0 # Packages every Meteor app needs to have meteor-base@1.3.0 # Packages every Meteor app needs to have
mobile-experience@1.0.5 # Packages for a great mobile UX mobile-experience@1.0.5 # Packages for a great mobile UX
mongo@1.3.0 # The database Meteor supports right now mongo@1.4.2 # The database Meteor supports right now
reactive-var@1.0.11 # Reactive variable for tracker reactive-var@1.0.11 # Reactive variable for tracker
tracker@1.1.3 # Meteor's client-side reactive programming library tracker@1.1.3 # Meteor's client-side reactive programming library
standard-minifier-css@1.3.5 # CSS minifier run for production mode standard-minifier-css@1.4.0 # CSS minifier run for production mode
standard-minifier-js@2.2.0 # JS minifier run for production mode standard-minifier-js@2.3.1 # JS minifier run for production mode
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers. es5-shim@4.7.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.9.0 # Enable ECMAScript2015+ syntax in app code ecmascript@0.10.6 # Enable ECMAScript2015+ syntax in app code
shell-server@0.3.0 # Server-side component of the `meteor shell` command shell-server@0.3.1 # Server-side component of the `meteor shell` command
react-meteor-data react-meteor-data
alanning:roles alanning:roles
fourseven:scss fourseven:scss
accounts-base@1.4.0 accounts-base@1.4.2
accounts-password@1.5.0 accounts-password@1.5.0
service-configuration@1.0.11 service-configuration@1.0.11
accounts-facebook@1.3.0 accounts-facebook@1.3.1
accounts-github@1.4.0 accounts-github@1.4.1
accounts-google@1.3.0 accounts-google@1.3.1
themeteorchef:bert themeteorchef:bert
fortawesome:fontawesome fortawesome:fontawesome
aldeed:collection2-core@2.0.1 aldeed:collection2-core@2.0.1
audit-argument-checks@1.0.7 audit-argument-checks@1.0.7
ddp-rate-limiter@1.0.7 ddp-rate-limiter@1.0.7
dynamic-import@0.2.0 dynamic-import@0.3.0
static-html static-html
alexwine:bootstrap-4 alexwine:bootstrap-4
@ -53,13 +53,13 @@ practicalmeteor:chai
aldeed:schema-deny aldeed:schema-deny
aldeed:template-extension aldeed:template-extension
dburles:collection-helpers dburles:collection-helpers
less less@2.7.11
markdown markdown@1.0.12
mongo-livedata mongo-livedata@1.0.12
reywood:publish-composite reywood:publish-composite
barbatus:stars-rating barbatus:stars-rating
arkham:comments-ui arkham:comments-ui
facts facts@1.0.9
gadicohen:sitemaps gadicohen:sitemaps
nspangler:autoreconnect nspangler:autoreconnect
saucecode:timezoned-synced-cron saucecode:timezoned-synced-cron

View file

@ -1 +1 @@
METEOR@1.6 METEOR@1.6.1.1

View file

@ -1,49 +1,49 @@
255kb:meteor-status@1.5.0 255kb:meteor-status@1.5.0
accounts-base@1.4.0 accounts-base@1.4.2
accounts-facebook@1.3.0 accounts-facebook@1.3.1
accounts-github@1.4.0 accounts-github@1.4.1
accounts-google@1.3.0 accounts-google@1.3.1
accounts-oauth@1.1.15 accounts-oauth@1.1.15
accounts-password@1.5.0 accounts-password@1.5.0
alanning:roles@1.2.16 alanning:roles@1.2.16
aldeed:collection2-core@2.0.1 aldeed:collection2-core@2.1.2
aldeed:schema-deny@2.0.1 aldeed:schema-deny@2.0.1
aldeed:template-extension@4.1.0 aldeed:template-extension@4.1.0
alexwine:bootstrap-4@4.0.0-beta.2 alexwine:bootstrap-4@4.0.0-beta.2
allow-deny@1.1.0 allow-deny@1.1.0
arkham:comments-ui@1.4.4 arkham:comments-ui@1.4.4
audit-argument-checks@1.0.7 audit-argument-checks@1.0.7
autoupdate@1.3.12 autoupdate@1.4.0
babel-compiler@6.24.7 babel-compiler@7.0.7
babel-runtime@1.1.1 babel-runtime@1.2.0
barbatus:stars-rating@1.1.1 barbatus:stars-rating@1.1.1
base64@1.0.10 base64@1.0.10
binary-heap@1.0.10 binary-heap@1.0.10
blaze@2.3.2 blaze@2.3.2
blaze-tools@1.0.10 blaze-tools@1.0.10
boilerplate-generator@1.3.0 boilerplate-generator@1.4.0
caching-compiler@1.1.9 caching-compiler@1.1.9
caching-html-compiler@1.1.2 caching-html-compiler@1.1.2
callback-hook@1.0.10 callback-hook@1.1.0
check@1.2.5 check@1.3.0
coffeescript@1.0.17 coffeescript@1.0.17
dburles:collection-helpers@1.1.0 dburles:collection-helpers@1.1.0
dburles:mongo-collection-instances@0.3.5 dburles:mongo-collection-instances@0.3.5
ddp@1.4.0 ddp@1.4.0
ddp-client@2.2.0 ddp-client@2.3.1
ddp-common@1.3.0 ddp-common@1.4.0
ddp-rate-limiter@1.0.7 ddp-rate-limiter@1.0.7
ddp-server@2.1.0 ddp-server@2.1.2
deps@1.0.12 deps@1.0.12
diff-sequence@1.0.7 diff-sequence@1.1.0
dynamic-import@0.2.0 dynamic-import@0.3.0
ecmascript@0.9.0 ecmascript@0.10.6
ecmascript-runtime@0.5.0 ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.5.0 ecmascript-runtime-client@0.6.0
ecmascript-runtime-server@0.5.0 ecmascript-runtime-server@0.5.0
ejson@1.1.0 ejson@1.1.0
email@1.2.3 email@1.2.3
es5-shim@4.6.15 es5-shim@4.7.0
facebook-oauth@1.4.0 facebook-oauth@1.4.0
facts@1.0.9 facts@1.0.9
flowkey:raven@1.0.0 flowkey:raven@1.0.0
@ -54,12 +54,12 @@ gadicohen:robots-txt@0.0.10
gadicohen:sitemaps@0.0.26 gadicohen:sitemaps@0.0.26
geojson-utils@1.0.10 geojson-utils@1.0.10
github-oauth@1.2.0 github-oauth@1.2.0
google-oauth@1.2.4 google-oauth@1.2.5
hot-code-push@1.0.4 hot-code-push@1.0.4
html-tools@1.0.11 html-tools@1.0.11
htmljs@1.0.11 htmljs@1.0.11
http@1.3.0 http@1.4.0
id-map@1.0.9 id-map@1.1.0
jquery@1.11.10 jquery@1.11.10
lai:collection-extensions@0.2.1_1 lai:collection-extensions@0.2.1_1
launch-screen@1.1.1 launch-screen@1.1.1
@ -71,22 +71,22 @@ markdown@1.0.12
maximum:package-base@1.1.2 maximum:package-base@1.1.2
maximum:server-transform@0.5.0 maximum:server-transform@0.5.0
mdg:geolocation@1.3.0 mdg:geolocation@1.3.0
meteor@1.8.0 meteor@1.8.2
meteor-base@1.2.0 meteor-base@1.3.0
meteorhacks:inject-initial@1.0.4 meteorhacks:inject-initial@1.0.4
meteorhacks:kadira@2.30.4 meteorhacks:kadira@2.30.4
meteorhacks:meteorx@1.4.1 meteorhacks:meteorx@1.4.1
meteorhacks:zones@1.6.0 meteorhacks:zones@1.6.0
meteortesting:browser-tests@0.1.2 meteortesting:browser-tests@0.1.2
meteortesting:mocha@0.5.0 meteortesting:mocha@0.5.0
minifier-css@1.2.16 minifier-css@1.3.0
minifier-js@2.2.1 minifier-js@2.3.1
minimongo@1.4.0 minimongo@1.4.3
mobile-experience@1.0.5 mobile-experience@1.0.5
mobile-status-bar@1.0.14 mobile-status-bar@1.0.14
modules@0.11.0 modules@0.11.3
modules-runtime@0.9.0 modules-runtime@0.9.1
mongo@1.3.0 mongo@1.4.2
mongo-dev-server@1.1.0 mongo-dev-server@1.1.0
mongo-id@1.0.6 mongo-id@1.0.6
mongo-livedata@1.0.12 mongo-livedata@1.0.12
@ -96,10 +96,10 @@ nimble:restivus@0.8.12
npm-bcrypt@0.9.3 npm-bcrypt@0.9.3
npm-mongo@2.2.34 npm-mongo@2.2.34
nspangler:autoreconnect@0.0.1 nspangler:autoreconnect@0.0.1
oauth@1.2.0 oauth@1.2.1
oauth2@1.2.0 oauth2@1.2.0
observe-sequence@1.0.16 observe-sequence@1.0.16
ordered-dict@1.0.9 ordered-dict@1.1.0
ostrio:cookies@2.1.3 ostrio:cookies@2.1.3
ostrio:mailer@2.1.0 ostrio:mailer@2.1.0
ostrio:meteor-root@1.0.6 ostrio:meteor-root@1.0.6
@ -110,40 +110,43 @@ peerlibrary:server-autorun@0.5.2
percolate:migrations@1.0.2 percolate:migrations@1.0.2
practicalmeteor:chai@2.1.0_1 practicalmeteor:chai@2.1.0_1
practicalmeteor:mocha-core@1.0.1 practicalmeteor:mocha-core@1.0.1
promise@0.10.0 promise@0.10.1
raix:eventemitter@0.1.3 raix:eventemitter@0.1.3
random@1.0.10 random@1.1.0
rate-limit@1.0.8 rate-limit@1.0.8
react-meteor-data@0.2.15 react-meteor-data@0.2.16
reactive-dict@1.2.0 reactive-dict@1.2.0
reactive-var@1.0.11 reactive-var@1.0.11
reload@1.1.11 reload@1.2.0
retry@1.0.9 retry@1.1.0
reywood:publish-composite@1.5.2 reywood:publish-composite@1.5.2
routepolicy@1.0.12 routepolicy@1.0.12
saucecode:timezoned-synced-cron@1.2.11 saucecode:timezoned-synced-cron@1.2.11
selaias:cookie-consent@0.4.0 selaias:cookie-consent@0.4.0
server-render@0.3.0
service-configuration@1.0.11 service-configuration@1.0.11
session@1.1.7 session@1.1.7
sha@1.0.9 sha@1.0.9
shell-server@0.3.0 shell-server@0.3.1
shim-common@0.1.0
simple:json-routes@2.1.0 simple:json-routes@2.1.0
socket-stream-client@0.1.0
spacebars@1.0.15 spacebars@1.0.15
spacebars-compiler@1.1.3 spacebars-compiler@1.1.3
srp@1.0.10 srp@1.0.10
standard-minifier-css@1.3.5 standard-minifier-css@1.4.0
standard-minifier-js@2.2.1 standard-minifier-js@2.3.1
static-html@1.2.2 static-html@1.2.2
templating@1.3.2 templating@1.3.2
templating-compiler@1.3.3 templating-compiler@1.3.3
templating-runtime@1.3.2 templating-runtime@1.3.2
templating-tools@1.1.2 templating-tools@1.1.2
themeteorchef:bert@2.1.3 themeteorchef:bert@2.1.3
tmeasday:check-npm-versions@0.3.1 tmeasday:check-npm-versions@0.3.2
tracker@1.1.3 tracker@1.1.3
ui@1.0.13 ui@1.0.13
underscore@1.0.10 underscore@1.0.10
url@1.1.0 url@1.2.0
vjrj:piwik@0.3.1 vjrj:piwik@0.3.1
webapp@1.4.0 webapp@1.5.0
webapp-hashing@1.0.9 webapp-hashing@1.0.9

4781
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,6 +6,7 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.0.0-beta.44",
"@cleverbeagle/dates": "^0.5.1", "@cleverbeagle/dates": "^0.5.1",
"@cleverbeagle/seeder": "^1.3.1", "@cleverbeagle/seeder": "^1.3.1",
"@turf/buffer": "^5.1.5", "@turf/buffer": "^5.1.5",
@ -49,6 +50,7 @@
"moment-timezone": "^0.5.14", "moment-timezone": "^0.5.14",
"node-geocoder": "^3.21.1", "node-geocoder": "^3.21.1",
"nodemailer": "^4.4.2", "nodemailer": "^4.4.2",
"npm": "^5.8.0",
"pm2-master": "^1.1.3", "pm2-master": "^1.1.3",
"popper.js": "^1.12.7", "popper.js": "^1.12.7",
"prerender-node": "^2.7.4", "prerender-node": "^2.7.4",
@ -77,7 +79,7 @@
"react-share": "^2.0.0", "react-share": "^2.0.0",
"reactstrap": "^5.0.0-alpha.3", "reactstrap": "^5.0.0-alpha.3",
"segfault-handler": "^1.0.0", "segfault-handler": "^1.0.0",
"simpl-schema": "^0.3.2", "simpl-schema": "^1.4.3",
"simple-line-icons": "^2.4.1", "simple-line-icons": "^2.4.1",
"store": "^2.0.12", "store": "^2.0.12",
"twit": "^2.2.9" "twit": "^2.2.9"