diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-27 14:48:10 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-27 15:18:00 +0900 |
commit | 6043c93a84f67caf89bc67c309cd6634f297339f (patch) | |
tree | 03c51944b7bed256b208480225c415caad2aaadc /package.json | |
parent | cbe020c5316bc06308c89918e8e6760eed49021c (diff) |
Install karma@4.1.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 46d3614..45045d9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint-plugin-react": "^7.12.4", "html-webpack-plugin": "^3.2.0", "jszip": "^3.2.1", - "karma": "^4.0.1", + "karma": "^4.1.0", "karma-firefox-launcher": "^1.1.0", "karma-html2js-preprocessor": "^1.1.0", "karma-mocha": "^1.3.0", |