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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-11-19 10:22:38 +0300
committerJulius Härtl <jus@bitgrid.net>2019-11-19 10:22:38 +0300
commit89da4081a2752e628e395cb8a76bee658d42f1eb (patch)
tree765a153d63b8c2f646766e3efc0e26f339df967c /package.json
parent6443d437af43c9662939200a976baf728b5a9ef8 (diff)
Bump package versions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/package.json b/package.json
index 513dfcc..d322976 100644
--- a/package.json
+++ b/package.json
@@ -21,8 +21,9 @@
"stylelint:fix": "stylelint src --fix"
},
"dependencies": {
- "nextcloud-l10n": "^0.1.1",
- "nextcloud-vue": "^0.12.5",
+ "@babel/runtime": "^7.7.2",
+ "@nextcloud/l10n": "^0.2.1",
+ "@nextcloud/vue": "^1.2.0",
"vue": "^2.6.10"
},
"browserslist": [
@@ -32,9 +33,9 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.6.3",
+ "@babel/core": "^7.7.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/preset-env": "^7.6.3",
+ "@babel/preset-env": "^7.7.1",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
@@ -51,16 +52,16 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
- "node-sass": "^4.12.0",
+ "node-sass": "^4.13.0",
"sass-loader": "^7.3.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
- "stylelint-scss": "^3.11.1",
+ "stylelint-scss": "^3.12.1",
"stylelint-webpack-plugin": "^0.10.5",
- "vue-loader": "^15.7.1",
+ "vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.0",
- "webpack-cli": "^3.3.9",
+ "webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
}