Skip to content

Commit 9fcf378

Browse files
committed
Update dependency mocha to v8
1 parent 340d715 commit 9fcf378

File tree

7 files changed

+192
-118
lines changed

7 files changed

+192
-118
lines changed

integration/browserify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"karma-sauce-launcher": "1.2.0",
2222
"karma-spec-reporter": "0.0.32",
2323
"mkdirp": "1.0.4",
24-
"mocha": "7.2.0"
24+
"mocha": "8.0.1"
2525
}
2626
}

integration/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"karma-firefox-launcher": "1.3.0",
2424
"karma-mocha": "2.0.1",
2525
"karma-spec-reporter": "0.0.32",
26-
"mocha": "7.2.0",
26+
"mocha": "8.0.1",
2727
"ts-loader": "6.2.2",
2828
"typescript": "3.9.6",
2929
"webpack": "4.43.0",

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"chromedriver": "83.0.1",
1414
"express": "4.17.1",
1515
"geckodriver": "1.19.1",
16-
"mocha": "7.2.0",
16+
"mocha": "8.0.1",
1717
"node-fetch": "2.6.0",
1818
"selenium-assistant": "6.1.0"
1919
}

integration/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"karma-sauce-launcher": "1.2.0",
2222
"karma-spec-reporter": "0.0.32",
2323
"karma-typescript": "5.0.3",
24-
"mocha": "7.2.0",
24+
"mocha": "8.0.1",
2525
"npm-run-all": "4.1.5",
2626
"typescript": "3.9.6"
2727
}

integration/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"karma-mocha": "2.0.1",
2020
"karma-sauce-launcher": "1.2.0",
2121
"karma-spec-reporter": "0.0.32",
22-
"mocha": "7.2.0",
22+
"mocha": "8.0.1",
2323
"webpack": "4.43.0",
2424
"webpack-cli": "3.3.12"
2525
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"long": "3.2.0",
124124
"merge2": "1.4.1",
125125
"mkdirp": "1.0.4",
126-
"mocha": "7.2.0",
126+
"mocha": "8.0.1",
127127
"mz": "2.7.0",
128128
"npm-run-all": "4.1.5",
129129
"npm-run-path": "4.0.1",

0 commit comments

Comments
 (0)