Updated deps.

This commit is contained in:
Jayden Seric 2017-08-07 17:12:05 +10:00
parent ac7491bfba
commit 105f519329
2 changed files with 16 additions and 9 deletions

23
api/package-lock.json generated
View File

@ -5371,13 +5371,14 @@
}
},
"webpack-watch-server": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/webpack-watch-server/-/webpack-watch-server-1.1.0.tgz",
"integrity": "sha512-NwfTvZ7RobQtxovrPGFIHE6HFa1VwGNAISXmyYodmHQsTLGuOEsH2tD0gIuWJrbWfEg1CGR0h8vHKV8eWJNXHA==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/webpack-watch-server/-/webpack-watch-server-1.2.0.tgz",
"integrity": "sha512-XbJDEFaiZSFK3dMe/a2Fa8Y2YcYUiOlCjKM4Vw44Es+mfx+flypZSQRAEnj2bLJFr1BS/yHUeiKD+C4m1ehZwQ==",
"dev": true,
"requires": {
"chalk": "2.0.1",
"liftoff": "2.3.0"
"chalk": "2.1.0",
"liftoff": "2.3.0",
"minimist": "1.2.0"
},
"dependencies": {
"ansi-styles": {
@ -5390,9 +5391,9 @@
}
},
"chalk": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.0.1.tgz",
"integrity": "sha512-Mp+FXEI+FrwY/XYV45b2YD3E8i3HwnEAoFcM0qlZzq/RZ9RwWitt2Y/c7cqRAz70U7hfekqx6qNYthuKFO6K0g==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz",
"integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ==",
"dev": true,
"requires": {
"ansi-styles": "3.2.0",
@ -5400,6 +5401,12 @@
"supports-color": "4.2.1"
}
},
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"dev": true
},
"supports-color": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.2.1.tgz",

View File

@ -28,7 +28,7 @@
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-prettier": "^2.1.2",
"prettier": "^1.5.3",
"webpack-watch-server": "^1.1.0"
"webpack-watch-server": "^1.2.0"
},
"scripts": {
"lint": "eslint .",