- Update dependencies. But this Meteor 1.8.x version still does not work

because of tap:18n bug.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-12-28 17:20:34 +02:00
parent 03fbc1cd70
commit 89d0da5eee
5 changed files with 24 additions and 24 deletions

View file

@ -6,7 +6,7 @@
meteor-base@1.4.0
# Build system
ecmascript@0.12.4
ecmascript@0.12.3
stylus@2.513.13
standard-minifier-css@1.5.2
standard-minifier-js@2.4.0
@ -32,14 +32,20 @@ kenton:accounts-sandstorm
service-configuration@1.0.11
useraccounts:unstyled
useraccounts:flow-routing
accounts-password@1.5.1
simple:rest-accounts-password
useraccounts:core
wekan:wekan-ldap
wekan:accounts-cas
salleman:accounts-oidc
eluck:accounts-lockout
# Utilities
check@1.3.1
jquery@1.11.10
random@1.1.0
reactive-dict@1.3.0-beta181.9
session@1.2.0-beta181.9
reactive-dict@1.2.1
session@1.2.0
tracker@1.2.0
underscore@1.0.10
3stack:presence
@ -54,7 +60,7 @@ mquandalle:autofocus
ongoworks:speakingurl
raix:handlebar-helpers
tap:i18n
http@1.4.2
http@1.4.1
# UI components
blaze
@ -71,23 +77,17 @@ verron:autosize
simple:json-routes
rajit:bootstrap3-datepicker
shell-server@0.4.0
simple:rest-accounts-password
useraccounts:core
email@1.2.3
horka:swipebox
dynamic-import@0.5.1
dynamic-import@0.5.0
staringatlights:fast-render
mixmax:smart-disconnect
accounts-password@1.5.1
cfs:gridfs
eluck:accounts-lockout
rzymek:fullcalendar
momentjs:moment@2.22.2
browser-policy-framing@1.1.0
mquandalle:moment
msavin:usercache
wekan:wekan-ldap
wekan:accounts-cas
wekan-scrollbar
mquandalle:perfect-scrollbar

View file

@ -1 +1 @@
METEOR@1.8.1-beta.9
METEOR@1.8.0.1

View file

@ -11,8 +11,8 @@ alethes:pages@1.8.6
allow-deny@1.1.0
arillo:flow-router-helpers@0.5.2
audit-argument-checks@1.0.7
autoupdate@1.6.0-beta181.9
babel-compiler@7.2.4
autoupdate@1.5.0
babel-compiler@7.2.3
babel-runtime@1.3.0
base64@1.0.11
binary-heap@1.0.11
@ -51,11 +51,11 @@ ddp@1.4.0
ddp-client@2.3.3
ddp-common@1.4.0
ddp-rate-limiter@1.0.7
ddp-server@2.3.0-beta181.9
ddp-server@2.2.0
deps@1.0.12
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.12.4
ecmascript@0.12.3
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
@ -102,7 +102,7 @@ minifiers@1.1.8-faster-rebuild.0
minimongo@1.4.5
mixmax:smart-disconnect@0.0.4
mobile-status-bar@1.0.14
modern-browsers@0.1.4-beta181.9
modern-browsers@0.1.3
modules@0.13.0
modules-runtime@0.10.3
momentjs:moment@2.23.0
@ -123,7 +123,7 @@ mquandalle:mousetrap-bindglobal@0.0.1
mquandalle:perfect-scrollbar@0.6.5_2
msavin:usercache@1.0.0
npm-bcrypt@0.9.3
npm-mongo@3.1.2-beta181.9
npm-mongo@3.1.1
oauth@1.2.7
oauth2@1.2.1
observe-sequence@1.0.16
@ -141,7 +141,7 @@ raix:handlebar-helpers@0.2.5
rajit:bootstrap3-datepicker@1.7.1_1
random@1.1.0
rate-limit@1.0.9
reactive-dict@1.3.0-beta181.9
reactive-dict@1.2.1
reactive-var@1.0.11
reload@1.2.0
retry@1.1.0

View file

@ -20,12 +20,12 @@
},
"homepage": "https://wekan.github.io",
"devDependencies": {
"eslint": "^4.19.1"
"eslint": "^5.9.0"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"babel-runtime": "^6.26.0",
"bson-ext": "^2.0.0",
"@babel/runtime": "^7.2.0",
"bcrypt": "^3.0.2",
"bson": "^4.0.0",
"es6-promise": "^4.2.4",
"hoek": "^5.0.4",
"meteor-node-stubs": "^0.4.1",

View file

@ -102,7 +102,7 @@ do
npm_call -g install npm
npm_call -g install node-gyp
# Latest fibers for Meteor 1.6
npm_call -g install fibers@2.0.0
npm_call -g install fibers@3.1.1
# Install Meteor, if it's not yet installed
curl https://install.meteor.com | bash
break