openvidu-browser: update package.json dependencies

pull/630/head
pabloFuente 2021-06-08 10:52:23 +02:00
parent 9b1663f1c8
commit 8e07cfd3d5
1 changed files with 6 additions and 6 deletions

View File

@ -10,20 +10,20 @@
},
"description": "OpenVidu Browser",
"devDependencies": {
"@types/node": "14.14.32",
"@types/node": "15.12.2",
"@types/platform": "1.3.3",
"browserify": "17.0.0",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "2.0.0",
"grunt-contrib-uglify": "5.0.0",
"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",
"terser": "5.6.0",
"tsify": "5.0.2",
"terser": "5.7.0",
"tsify": "5.0.4",
"tslint": "6.1.3",
"typedoc": "0.19.2",
"typescript": "4.0.7"