Skip to content

Commit f3eab63

Browse files
authored
fix: address webpack memory issue for browser tests (#1264)
1 parent b628235 commit f3eab63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"gts": "3.1.0",
5656
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
5757
"karma": "6.3.16",
58-
"karma-chrome-launcher": "3.1.0",
58+
"karma-chrome-launcher": "^3.1.1",
5959
"karma-coverage-istanbul-reporter": "3.0.3",
6060
"karma-mocha": "2.0.1",
6161
"karma-spec-reporter": "0.0.32",

0 commit comments

Comments
 (0)