npm upgrade

This commit is contained in:
Steven Hugg 2020-04-19 09:32:21 -05:00
parent ed284ce9b7
commit 7371b71648
3 changed files with 517 additions and 346 deletions

View File

@ -191,7 +191,8 @@ TODO:
(32:443651) Safari 12.1.2
- Safari: doesn't send good exception reasons ("undefined")
- probably XMLHttpRequest.timeout (https://github.com/getsentry/sentry-javascript/issues/2210)
- C64
- debugging at reset
WEB WORKER FORMAT
@ -390,5 +391,3 @@ Markdown (showdown) interface
- cursor shows current state/errors (must map markdown->src lines)
- show preview emulator at each step (play button? run when viewed?)

842
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,26 +11,26 @@
"dependencies": {
"bootstrap-tourist": "^0.2.1",
"browser-detect": "^0.2.28",
"jquery": "^3.4.1"
"jquery": "^3.5.1"
},
"devDependencies": {
"@types/bootbox": "^4.4.36",
"@types/bootstrap": "^3.4.0",
"@types/jquery": "^3.3.31",
"@types/jquery": "^3.3.38",
"atob": "^2.1.x",
"btoa": "^1.2.x",
"chromedriver": "^79.0.0",
"clipboard": "^2.0.4",
"chromedriver": "^79.0.3",
"clipboard": "^2.0.6",
"jsdom": "^12.2.0",
"lzg": "^1.0.x",
"mocha": "^5.2.x",
"nightwatch": "^1.3.2",
"mocha": "^7.1.2",
"nightwatch": "^1.3.5",
"octokat": "^0.10.0",
"pngjs": "^3.4.0",
"rgbquant": "^1.1.2",
"typescript": "^3.7.4",
"typescript": "^3.9.2",
"typescript-formatter": "^7.2.2",
"vgm-parser": "^0.6.2"
"vgm-parser": "^0.6.3"
},
"main": "main.js",
"directories": {