mirror of https://github.com/OpenVidu/openvidu.git
openvidu-node-client: update dependencies
parent
795046b827
commit
f89fd1e2cd
File diff suppressed because it is too large
Load Diff
|
@ -1,25 +1,16 @@
|
||||||
{
|
{
|
||||||
"author": "OpenVidu",
|
"author": "OpenVidu",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "1.4.0",
|
"axios": "1.7.1",
|
||||||
"buffer": "6.0.3"
|
"buffer": "6.0.3"
|
||||||
},
|
},
|
||||||
"description": "OpenVidu Node Client",
|
"description": "OpenVidu Node Client",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "18.11.9",
|
"@types/node": "20.12.12",
|
||||||
"grunt": "1.5.3",
|
"ts-node": "10.9.2",
|
||||||
"grunt-cli": "1.4.3",
|
|
||||||
"grunt-contrib-copy": "1.0.0",
|
|
||||||
"grunt-contrib-sass": "2.0.0",
|
|
||||||
"grunt-contrib-uglify": "5.2.2",
|
|
||||||
"grunt-contrib-watch": "1.1.0",
|
|
||||||
"grunt-postcss": "0.9.0",
|
|
||||||
"grunt-string-replace": "1.3.3",
|
|
||||||
"grunt-ts": "6.0.0-beta.22",
|
|
||||||
"ts-node": "10.9.1",
|
|
||||||
"tslint": "6.1.3",
|
"tslint": "6.1.3",
|
||||||
"typedoc": "0.23.21",
|
"typedoc": "0.25.13",
|
||||||
"typescript": "4.9.3"
|
"typescript": "5.4.5"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
|
|
Loading…
Reference in New Issue