1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-08-07 12:25:55 +00:00

updated TypeScript to 3.5.3

This commit is contained in:
Steven Hugg
2019-08-21 10:42:32 -04:00
parent 7376e12846
commit 505901b37f
3 changed files with 5 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ TODO:
- NES crt should mark raster pos when debugging - NES crt should mark raster pos when debugging
- OAMDMA in profiler? (haltCycles) - OAMDMA in profiler? (haltCycles)
- ca65 skeleton - ca65 skeleton
- nes.cfg nesbanked.cfg ZP segment is C64-ish - neslib.cfg nesbanked.cfg ZP segment is C64-ish, should use $00-$FF
- JSNES - JSNES
- doesn't support hiding >8 sprites - doesn't support hiding >8 sprites
- doesn't do sprite zero test right - doesn't do sprite zero test right

6
package-lock.json generated
View File

@@ -1169,9 +1169,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "3.3.3", "version": "3.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.3.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz",
"integrity": "sha512-Y21Xqe54TBVp+VDSNbuDYdGw0BpoR/Q6wo/+35M8PAU0vipahnyduJWirxxdxjsAkS7hue53x2zp8gz7F05u0A==", "integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==",
"dev": true "dev": true
}, },
"typescript-formatter": { "typescript-formatter": {

View File

@@ -23,7 +23,7 @@
"mocha": "^5.2.x", "mocha": "^5.2.x",
"octokat": "^0.10.0", "octokat": "^0.10.0",
"pngjs": "^3.3.3", "pngjs": "^3.3.3",
"typescript": "^3.3.3", "typescript": "^3.5.3",
"typescript-formatter": "^7.2.2", "typescript-formatter": "^7.2.2",
"wavedrom-cli": "^0.5.x" "wavedrom-cli": "^0.5.x"
}, },