Dependency updates

This commit is contained in:
Jonathan Putney
2020-04-06 08:36:27 -04:00
parent eb258d5367
commit ad2e3b7639
2 changed files with 495 additions and 473 deletions

950
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,22 +8,22 @@
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^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-flow": "^7.8.3",
"@babel/register": "^7.8.6",
"@babel/preset-flow": "^7.9.0",
"@babel/register": "^7.9.0",
"@types/chai": "^4.2.11",
"babel-eslint": "^11.0.0-beta.2",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"browserify": "^16.5.1",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import": "^2.20.2",
"grunt": "^1.1.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
@@ -32,10 +32,10 @@
"jsdoc-babel": "^0.5.0",
"minifyify": "^7.3.5",
"minimist": "^1.2.5",
"mocha": "^7.1.0",
"mocha-junit-reporter": "^1.23.2",
"mocha": "^7.1.1",
"mocha-junit-reporter": "^1.23.3",
"mochawesome": "^5.0.0",
"nyc": "^15.0.0"
"nyc": "^15.0.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require @babel/register --bdd --recursive --reporter list"