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.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 79406b572..49718d592 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/paths": "^2.0.0",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/vue": "^4.0.0",
+ "@nextcloud/vue": "^4.0.1",
"@nextcloud/vue-dashboard": "^2.0.1",
"attachmediastream": "^2.1.0",
"color.js": "^1.2.0",
@@ -66,7 +66,7 @@
"wildemitter": "^1.2.1"
},
"devDependencies": {
- "@babel/core": "^7.14.3",
+ "@babel/core": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.5",
"@babel/runtime": "^7.14.0",
@@ -115,7 +115,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
- "node": ">=10.0.0"
+ "node": ">=14.0.0",
+ "npm": ">=7.0.0"
},
"license": "agpl"
}