mirror of https://github.com/OpenVidu/openvidu.git
openvidu-node-client: Downgraded dev dependencies
parent
8bb96d6912
commit
e505cd6c8d
File diff suppressed because it is too large
Load Diff
|
@ -6,20 +6,20 @@
|
|||
},
|
||||
"description": "OpenVidu Node Client",
|
||||
"devDependencies": {
|
||||
"@types/node": "17.0.35",
|
||||
"grunt": "1.5.3",
|
||||
"grunt-cli": "1.4.3",
|
||||
"@types/node": "14.14.37",
|
||||
"grunt": "1.3.0",
|
||||
"grunt-cli": "1.4.2",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-contrib-sass": "2.0.0",
|
||||
"grunt-contrib-uglify": "5.2.1",
|
||||
"grunt-contrib-uglify": "5.0.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-postcss": "0.9.0",
|
||||
"grunt-string-replace": "1.3.1",
|
||||
"grunt-ts": "6.0.0-beta.22",
|
||||
"ts-node": "10.8.0",
|
||||
"ts-node": "9.1.1",
|
||||
"tslint": "6.1.3",
|
||||
"typedoc": "0.22.15",
|
||||
"typescript": "4.0.8"
|
||||
"typedoc": "0.19.2",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
|
|
Loading…
Reference in New Issue