1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

Update dependencies

This commit is contained in:
andsandv 2015-02-10 17:51:55 +01:00
parent 3e30193ace
commit 694701d6a1
2 changed files with 11 additions and 10 deletions

View File

@ -40,6 +40,7 @@
"maxstatements" : 10,
"maxcomplexity" : 10,
"maxlen" : 120,
"predef": [ "-Promise" ],
"asi" : false,
"boss" : false,

View File

@ -55,18 +55,18 @@
"webpack-dev-middleware": "^1.0.11"
},
"devDependencies": {
"chai": "1.9.1",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"istanbul": "0.3.2",
"jest-cli": "^0.1.18",
"jshint": "2.5.2",
"mocha": "1.20.1",
"mocha-lcov-reporter": "0.0.1",
"pre-commit": "0.0.9",
"istanbul": "^0.3.5",
"jest-cli": "^0.2.2",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "^0.0.1",
"pre-commit": "^1.0.2",
"react-tools": "^0.12.0",
"supertest": "0.13.0",
"supervisor": "0.6.0",
"xmlbuilder": "2.4.4"
"supertest": "^0.15.0",
"supervisor": "^0.6.0",
"xmlbuilder": "^2.5.1"
},
"jest": {
"scriptPreprocessor": "<rootDir>/jest-preprocessor.js",