Update npm and node engines versions

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2021-11-11 15:03:25 +00:00
Родитель 16360ef557
Коммит f0c7224a55
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -60,8 +60,8 @@
"vuex": "^3.6.2"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "^14.0.0",
"npm": "^7.0.0"
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.1",