Use template loader that works with lodash.
Also update pluggable.js to a version that works with lodash.
Showing
... | @@ -53,15 +53,15 @@ | ... | @@ -53,15 +53,15 @@ |
"jquery.browser": ">=0.1.0", | "jquery.browser": ">=0.1.0", | ||
"jshint": "^2.9.4", | "jshint": "^2.9.4", | ||
"lodash": "^4.17.4", | "lodash": "^4.17.4", | ||
"lodash-template-loader": "^2.0.0", | |||
"moment": "~2.13.0", | "moment": "~2.13.0", | ||
"npm": "^4.1.1", | "npm": "^4.1.1", | ||
"otr": "0.2.16", | "otr": "0.2.16", | ||
"phantom-jasmine": "0.1.8", | "phantom-jasmine": "0.1.8", | ||
"phantomjs": "~1.9.7-1", | "phantomjs": "~1.9.7-1", | ||
"pluggable.js": "0.0.3", | "pluggable.js": "https://github.com/jcbrand/pluggable.js.git#d5679e907bfbc8e673f7fa23e75f21cb4a26ae57", | ||
"po2json": "^0.4.4", | "po2json": "^0.4.4", | ||
"requirejs": "2.3.2", | "requirejs": "2.3.2", | ||
"requirejs-undertemplate": "~0.0.4", | |||
"snyk": "^1.21.2", | "snyk": "^1.21.2", | ||
"strophe.js": "1.2.12", | "strophe.js": "1.2.12", | ||
"strophejs-plugins": "0.0.7", | "strophejs-plugins": "0.0.7", | ||
... | ... |
Please register or sign in to comment