Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-07-08 12:00:34 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-08 12:58:43 +0300
commit1990ec858c0f79c6e8714fe8a8ed2d987cd6fc33 (patch)
tree8e98d95676c265ebf60e4904c030f56d2be86677 /package.json
parentbe8dab06ac9e47af32b0b6117ffc44a25e848d2d (diff)
Update all packages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index 1c2f35b87..cfa6ebf69 100644
--- a/package.json
+++ b/package.json
@@ -10,21 +10,22 @@
"author": "",
"license": "AGPL-3.0",
"devDependencies": {
- "@babel/core": "^7.4.5",
- "@babel/preset-env": "^7.4.5",
+ "@babel/core": "^7.5.0",
+ "@babel/preset-env": "^7.5.0",
"attachmediastream": "^2.1.0",
"babelify": "^10.0.0",
- "browserify": "^16.2.3",
+ "browserify": "^16.3.0",
"browserslist-config-nextcloud": "0.0.1",
"handlebars": "^4.1.2",
"hark": "^1.2.3",
"mockconsole": "0.0.1",
"util": "^0.11.1",
- "webrtc-adapter": "^7.2.4",
+ "webrtc-adapter": "^7.2.5",
"webrtcsupport": "^2.2.0",
"wildemitter": "^1.2.1"
},
"browserslist": [
"extends browserslist-config-nextcloud"
- ]
+ ],
+ "dependencies": {}
}