Spring cleaning, package edition.

This commit is contained in:
Will Scullin 2020-03-22 16:35:27 -07:00
parent 3a0036c1ca
commit 3932c1a919
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
2 changed files with 5419 additions and 4726 deletions

10122
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,20 +24,19 @@
},
"homepage": "https://github.com/whscullin/apple2js#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"ajv": "^6.9.2",
"babel-jest": "^24.5.0",
"eslint": "^5.16.0",
"file-loader": "^5.0.2",
"handlebars": "^4.5.3",
"jest": "^24.8.0",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"ajv": "^6.12.0",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"file-loader": "^6.0.0",
"jest": "^25.1.0",
"raw-loader": "^4.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"micromodal": "^0.3.2"
"micromodal": "^0.4.2"
}
}