summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-06-25 21:06:15 -0100
committerMaxence Lange <maxence@artificial-owl.com>2020-06-25 21:06:15 -0100
commit600dc4a00886473cbffeb3a842f6cce894a5ecc1 (patch)
tree1b1161d356b1bbbed958ad7928cab071c4c94f12 /package.json
parent23f15042d7c94254bfbbe82aa5ebb2dabae0172b (diff)
vue issues
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/package.json b/package.json
index 84d65e6f..4daa8b82 100644
--- a/package.json
+++ b/package.json
@@ -27,11 +27,11 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
- "@babel/runtime": "^7.7.1",
+ "@babel/runtime": "^7.10.3",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^0.5.0",
"@nextcloud/logger": "^0.1.0",
- "@nextcloud/vue": "^1.1.0",
+ "@nextcloud/vue": "^2.1.0",
"he": "^1.2.0",
"linkifyjs": "^2.1.8",
"tributejs": "^3.7.3",
@@ -47,8 +47,8 @@
"vue-router": "^3.1.3",
"vue-tribute": "^1.0.3",
"vue-twemoji": "^1.0.1",
- "vuex": "^3.4.0",
"vuetrend": "^0.3.4",
+ "vuex": "^3.4.0",
"vuex-router-sync": "^5.0.0"
},
"browserslist": [
@@ -61,8 +61,11 @@
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.10.2",
+ "@babel/preset-env": "^7.10.3",
"@vue/test-utils": "^1.0.0-beta.29",
+ "@nextcloud/browserslist-config": "^1.0.0",
+ "@nextcloud/eslint-config": "^2.0.0",
+ "@nextcloud/eslint-plugin": "^1.4.0",
"acorn": "^7.1.1",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
@@ -78,7 +81,7 @@
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"file-loader": "^6.0.0",
- "jest": "^26.0.1",
+ "jest": "^26.1.0",
"jest-serializer-vue": "^2.0.2",
"node-sass": "^4.14.1",
"prettier-eslint": "^11.0.0",
@@ -88,7 +91,7 @@
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-webpack-plugin": "^0.10.5",
"vue-jest": "^3.0.5",
- "vue-loader": "^15.9.2",
+ "vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.43.0",