Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit ded200f

Browse files
committed
fix(deps): babel-polyfill
1 parent f2a404f commit ded200f

File tree

2 files changed

+169
-778
lines changed

2 files changed

+169
-778
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"babel-plugin-add-module-exports": "^1.0.0",
6262
"babel-plugin-istanbul": "^5.1.0",
6363
"babel-plugin-transform-object-rest-spread": "^6.26.0",
64+
"babel-polyfill": "^6.26.0",
6465
"chai": "^3.5.0",
6566
"coveralls": "^3.0.4",
6667
"cross-env": "^3.0.0",
@@ -88,9 +89,9 @@
8889
"karma-sourcemap-loader": "^0.3.7",
8990
"karma-webpack": "^4.0.2",
9091
"mkdirp": "^0.5.1",
91-
"mocha": "^3.2.0",
92+
"mocha": "^6.1.4",
9293
"mocha-lcov-reporter": "^1.3.0",
93-
"mocha-loader": "^1.1.1",
94+
"mocha-loader": "^2.0.1",
9495
"ncp": "^2.0.0",
9596
"phantomjs-prebuilt": "^2.1.14",
9697
"rimraf": "^2.6.1",

0 commit comments

Comments
 (0)