Commit 3f7ffd02 authored by JC Brand's avatar JC Brand

Remove Backbone.View related dependencies from headless package

parent 7590a030
...@@ -16848,7 +16848,10 @@ ...@@ -16848,7 +16848,10 @@
} }
}, },
"strophe.js": { "strophe.js": {
"version": "github:strophe/strophejs#a2692dcfdaf7d591254ac73f3d8584992b6f8da7" "version": "1.3.0",
"resolved": "https://registry.npmjs.org/strophe.js/-/strophe.js-1.3.0.tgz",
"integrity": "sha512-1NSLqtpHevIGb0xQEY33XqaH+/cfrKenLwD5Vwn9QqY/cB21JGDUNg5afhDePXlaFViWHE6M80UkfIzQLbUGKQ==",
"dev": true
}, },
"strophejs-plugin-ping": { "strophejs-plugin-ping": {
"version": "0.0.3", "version": "0.0.3",
...@@ -16856,7 +16859,7 @@ ...@@ -16856,7 +16859,7 @@
"integrity": "sha512-HS/ArEGKXfu36fihjUSfjqmqOSyppQTJUbrkfEtOBRJmnaP3LsRRe5T2S3dmCdsWHKORaJYc/OHSKfFlxHPdqw==", "integrity": "sha512-HS/ArEGKXfu36fihjUSfjqmqOSyppQTJUbrkfEtOBRJmnaP3LsRRe5T2S3dmCdsWHKORaJYc/OHSKfFlxHPdqw==",
"dev": true, "dev": true,
"requires": { "requires": {
"strophe.js": "github:strophe/strophejs#a2692dcfdaf7d591254ac73f3d8584992b6f8da7" "strophe.js": "1.3.0"
} }
}, },
"strophejs-plugin-register": { "strophejs-plugin-register": {
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"@converse/headless/converse-core", "@converse/headless/converse-core",
"templates/chatboxes.html", "templates/chatboxes.html",
"@converse/headless/converse-chatboxes", "@converse/headless/converse-chatboxes",
"backbone.nativeview",
"backbone.overview" "backbone.overview"
], factory); ], factory);
}(this, function (converse, tpl_chatboxes) { }(this, function (converse, tpl_chatboxes) {
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
"strophe.js", "strophe.js",
"pluggable.js/dist/pluggable", "pluggable.js/dist/pluggable",
"./backbone.noconflict", "./backbone.noconflict",
"backbone.nativeview",
"backbone.browserStorage" "backbone.browserStorage"
], factory); ], factory);
}(this, function (sizzle, Promise, _, f, polyfill, i18n, u, moment, Strophe, pluggable, Backbone) { }(this, function (sizzle, Promise, _, f, polyfill, i18n, u, moment, Strophe, pluggable, Backbone) {
......
...@@ -24,19 +24,15 @@ ...@@ -24,19 +24,15 @@
"dependencies": { "dependencies": {
"backbone": "1.3.3", "backbone": "1.3.3",
"backbone.browserStorage": "0.0.4", "backbone.browserStorage": "0.0.4",
"backbone.nativeview": "^0.3.3",
"backbone.overview": "^1.0.2",
"backbone.vdomview": "^1.0.1",
"es6-promise": "^4.1.0", "es6-promise": "^4.1.0",
"filesize": "^3.6.1", "filesize": "^3.6.1",
"jed": "1.1.1",
"lodash": "4.17.10", "lodash": "4.17.10",
"moment": "~> 2.19.3 ", "moment": "~> 2.19.3 ",
"pluggable.js": "2.0.0", "pluggable.js": "2.0.0",
"sizzle": "^2.3.3", "strophe.js": "1.3.0",
"strophe.js": "strophe/strophejs#a2692dcfdaf7d591254ac73f3d8584992b6f8da7",
"strophejs-plugin-ping": "0.0.3", "strophejs-plugin-ping": "0.0.3",
"strophejs-plugin-rsm": "0.0.2", "strophejs-plugin-rsm": "0.0.2",
"twemoji": "^11.0.1",
"urijs": "^1.19.1" "urijs": "^1.19.1"
} }
} }
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