karma-runner / grunt-karma

Grunt plugin for Karma.
MIT License
468 stars 116 forks source link

Karma 4.x #271

Closed asapach closed 5 years ago

asapach commented 5 years ago

Karma v4.0 has been released almost a month ago, but this package is still referencing "karma": "^3.0.0". Would it be possible to bump the dependency or allow a wider range? e.g. "karma": ">3.0.0" or "karma": "^3.0.0 || ^4.0.0"