Revert "openvidu-node-client: Fix upstream depedency bumping typescript to 3.9.7"

This reverts commit 1ac3660263.
pull/760/head
cruizba 2022-11-10 00:58:29 +01:00
parent 1ac3660263
commit 78cdd2442d
2 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.19.2",
"typescript": "3.9.7"
"typescript": "3.8.3"
}
},
"node_modules/@babel/code-frame": {
@ -4180,9 +4180,9 @@
}
},
"node_modules/typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -7695,9 +7695,9 @@
"dev": true
},
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"dev": true
},
"uglify-js": {

View File

@ -19,7 +19,7 @@
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.19.2",
"typescript": "3.9.7"
"typescript": "3.8.3"
},
"license": "Apache-2.0",
"main": "lib/index.js",