Updates devDependencies

This commit is contained in:
Zeno Rocha 2018-11-11 09:58:44 -08:00
parent f1d99de5d3
commit cf9e8fd7ce
2 changed files with 1441 additions and 614 deletions

2041
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,18 +21,18 @@
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"chai": "^3.4.1",
"cross-env": "^3.1.4",
"karma": "^1.3.0",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"karma": "^3.1.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-webpack": "^2.0.2",
"mocha": "^3.1.2",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"phantomjs-prebuilt": "^2.1.4",
"sinon": "^1.17.2",
"uglifyjs-webpack-plugin": "^1.2.4",
"sinon": "^7.1.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^3.1.2"
},