Skip to content

Commit dcdeee6

Browse files
Update karma requirement in /packages/generator/app/templates
Updates the requirements on [karma](https://github.com/karma-runner/karma) to permit the latest version. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma@v4.2.0...v4.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1194f53 commit dcdeee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generator/app/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"enzyme": "^3.10.0",
5757
"enzyme-adapter-react-16": "^1.14.0",
5858
"eslint": "^6.2.2",
59-
"karma": "^4.2.0",
59+
"karma": "^4.3.0",
6060
"karma-chai-plugins": "^0.9.0",
6161
"karma-electron": "^6.3.0",
6262
"karma-mocha": "^1.3.0",

0 commit comments

Comments
 (0)