3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 04:25:01 +00:00

Update to TS 4.1, use same TS package in all sub-packages

This commit is contained in:
Dragory 2020-12-13 15:26:33 +02:00
parent eb4d5ea6f1
commit 4dfc7ccfa9
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
8 changed files with 6 additions and 27 deletions

View file

@ -3334,12 +3334,6 @@
"is-typedarray": "^1.0.0"
}
},
"typescript": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz",
"integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==",
"dev": true
},
"uid2": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz",

View file

@ -9,8 +9,7 @@
"dependencies": {},
"devDependencies": {
"ava": "^2.4.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.2"
"ts-node": "^8.4.1"
},
"ava": {
"compileEnhancements": false,