Update typescript version

This commit is contained in:
Stefano Brilli 2020-09-02 20:23:26 +02:00
parent 8ac57802e8
commit 2bd1498af0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14135,9 +14135,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typescript": {
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw=="
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz",
"integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ=="
},
"unicode-canonical-property-names-ecmascript": {
"version": "1.0.4",

View File

@ -29,7 +29,7 @@
"react-scripts": "3.3.1",
"recorderjs": "^1.0.1",
"redux-batched-actions": "^0.4.1",
"typescript": "~3.7.2",
"typescript": "^4.0.2",
"worker-loader": "^2.0.0"
},
"homepage": "https://stefano.brilli.me/webminidisc/",