Update JS dependencies to fix various bugs

- Update 'ip' to fix issue with Safari
- Update webpack to fix sourcemaps generation with uglifyjs
- Remove uglifyjs - it's a webpack dependency and shouldn't
  be used directly

Change-Id: I01a0afbaeb00dfa67bcdca33764744428dc6cc52
Closes-Bug: #1519784
Partial-Bug: #1517028
This commit is contained in:
Vitaly Kramskikh 2015-12-07 16:00:24 +03:00
parent 55abffb711
commit c7a865c2c8
2 changed files with 442 additions and 566 deletions

1001
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@
"gulp-util": "3.0.4",
"i18next-client": "1.11.1",
"imports-loader": "0.6.4",
"ip": "1.0.2",
"ip": "git://github.com/indutny/node-ip.git#8659ae73dba8ee5a508c63c07cdd83b05ec5793b",
"javascript-natural-sort": "0.7.1",
"jquery": "1.11.3",
"js-cookie": "1.5.1",
@ -52,8 +52,7 @@
"rimraf": "2.2.8",
"run-sequence": "1.0.2",
"style-loader": "0.12.4",
"uglify-js": "2.4.21",
"webpack": "1.12.0"
"webpack": "1.12.9"
},
"devDependencies": {
"chai": "~3.2.0",
@ -75,6 +74,6 @@
"nlf": "~1.3.2",
"selenium-standalone": "~4.4.0",
"sinon": "~1.15.3",
"webpack-dev-server": "1.11.0"
"webpack-dev-server": "1.14.0"
}
}