diff --git a/bower.json b/bower.json index b4f50d23..4b579e5a 100644 --- a/bower.json +++ b/bower.json @@ -31,10 +31,13 @@ "tests" ], "dependencies": { - "jquery": "~1.10.2", - "strophe": "1.1.3", - "strophejs-plugins": "benlangfeld/strophejs-plugins#30fb089457addc37e01d69c3536dee868a90a9ad", + "jquery": "~1.11.0", + "strophe": "strophe/strophejs#72914b87f56cf12e5e6a40c293cb9c6397bc7d16", + "strophejs-plugins": "strophe/strophejs-plugins#39d67d66e900bce8b990d9214bffe6593a96ddf7", "mustache": "0.3.0", "jquery-i18n": "1.1.1" + }, + "resolutions": { + "strophe": "72914b87f56cf12e5e6a40c293cb9c6397bc7d16" } } diff --git a/tests/intern.js b/tests/intern.js index 52d41405..22007b01 100644 --- a/tests/intern.js +++ b/tests/intern.js @@ -51,7 +51,7 @@ define({ // Packages that should be registered with the loader in each testing environment packages: [ { name: 'candy', location: '.' } - , { name: 'jquery', location: 'bower_components/jquery', main: 'jquery' } + , { name: 'jquery', location: 'bower_components/jquery/dist', main: 'jquery' } , { name: 'sinon', location: 'node_modules/sinon/lib', main: 'sinon' } , { name: 'sinon-chai', location: 'node_modules/sinon-chai/lib', main: 'sinon-chai' } , { name: 'lolex', location: 'node_modules/lolex', main: 'lolex' }