Update dependencies

This commit is contained in:
Jonathan Putney
2020-04-30 09:00:35 -04:00
parent b7c90b2d24
commit d1acc4ea44
2 changed files with 158 additions and 238 deletions

View File

@@ -8,12 +8,12 @@
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/core": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@babel/preset-flow": "^7.9.0",
"@babel/register": "^7.9.0",
"@types/chai": "^4.2.11",
@@ -28,13 +28,13 @@
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-mocha-test": "^0.13.3",
"jsdoc": "^3.6.3",
"jsdoc": "^3.6.4",
"jsdoc-babel": "^0.5.0",
"minifyify": "^7.3.5",
"minimist": "^1.2.5",
"mocha": "^7.1.1",
"mocha": "^7.1.2",
"mocha-junit-reporter": "^1.23.3",
"mochawesome": "^5.0.0",
"mochawesome": "^6.1.1",
"nyc": "^15.0.1"
},
"scripts": {