Update typescript version
This commit is contained in:
parent
8ac57802e8
commit
2bd1498af0
|
@ -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",
|
||||
|
|
|
@ -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/",
|
||||
|
|
Loading…
Reference in New Issue