mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Update meteor
This commit is contained in:
parent
68e5909c96
commit
ea141f62d7
4 changed files with 81 additions and 74 deletions
|
|
@ -16,3 +16,4 @@ notices-for-facebook-graph-api-2
|
||||||
1.4.1-add-shell-server-package
|
1.4.1-add-shell-server-package
|
||||||
1.4.3-split-account-service-packages
|
1.4.3-split-account-service-packages
|
||||||
1.5-add-dynamic-import-package
|
1.5-add-dynamic-import-package
|
||||||
|
1.7-split-underscore-from-meteor-base
|
||||||
|
|
|
||||||
|
|
@ -3,17 +3,18 @@
|
||||||
# '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
|
meteor-base@1.4.0
|
||||||
|
|
||||||
# Build system
|
# Build system
|
||||||
ecmascript
|
ecmascript@0.12.0
|
||||||
stylus@2.513.13
|
stylus@2.513.13
|
||||||
standard-minifier-css@1.3.5
|
standard-minifier-css@1.5.0
|
||||||
standard-minifier-js@2.2.0
|
standard-minifier-js@2.4.0
|
||||||
mquandalle:jade
|
mquandalle:jade
|
||||||
|
coffeescript@2.3.1_2!
|
||||||
|
|
||||||
# Polyfills
|
# Polyfills
|
||||||
es5-shim@4.6.15
|
es5-shim@4.8.0
|
||||||
|
|
||||||
# Collections
|
# Collections
|
||||||
aldeed:collection2
|
aldeed:collection2
|
||||||
|
|
@ -23,7 +24,7 @@ dburles:collection-helpers
|
||||||
idmontie:migrations
|
idmontie:migrations
|
||||||
matb33:collection-hooks
|
matb33:collection-hooks
|
||||||
matteodem:easy-search
|
matteodem:easy-search
|
||||||
mongo@1.3.1
|
mongo@1.6.0
|
||||||
mquandalle:collection-mutations
|
mquandalle:collection-mutations
|
||||||
|
|
||||||
# Account system
|
# Account system
|
||||||
|
|
@ -34,12 +35,12 @@ useraccounts:flow-routing
|
||||||
salleman:accounts-oidc
|
salleman:accounts-oidc
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
check@1.2.5
|
check@1.3.1
|
||||||
jquery@1.11.10
|
jquery@1.11.10
|
||||||
random@1.0.10
|
random@1.1.0
|
||||||
reactive-dict@1.2.0
|
reactive-dict@1.2.1
|
||||||
session@1.1.7
|
session@1.1.8
|
||||||
tracker@1.1.3
|
tracker@1.2.0
|
||||||
underscore@1.0.10
|
underscore@1.0.10
|
||||||
3stack:presence
|
3stack:presence
|
||||||
alethes:pages
|
alethes:pages
|
||||||
|
|
@ -53,7 +54,7 @@ mquandalle:autofocus
|
||||||
ongoworks:speakingurl
|
ongoworks:speakingurl
|
||||||
raix:handlebar-helpers
|
raix:handlebar-helpers
|
||||||
tap:i18n
|
tap:i18n
|
||||||
http@1.3.0
|
http@1.4.1
|
||||||
|
|
||||||
# UI components
|
# UI components
|
||||||
blaze
|
blaze
|
||||||
|
|
@ -70,21 +71,21 @@ templates:tabs
|
||||||
verron:autosize
|
verron:autosize
|
||||||
simple:json-routes
|
simple:json-routes
|
||||||
rajit:bootstrap3-datepicker
|
rajit:bootstrap3-datepicker
|
||||||
shell-server@0.3.0
|
shell-server@0.4.0
|
||||||
simple:rest-accounts-password
|
simple:rest-accounts-password
|
||||||
useraccounts:core
|
useraccounts:core
|
||||||
email@1.2.3
|
email@1.2.3
|
||||||
horka:swipebox
|
horka:swipebox
|
||||||
dynamic-import@0.2.0
|
dynamic-import@0.5.0
|
||||||
staringatlights:fast-render
|
staringatlights:fast-render
|
||||||
|
|
||||||
mixmax:smart-disconnect
|
mixmax:smart-disconnect
|
||||||
accounts-password@1.5.0
|
accounts-password@1.5.1
|
||||||
cfs:gridfs
|
cfs:gridfs
|
||||||
eluck:accounts-lockout
|
eluck:accounts-lockout
|
||||||
rzymek:fullcalendar
|
rzymek:fullcalendar
|
||||||
momentjs:moment@2.22.2
|
momentjs:moment@2.22.2
|
||||||
browser-policy-framing
|
browser-policy-framing@1.1.0
|
||||||
mquandalle:moment
|
mquandalle:moment
|
||||||
msavin:usercache
|
msavin:usercache
|
||||||
wekan:wekan-ldap
|
wekan:wekan-ldap
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
METEOR@1.6.0.1
|
METEOR@1.8.1-beta.0
|
||||||
|
|
|
||||||
119
.meteor/versions
119
.meteor/versions
|
|
@ -1,7 +1,7 @@
|
||||||
3stack:presence@1.1.2
|
3stack:presence@1.1.2
|
||||||
accounts-base@1.4.0
|
accounts-base@1.4.3
|
||||||
accounts-oauth@1.1.15
|
accounts-oauth@1.1.16
|
||||||
accounts-password@1.5.0
|
accounts-password@1.5.1
|
||||||
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
|
||||||
|
|
@ -11,19 +11,19 @@ alethes:pages@1.8.6
|
||||||
allow-deny@1.1.0
|
allow-deny@1.1.0
|
||||||
arillo:flow-router-helpers@0.5.2
|
arillo:flow-router-helpers@0.5.2
|
||||||
audit-argument-checks@1.0.7
|
audit-argument-checks@1.0.7
|
||||||
autoupdate@1.3.12
|
autoupdate@1.5.0
|
||||||
babel-compiler@6.24.7
|
babel-compiler@7.2.0
|
||||||
babel-runtime@1.1.1
|
babel-runtime@1.3.0
|
||||||
base64@1.0.10
|
base64@1.0.11
|
||||||
binary-heap@1.0.10
|
binary-heap@1.0.11
|
||||||
blaze@2.3.2
|
blaze@2.3.3
|
||||||
blaze-tools@1.0.10
|
blaze-tools@1.0.10
|
||||||
boilerplate-generator@1.3.1
|
boilerplate-generator@1.6.0
|
||||||
browser-policy-common@1.0.11
|
browser-policy-common@1.0.11
|
||||||
browser-policy-framing@1.1.0
|
browser-policy-framing@1.1.0
|
||||||
caching-compiler@1.1.9
|
caching-compiler@1.2.0
|
||||||
caching-html-compiler@1.1.2
|
caching-html-compiler@1.1.2
|
||||||
callback-hook@1.0.10
|
callback-hook@1.1.0
|
||||||
cfs:access-point@0.1.49
|
cfs:access-point@0.1.49
|
||||||
cfs:base-package@0.0.30
|
cfs:base-package@0.0.30
|
||||||
cfs:collection@0.5.5
|
cfs:collection@0.5.5
|
||||||
|
|
@ -41,38 +41,40 @@ cfs:storage-adapter@0.2.3
|
||||||
cfs:tempstore@0.1.5
|
cfs:tempstore@0.1.5
|
||||||
cfs:upload-http@0.0.20
|
cfs:upload-http@0.0.20
|
||||||
cfs:worker@0.1.4
|
cfs:worker@0.1.4
|
||||||
check@1.2.5
|
check@1.3.1
|
||||||
chuangbo:cookie@1.1.0
|
chuangbo:cookie@1.1.0
|
||||||
coffeescript@1.12.7_3
|
coffeescript@2.3.1_2
|
||||||
coffeescript-compiler@1.12.7_3
|
coffeescript-compiler@2.3.1_2
|
||||||
cottz:publish-relations@2.0.8
|
cottz:publish-relations@2.0.8
|
||||||
dburles:collection-helpers@1.1.0
|
dburles:collection-helpers@1.1.0
|
||||||
ddp@1.4.0
|
ddp@1.4.0
|
||||||
ddp-client@2.2.0
|
ddp-client@2.3.3
|
||||||
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.1
|
ddp-server@2.2.0
|
||||||
deps@1.0.12
|
deps@1.0.12
|
||||||
diff-sequence@1.0.7
|
diff-sequence@1.1.0
|
||||||
dynamic-import@0.2.1
|
dynamic-import@0.5.0
|
||||||
ecmascript@0.9.0
|
ecmascript@0.12.0
|
||||||
ecmascript-runtime@0.5.0
|
ecmascript-runtime@0.7.0
|
||||||
ecmascript-runtime-client@0.5.0
|
ecmascript-runtime-client@0.8.0
|
||||||
ecmascript-runtime-server@0.5.0
|
ecmascript-runtime-server@0.7.1
|
||||||
ejson@1.1.0
|
ejson@1.1.0
|
||||||
eluck:accounts-lockout@0.9.0
|
eluck:accounts-lockout@0.9.0
|
||||||
email@1.2.3
|
email@1.2.3
|
||||||
es5-shim@4.6.15
|
es5-shim@4.8.0
|
||||||
fastclick@1.0.13
|
fastclick@1.0.13
|
||||||
|
fetch@0.1.0
|
||||||
fortawesome:fontawesome@4.7.0
|
fortawesome:fontawesome@4.7.0
|
||||||
geojson-utils@1.0.10
|
geojson-utils@1.0.10
|
||||||
horka:swipebox@1.0.2
|
horka:swipebox@1.0.2
|
||||||
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.1
|
||||||
id-map@1.0.9
|
id-map@1.1.0
|
||||||
idmontie:migrations@1.0.3
|
idmontie:migrations@1.0.3
|
||||||
|
inter-process-messaging@0.1.0
|
||||||
jquery@1.11.10
|
jquery@1.11.10
|
||||||
kadira:blaze-layout@2.3.0
|
kadira:blaze-layout@2.3.0
|
||||||
kadira:dochead@1.5.0
|
kadira:dochead@1.5.0
|
||||||
|
|
@ -81,12 +83,12 @@ kenton:accounts-sandstorm@0.7.0
|
||||||
launch-screen@1.1.1
|
launch-screen@1.1.1
|
||||||
livedata@1.0.18
|
livedata@1.0.18
|
||||||
localstorage@1.2.0
|
localstorage@1.2.0
|
||||||
logging@1.1.19
|
logging@1.1.20
|
||||||
matb33:collection-hooks@0.8.4
|
matb33:collection-hooks@0.8.4
|
||||||
matteodem:easy-search@1.6.4
|
matteodem:easy-search@1.6.4
|
||||||
mdg:validation-error@0.5.1
|
mdg:validation-error@0.5.1
|
||||||
meteor@1.8.2
|
meteor@1.9.2
|
||||||
meteor-base@1.2.0
|
meteor-base@1.4.0
|
||||||
meteor-platform@1.2.6
|
meteor-platform@1.2.6
|
||||||
meteorhacks:aggregate@1.3.0
|
meteorhacks:aggregate@1.3.0
|
||||||
meteorhacks:collection-utils@1.2.0
|
meteorhacks:collection-utils@1.2.0
|
||||||
|
|
@ -94,18 +96,20 @@ meteorhacks:meteorx@1.4.1
|
||||||
meteorhacks:picker@1.0.3
|
meteorhacks:picker@1.0.3
|
||||||
meteorhacks:subs-manager@1.6.4
|
meteorhacks:subs-manager@1.6.4
|
||||||
meteorspark:util@0.2.0
|
meteorspark:util@0.2.0
|
||||||
minifier-css@1.2.16
|
minifier-css@1.4.0
|
||||||
minifier-js@2.2.2
|
minifier-js@2.4.0
|
||||||
minifiers@1.1.8-faster-rebuild.0
|
minifiers@1.1.8-faster-rebuild.0
|
||||||
minimongo@1.4.3
|
minimongo@1.4.5
|
||||||
mixmax:smart-disconnect@0.0.4
|
mixmax:smart-disconnect@0.0.4
|
||||||
mobile-status-bar@1.0.14
|
mobile-status-bar@1.0.14
|
||||||
modules@0.11.0
|
modern-browsers@0.1.2
|
||||||
modules-runtime@0.9.1
|
modules@0.13.0
|
||||||
|
modules-runtime@0.10.2
|
||||||
momentjs:moment@2.22.2
|
momentjs:moment@2.22.2
|
||||||
mongo@1.3.1
|
mongo@1.6.0
|
||||||
|
mongo-decimal@0.1.0
|
||||||
mongo-dev-server@1.1.0
|
mongo-dev-server@1.1.0
|
||||||
mongo-id@1.0.6
|
mongo-id@1.0.7
|
||||||
mongo-livedata@1.0.12
|
mongo-livedata@1.0.12
|
||||||
mousetrap:mousetrap@1.4.6_1
|
mousetrap:mousetrap@1.4.6_1
|
||||||
mquandalle:autofocus@1.0.0
|
mquandalle:autofocus@1.0.0
|
||||||
|
|
@ -119,47 +123,48 @@ mquandalle:mousetrap-bindglobal@0.0.1
|
||||||
mquandalle:perfect-scrollbar@0.6.5_2
|
mquandalle:perfect-scrollbar@0.6.5_2
|
||||||
msavin:usercache@1.0.0
|
msavin:usercache@1.0.0
|
||||||
npm-bcrypt@0.9.3
|
npm-bcrypt@0.9.3
|
||||||
npm-mongo@2.2.33
|
npm-mongo@3.1.1
|
||||||
oauth@1.2.1
|
oauth@1.2.3
|
||||||
oauth2@1.2.0
|
oauth2@1.2.1
|
||||||
observe-sequence@1.0.16
|
observe-sequence@1.0.16
|
||||||
ongoworks:speakingurl@1.1.0
|
ongoworks:speakingurl@1.1.0
|
||||||
ordered-dict@1.0.9
|
ordered-dict@1.1.0
|
||||||
peerlibrary:assert@0.2.5
|
peerlibrary:assert@0.2.5
|
||||||
peerlibrary:base-component@0.16.0
|
peerlibrary:base-component@0.16.0
|
||||||
peerlibrary:blaze-components@0.15.1
|
peerlibrary:blaze-components@0.15.1
|
||||||
peerlibrary:computed-field@0.7.0
|
peerlibrary:computed-field@0.9.0
|
||||||
peerlibrary:reactive-field@0.3.0
|
peerlibrary:reactive-field@0.3.0
|
||||||
perak:markdown@1.0.5
|
perak:markdown@1.0.5
|
||||||
promise@0.10.0
|
promise@0.11.1
|
||||||
raix:eventemitter@0.1.3
|
raix:eventemitter@0.1.3
|
||||||
raix:handlebar-helpers@0.2.5
|
raix:handlebar-helpers@0.2.5
|
||||||
rajit:bootstrap3-datepicker@1.7.1
|
rajit:bootstrap3-datepicker@1.7.1
|
||||||
random@1.0.10
|
random@1.1.0
|
||||||
rate-limit@1.0.8
|
rate-limit@1.0.9
|
||||||
reactive-dict@1.2.0
|
reactive-dict@1.2.1
|
||||||
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
|
||||||
routepolicy@1.0.12
|
routepolicy@1.1.0
|
||||||
rzymek:fullcalendar@3.8.0
|
rzymek:fullcalendar@3.8.0
|
||||||
salleman:accounts-oidc@1.0.9
|
salleman:accounts-oidc@1.0.9
|
||||||
salleman:oidc@1.0.9
|
salleman:oidc@1.0.9
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
session@1.1.7
|
session@1.1.8
|
||||||
sha@1.0.9
|
sha@1.0.9
|
||||||
shell-server@0.3.1
|
shell-server@0.4.0
|
||||||
simple:authenticate-user-by-token@1.0.1
|
simple:authenticate-user-by-token@1.0.1
|
||||||
simple:json-routes@2.1.0
|
simple:json-routes@2.1.0
|
||||||
simple:rest-accounts-password@1.1.2
|
simple:rest-accounts-password@1.1.2
|
||||||
simple:rest-bearer-token-parser@1.0.1
|
simple:rest-bearer-token-parser@1.0.1
|
||||||
simple:rest-json-error-handler@1.0.1
|
simple:rest-json-error-handler@1.0.1
|
||||||
|
socket-stream-client@0.2.2
|
||||||
softwarerero:accounts-t9n@1.3.11
|
softwarerero:accounts-t9n@1.3.11
|
||||||
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.12
|
||||||
standard-minifier-css@1.3.5
|
standard-minifier-css@1.5.0
|
||||||
standard-minifier-js@2.2.3
|
standard-minifier-js@2.4.0
|
||||||
staringatlights:fast-render@2.16.5
|
staringatlights:fast-render@2.16.5
|
||||||
staringatlights:inject-data@2.0.5
|
staringatlights:inject-data@2.0.5
|
||||||
stylus@2.513.13
|
stylus@2.513.13
|
||||||
|
|
@ -169,15 +174,15 @@ 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
|
||||||
tracker@1.1.3
|
tracker@1.2.0
|
||||||
ui@1.0.13
|
ui@1.0.13
|
||||||
underscore@1.0.10
|
underscore@1.0.10
|
||||||
url@1.1.0
|
url@1.2.0
|
||||||
useraccounts:core@1.14.2
|
useraccounts:core@1.14.2
|
||||||
useraccounts:flow-routing@1.14.2
|
useraccounts:flow-routing@1.14.2
|
||||||
useraccounts:unstyled@1.14.2
|
useraccounts:unstyled@1.14.2
|
||||||
verron:autosize@3.0.8
|
verron:autosize@3.0.8
|
||||||
webapp@1.4.0
|
webapp@1.7.0
|
||||||
webapp-hashing@1.0.9
|
webapp-hashing@1.0.9
|
||||||
wekan:accounts-cas@0.1.0
|
wekan:accounts-cas@0.1.0
|
||||||
wekan:wekan-ldap@0.0.2
|
wekan:wekan-ldap@0.0.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue