mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: update package.json dependencies
parent
9b1663f1c8
commit
8e07cfd3d5
|
@ -10,20 +10,20 @@
|
||||||
},
|
},
|
||||||
"description": "OpenVidu Browser",
|
"description": "OpenVidu Browser",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "14.14.32",
|
"@types/node": "15.12.2",
|
||||||
"@types/platform": "1.3.3",
|
"@types/platform": "1.3.3",
|
||||||
"browserify": "17.0.0",
|
"browserify": "17.0.0",
|
||||||
"grunt": "1.3.0",
|
"grunt": "1.4.1",
|
||||||
"grunt-cli": "1.3.2",
|
"grunt-cli": "1.4.3",
|
||||||
"grunt-contrib-copy": "1.0.0",
|
"grunt-contrib-copy": "1.0.0",
|
||||||
"grunt-contrib-sass": "2.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-contrib-watch": "1.1.0",
|
||||||
"grunt-postcss": "0.9.0",
|
"grunt-postcss": "0.9.0",
|
||||||
"grunt-string-replace": "1.3.1",
|
"grunt-string-replace": "1.3.1",
|
||||||
"grunt-ts": "6.0.0-beta.22",
|
"grunt-ts": "6.0.0-beta.22",
|
||||||
"terser": "5.6.0",
|
"terser": "5.7.0",
|
||||||
"tsify": "5.0.2",
|
"tsify": "5.0.4",
|
||||||
"tslint": "6.1.3",
|
"tslint": "6.1.3",
|
||||||
"typedoc": "0.19.2",
|
"typedoc": "0.19.2",
|
||||||
"typescript": "4.0.7"
|
"typescript": "4.0.7"
|
||||||
|
|
Loading…
Reference in New Issue