Upgrade TypeScript to version 4.3.2 for GDJS game engine (#2688)

Only show in developer changelog
This commit is contained in:
Florian Rival
2021-05-27 12:37:54 +01:00
committed by GitHub
parent 506c029690
commit 7b3987bae4
2 changed files with 4 additions and 4 deletions

View File

@@ -2880,9 +2880,9 @@
"dev": true
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"dev": true
},
"uc.micro": {

View File

@@ -23,7 +23,7 @@
"prettier": "2.1.2",
"recursive-readdir": "^2.2.2",
"shelljs": "^0.8.4",
"typescript": "4.1.3"
"typescript": "4.3.2"
},
"scripts": {
"check-types": "tsc",