Commit a49c1f55 authored by JC Brand's avatar JC Brand

Update Strophe.js, strophe plugins and backbone.browserStorage

parent a7577930
...@@ -6,7 +6,7 @@ cache: ...@@ -6,7 +6,7 @@ cache:
addons: addons:
chrome: stable chrome: stable
node_js: node_js:
- 6 - "9"
install: make stamp-npm install: make stamp-npm
before_script: make serve_bg before_script: make serve_bg
script: make check script: make check
......
This diff is collapsed.
This diff is collapsed.
...@@ -32,15 +32,14 @@ ...@@ -32,15 +32,14 @@
"browser": "*" "browser": "*"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.0.0-beta.48", "@babel/cli": "^7.1.0",
"@babel/core": "^7.0.0-beta.48", "@babel/core": "^7.1.0",
"@babel/preset-env": "^7.0.0-beta.48", "@babel/preset-env": "^7.1.0",
"@babel/preset-es2015": "^7.0.0-beta.49",
"@fortawesome/fontawesome-free": "5.3.1", "@fortawesome/fontawesome-free": "5.3.1",
"awesomplete-avoid-xss": "^1.1.2", "awesomplete-avoid-xss": "^1.1.2",
"babel-loader": "^8.0.0-beta.3", "babel-loader": "^8.0.0",
"backbone": "1.3.3", "backbone": "1.3.3",
"backbone.browserStorage": "jcbrand/Backbone.browserStorage#78e4a58f7cee10cad6af4fd5f3213331a396aa5a", "backbone.browserStorage": "0.0.4",
"backbone.nativeview": "^0.3.3", "backbone.nativeview": "^0.3.3",
"backbone.overview": "1.0.2", "backbone.overview": "1.0.2",
"backbone.vdomview": "1.0.1", "backbone.vdomview": "1.0.1",
...@@ -78,10 +77,9 @@ ...@@ -78,10 +77,9 @@
"sinon": "^2.1.0", "sinon": "^2.1.0",
"sizzle": "^2.3.3", "sizzle": "^2.3.3",
"snabbdom": "0.7.1", "snabbdom": "0.7.1",
"strophe.js": "strophe/strophejs#a2692dcfdaf7d591254ac73f3d8584992b6f8da7", "strophejs-plugin-ping": "0.0.3",
"strophejs-plugin-ping": "0.0.1",
"strophejs-plugin-register": "0.0.1", "strophejs-plugin-register": "0.0.1",
"strophejs-plugin-rsm": "0.0.1", "strophejs-plugin-rsm": "0.0.2",
"twemoji": "^11.0.1", "twemoji": "^11.0.1",
"uglify-es": "^3.0.24", "uglify-es": "^3.0.24",
"urijs": "^1.19.1", "urijs": "^1.19.1",
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"i18n", "i18n",
"utils/core", "utils/core",
"moment", "moment",
"strophe", "strophe.js",
"pluggable", "pluggable",
"backbone.noconflict", "backbone.noconflict",
"backbone.nativeview", "backbone.nativeview",
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
define(["sizzle", define(["sizzle",
"converse-core", "converse-core",
"converse-disco", "converse-disco",
"strophe.rsm" "strophejs-plugin-rsm"
], factory); ], factory);
}(this, function (sizzle, converse) { }(this, function (sizzle, converse) {
"use strict"; "use strict";
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* as specified in XEP-0199 XMPP Ping. * as specified in XEP-0199 XMPP Ping.
*/ */
(function (root, factory) { (function (root, factory) {
define(["converse-core", "strophe.ping"], factory); define(["converse-core", "strophejs-plugin-ping"], factory);
}(this, function (converse) { }(this, function (converse) {
"use strict"; "use strict";
// Strophe methods for building stanzas // Strophe methods for building stanzas
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"fast-text-encoding", "fast-text-encoding",
"lodash.noconflict", "lodash.noconflict",
"backbone", "backbone",
"strophe", "strophe.js",
"uri", "uri",
"templates/audio.html", "templates/audio.html",
"templates/file.html", "templates/file.html",
......
...@@ -106,9 +106,6 @@ const config = { ...@@ -106,9 +106,6 @@ const config = {
"snabbdom-eventlisteners": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-eventlisteners"), "snabbdom-eventlisteners": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-eventlisteners"),
"snabbdom-props": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-props"), "snabbdom-props": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-props"),
"snabbdom-style": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-style"), "snabbdom-style": path.resolve(__dirname, "node_modules/snabbdom/dist/snabbdom-style"),
"strophe": path.resolve(__dirname, "node_modules/strophe.js/dist/strophe"),
"strophe.ping": path.resolve(__dirname, "node_modules/strophejs-plugin-ping/strophe.ping"),
"strophe.rsm": path.resolve(__dirname, "node_modules/strophejs-plugin-rsm/strophe.rsm"),
"tovnode": path.resolve(__dirname, "node_modules/snabbdom/dist/tovnode"), "tovnode": path.resolve(__dirname, "node_modules/snabbdom/dist/tovnode"),
"underscore": path.resolve(__dirname, "src/underscore-shim"), "underscore": path.resolve(__dirname, "src/underscore-shim"),
"uri": path.resolve(__dirname, "node_modules/urijs/src/URI"), "uri": path.resolve(__dirname, "node_modules/urijs/src/URI"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment