From fb6cbd20d71359871c5c6778f8586826e0db7f55 Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Thu, 25 Jan 2018 16:40:36 +0400 Subject: [PATCH] update i18next and qunitjs dependencies --- package.json | 6 +++--- resources/gulp/components/vendors/i18next.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a29cbbe7e0..2618d75770 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "mocha": "^4.1.0", "path": "^0.12.7", "qunit": "^1.0.0", - "qunitjs": "https://github.com/qunitjs/qunit/archive/v1.11.0.tar.gz", + "qunitjs": "^1.11.0", "sinon": "^1.17.7", "sinon-chai": "^2.5.0", "squirejs": "^0.2.1", @@ -53,7 +53,7 @@ "geonames-server-jquery-plugin": "^0.2.2", "html5shiv": "^3.7.3", "humane-js": "^3.0.6", - "i18next-clientscript": "https://github.com/i18next/i18next/archive/1.6.3.tar.gz", + "i18next": "^8.4.3", "jquery": "~1.11.3", "jquery-lazyload": "^1.9.7", "jquery-mobile": "^1.5.0-alpha.1", @@ -66,7 +66,7 @@ "normalize-css": "^2.1.0", "npm": "^5.6.0", "npm-modernizr": "^2.8.3", - "phraseanet-production-client": "../Phraseanet-production-client", + "phraseanet-production-client": "^0.32.3", "requirejs": "^2.1.22", "tinymce": "^4.0.28", "underscore": "^1.8.3", diff --git a/resources/gulp/components/vendors/i18next.js b/resources/gulp/components/vendors/i18next.js index 77784f9c0b..051777f970 100644 --- a/resources/gulp/components/vendors/i18next.js +++ b/resources/gulp/components/vendors/i18next.js @@ -4,6 +4,6 @@ var utils = require('../../utils.js'); gulp.task('build-i18next', function(){ return utils.buildJsGroup([ - config.paths.nodes + 'i18next-clientscript/release/i18next.amd-1.6.0.js' + config.paths.nodes + 'i18next//i18next.js' ], 'i18next', 'vendors/i18next'); }); \ No newline at end of file