karma-mocha-reporter
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -0,1 +1,11 @@ | ||
<a name="2.2.5"></a> | ||
## [2.2.5](https://github.com/litixsoft/karma-mocha-reporter/compare/v2.2.4...v2.2.5) (2017-10-17) | ||
### Bug Fixes | ||
* use latest version of log-symbols to fix problems on Windows 10 ([4beec39](https://github.com/litixsoft/karma-mocha-reporter/commit/4beec39)), closes [#101](https://github.com/litixsoft/karma-mocha-reporter/issues/101) | ||
<a name="2.2.4"></a> | ||
@@ -2,0 +12,0 @@ ## [2.2.4](https://github.com/litixsoft/karma-mocha-reporter/compare/v2.2.3...v2.2.4) (2017-08-24) |
{ | ||
"name": "karma-mocha-reporter", | ||
"description": "Karma reporter with mocha style logging.", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"homepage": "http://www.litixsoft.de/index.php?lang=en#modules", | ||
@@ -57,3 +57,3 @@ "author": "Litixsoft GmbH <info@litixsoft.de> (http://www.litixsoft.de)", | ||
"devDependencies": { | ||
"chai": "^4.0.2", | ||
"chai": "^4", | ||
"grunt": "^1.0.1", | ||
@@ -66,3 +66,3 @@ "grunt-bump": "^0.8.0", | ||
"grunt-shell": "^2.1.0", | ||
"jasmine-core": "^2.6.3", | ||
"jasmine-core": "^2.8.0", | ||
"karma": ">=0.13", | ||
@@ -81,8 +81,8 @@ "karma-chai": "^0.1.0", | ||
"load-grunt-tasks": "^3.5.2", | ||
"mocha": "^3.4.2", | ||
"phantomjs-prebuilt": "^2.1.14" | ||
"mocha": "^4", | ||
"phantomjs-prebuilt": "^2.1.15" | ||
}, | ||
"dependencies": { | ||
"chalk": "^2.1.0", | ||
"log-symbols": "^2.0.0", | ||
"log-symbols": "^2.1.0", | ||
"strip-ansi": "^4.0.0" | ||
@@ -89,0 +89,0 @@ }, |
39769
+ Added@types/node@22.13.0(transitive)
+ Addedobject-inspect@1.13.3(transitive)
- Removed@types/node@22.13.1(transitive)
- Removedobject-inspect@1.13.4(transitive)
Updatedlog-symbols@^2.1.0