Browse Source

Update deps

pull/1151/head
Artur Arseniev 8 years ago
parent
commit
8884f41de5
  1. 802
      package-lock.json
  2. 10
      package.json

802
package-lock.json

File diff suppressed because it is too large

10
package.json

@ -27,16 +27,16 @@
"babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0", "babel-preset-env": "^1.7.0",
"documentation": "^7.1.0", "documentation": "^7.1.0",
"eslint": "^4.19.1",
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"jest": "^23.0.1",
"lint-staged": "^7.1.2", "lint-staged": "^7.1.2",
"prettier": "^1.12.1", "node-sass": "^4.9.0",
"prettier": "^1.13.0",
"promise-polyfill": "^7.1.2", "promise-polyfill": "^7.1.2",
"sinon": "^5.0.10", "sinon": "^5.0.10",
"string-replace-loader": "^2.1.1", "string-replace-loader": "^2.1.1",
"eslint": "^4.19.1",
"husky": "^0.14.3",
"jest": "^23.0.0",
"node-sass": "^4.9.0",
"webpack": "^3.10.0", "webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1", "webpack-dev-server": "^2.11.1",
"whatwg-fetch": "^2.0.4" "whatwg-fetch": "^2.0.4"

Loading…
Cancel
Save