openvidu-browser and openvidu-node-client: grunt dependencies update

This commit is contained in:
pabloFuente 2019-08-09 10:07:48 +02:00
parent 9436315f7d
commit 2e7de0a21f
4 changed files with 365 additions and 532 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,14 +11,15 @@
},
"description": "OpenVidu Browser",
"devDependencies": {
"autoprefixer": "9.6.1",
"browserify": "16.3.0",
"grunt": "1.0.4",
"grunt-autoprefixer": "3.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "4.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",
"tsify": "4.0.1",

File diff suppressed because it is too large Load Diff

View File

@ -6,14 +6,15 @@
},
"description": "OpenVidu Node Client",
"devDependencies": {
"autoprefixer": "9.6.1",
"@types/node": "12.6.8",
"grunt": "1.0.4",
"grunt-autoprefixer": "3.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "4.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": "8.3.0",