Dependency updates

This commit is contained in:
Jonathan Putney
2020-03-17 17:18:34 -04:00
parent 3df4eee314
commit f88a5dc934
2 changed files with 429 additions and 1627 deletions

2033
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,39 +1,40 @@
{ {
"name": "scorm-again", "name": "scorm-again",
"version": "1.0.3", "version": "1.0.4",
"description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004", "description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004",
"main": "dist/scorm-again.min.js", "main": "dist/scorm-again.min.js",
"directories": { "directories": {
"test": "test" "test": "test"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.8.3", "@babel/cli": "^7.8.4",
"@babel/core": "^7.8.3", "@babel/core": "^7.8.7",
"@babel/node": "^7.8.3", "@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-proposal-private-methods": "^7.8.3", "@babel/plugin-proposal-private-methods": "^7.8.3",
"@babel/preset-env": "^7.8.3", "@babel/preset-env": "^7.8.7",
"@babel/preset-flow": "^7.8.3", "@babel/preset-flow": "^7.8.3",
"@babel/register": "^7.8.3", "@babel/register": "^7.8.6",
"@types/chai": "^4.2.7", "@types/chai": "^4.2.11",
"babel-eslint": "^11.0.0-beta.2", "babel-eslint": "^11.0.0-beta.2",
"babelify": "^10.0.0", "babelify": "^10.0.0",
"browserify": "^16.5.0", "browserify": "^16.5.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-config-google": "^0.14.0", "eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.20.0", "eslint-plugin-import": "^2.20.1",
"grunt": "^1.0.4", "grunt": "^1.1.0",
"grunt-browserify": "^5.3.0", "grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2", "grunt-cli": "^1.3.2",
"grunt-mocha-test": "^0.13.3", "grunt-mocha-test": "^0.13.3",
"jsdoc": "^3.6.3", "jsdoc": "^3.6.3",
"jsdoc-babel": "^0.5.0", "jsdoc-babel": "^0.5.0",
"minifyify": "^7.3.5", "minifyify": "^7.3.5",
"mocha": "^7.0.0", "minimist": "^1.2.5",
"mocha": "^7.1.0",
"mocha-junit-reporter": "^1.23.2", "mocha-junit-reporter": "^1.23.2",
"mochawesome": "^4.1.0", "mochawesome": "^5.0.0",
"nyc": "^15.0.0" "nyc": "^15.0.0"
}, },
"scripts": { "scripts": {