Update to TS 4.1, use same TS package in all sub-packages
This commit is contained in:
parent
eb4d5ea6f1
commit
4dfc7ccfa9
8 changed files with 6 additions and 27 deletions
6
backend/package-lock.json
generated
6
backend/package-lock.json
generated
|
@ -4279,12 +4279,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"typescript": {
|
||||
"version": "3.9.6",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz",
|
||||
"integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==",
|
||||
"dev": true
|
||||
},
|
||||
"uid2": {
|
||||
"version": "0.0.3",
|
||||
"resolved": "https://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz",
|
||||
|
|
|
@ -86,8 +86,7 @@
|
|||
"ava": "^3.10.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"source-map-support": "^0.5.16",
|
||||
"tsc-watch": "^4.0.0",
|
||||
"typescript": "^3.9.6"
|
||||
"tsc-watch": "^4.0.0"
|
||||
},
|
||||
"ava": {
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue