Skip to content

Commit

Permalink
Merge pull request #10940 from RocketChat/fix-livechat-not-loading
Browse files Browse the repository at this point in the history
[FIX] Livechat not loading
  • Loading branch information
engelgabriel authored and sampaiodiego committed May 30, 2018
1 parent c6b8818 commit 40133be
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ accounts-twitter@1.4.1
aldeed:simple-schema@1.5.4
allow-deny@1.1.0
autoupdate@1.4.0
babel-compiler@7.0.8
babel-compiler@7.0.9
babel-runtime@1.2.2
base64@1.0.11
binary-heap@1.0.10
Expand All @@ -35,7 +35,7 @@ deps@1.0.12
diff-sequence@1.1.0
dispatch:run-as-user@1.1.1
dynamic-import@0.3.0
ecmascript@0.10.8
ecmascript@0.10.9
ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.6.2
ecmascript-runtime-server@0.5.0
Expand Down Expand Up @@ -91,7 +91,7 @@ mizzao:autocomplete@0.5.1
mizzao:timesync@0.3.4
mobile-experience@1.0.5
mobile-status-bar@1.0.14
modules@0.11.6
modules@0.11.8
modules-runtime@0.9.2
mongo@1.4.7
mongo-dev-server@1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"supertest": "^3.0.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.46",
"@babel/runtime": "^7.0.0-beta.48",
"@google-cloud/language": "^1.2.0",
"@google-cloud/storage": "^1.6.0",
"@google-cloud/vision": "^0.19.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/rocketchat-livechat/.app/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ accounts-base@1.4.2
accounts-password@1.5.1
aldeed:simple-schema@1.5.4
allow-deny@1.1.0
babel-compiler@7.0.8
babel-compiler@7.0.9
babel-runtime@1.2.2
base64@1.0.11
binary-heap@1.0.10
Expand All @@ -23,7 +23,7 @@ ddp-server@2.1.2
deps@1.0.12
diff-sequence@1.1.0
dynamic-import@0.3.0
ecmascript@0.10.8
ecmascript@0.10.9
ecmascript-runtime@0.5.0
ecmascript-runtime-client@0.6.2
ecmascript-runtime-server@0.5.0
Expand Down Expand Up @@ -51,7 +51,7 @@ minifier-css@1.3.1
minifier-js@2.3.4
minimongo@1.4.4
mizzao:timesync@0.5.0
modules@0.11.6
modules@0.11.8
modules-runtime@0.9.2
momentjs:moment@2.22.1
mongo@1.4.7
Expand Down
2 changes: 1 addition & 1 deletion packages/rocketchat-livechat/.app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"email": "support@rocket.chat"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.46",
"@babel/runtime": "^7.0.0-beta.48",
"autolinker": "^1.6.2",
"bcrypt": "^2.0.1",
"core-js": "^2.5.5",
Expand Down

0 comments on commit 40133be

Please sign in to comment.