mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-12-21 21:29:17 +00:00
npm upgrade
This commit is contained in:
parent
ed284ce9b7
commit
7371b71648
@ -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
842
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user