diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-05-01 17:40:35 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-05-01 17:40:35 +0000 |
commit | 6b1e4ad5e85dd9965e4a1f9c45a6632e95c3f839 (patch) | |
tree | 79495cd2dbfa39e1c1b371c663d090efdddb62f8 /package.json | |
parent | 71d53ebcf8ba098cacc088ed53af8cda12a1226c (diff) | |
download | gitlab-ce-6b1e4ad5e85dd9965e4a1f9c45a6632e95c3f839.tar.gz |
Fix memory and performance issues in Karma test suite
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json index 8d0473069c3..e95add1d7e9 100644 --- a/package.json +++ b/package.json @@ -98,10 +98,11 @@ "devDependencies": { "axios-mock-adapter": "^1.10.0", "babel-eslint": "^8.0.2", - "babel-plugin-istanbul": "^4.1.5", + "babel-plugin-istanbul": "^4.1.6", "babel-plugin-rewire": "^1.1.0", "babel-template": "^6.26.0", "babel-types": "^6.26.0", + "chalk": "^2.4.1", "commander": "^2.15.1", "eslint": "^3.18.0", "eslint-config-airbnb-base": "^10.0.1", @@ -116,13 +117,13 @@ "istanbul": "^0.4.5", "jasmine-core": "^2.9.0", "jasmine-jquery": "^2.1.1", - "karma": "^2.0.0", + "karma": "^2.0.2", "karma-chrome-launcher": "^2.2.0", - "karma-coverage-istanbul-reporter": "^1.4.1", + "karma-coverage-istanbul-reporter": "^1.4.2", "karma-jasmine": "^1.1.1", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.7", - "karma-webpack": "2.0.7", + "karma-webpack": "3.0.0", "nodemon": "^1.15.1", "prettier": "1.11.1", "webpack-dev-server": "^2.11.2" |