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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index fb2a3949c..48a82e875 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.1",
+ "version": "8.0.2",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,
@@ -22,7 +22,7 @@
"@nextcloud/l10n": "^1.0.1",
"@nextcloud/moment": "^1.1.0",
"@nextcloud/router": "^1.0.0",
- "@nextcloud/vue": "^1.2.7",
+ "@nextcloud/vue": "^1.3.0",
"attachmediastream": "^2.1.0",
"crypto-js": "^3.1.9-1",
"debounce": "^1.2.0",
@@ -52,10 +52,10 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.8.3",
+ "@babel/core": "^7.8.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.8.3",
- "@babel/runtime": "^7.8.3",
+ "@babel/preset-env": "^7.8.4",
+ "@babel/runtime": "^7.8.4",
"@nextcloud/browserslist-config": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-eslint": "^10.0.3",
@@ -77,7 +77,7 @@
"sass-loader": "^8.0.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
- "stylelint-scss": "^3.13.0",
+ "stylelint-scss": "^3.14.2",
"stylelint-webpack-plugin": "^0.10.5",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",