build(npm): update chokidar and karma* dependencies

These dependencies required upgrade in order for us to run on Node v4.x

chokidar 1.0.1 -> 1.1.0
karma 0.12.23 -> 0.13.10
karma-chorome-launcher 0.1.8 -> 0.2.0
karma-cli 0.0.4 -> 0.1.0
karma-dart 0.2.8 -> 0.3.0
karma-sauce-launcher 0.2.11 -> 0.2.14
This commit is contained in:
Igor Minar 2015-09-25 15:26:31 -07:00
parent 36562ecaae
commit 1b20873433
3 changed files with 3364 additions and 1767 deletions

File diff suppressed because it is too large Load Diff

3457
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -49,7 +49,7 @@
"broccoli-writer": "^0.1.1",
"browserify": "^10.2.4",
"canonical-path": "0.0.2",
"chokidar": "^1.0.1",
"chokidar": "^1.1.0",
"clang-format": "^1.0.25",
"conventional-changelog": "^0.2.1",
"css": "mlaval/css#issue65",
@ -90,12 +90,12 @@
"jpm": "1.0.0",
"js-beautify": "^1.5.5",
"js-yaml": "^3.2.7",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "^0.0.4",
"karma-dart": "^0.2.8",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-dart": "^0.3.0",
"karma-jasmine": "^0.3.6",
"karma-sauce-launcher": "^0.2.11",
"karma-sauce-launcher": "^0.2.14",
"lodash": "^2.4.1",
"madge": "^0.5.0",
"marked": "^0.3.3",