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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2021-04-25 22:12:56 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-05-01 00:25:38 +0300
commit325de78ff8b14e9efa5def93ce1711182c06a0ac (patch)
tree7c56f769749c4ff7c5382aec4c39db1b55dceaed /package.json
parent0e007f721b248663417d2a0373c911f77e67f85e (diff)
update dependencies / use @nextcloud/babel-config
Diffstat (limited to 'package.json')
-rw-r--r--package.json33
1 files changed, 16 insertions, 17 deletions
diff --git a/package.json b/package.json
index 964a9016..4b947a93 100644
--- a/package.json
+++ b/package.json
@@ -17,14 +17,12 @@
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^1.2.0",
"@nextcloud/moment": "^1.1.1",
- "@nextcloud/router": "^1.2.0",
- "@nextcloud/vue": "^3.8.0",
+ "@nextcloud/router": "^2.0.0",
+ "@nextcloud/vue": "^3.9.0",
"@nextcloud/vue-dashboard": "^2.0.0",
- "@nextcloud/webpack-vue-config": "^4.0.1",
"diff": "^5.0.0",
- "easymde": "^2.14.0",
- "markdown-it": "^12.0.4",
- "stylelint-webpack-plugin": "^2.1.1",
+ "easymde": "^2.15.0",
+ "markdown-it": "^12.0.6",
"vue": "^2.6.12",
"vue-fragment": "1.5.1",
"vue-material-design-icons": "^4.11.0",
@@ -39,37 +37,38 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.13.14",
+ "@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/preset-env": "^7.13.12",
+ "@babel/preset-env": "^7.14.0",
+ "@nextcloud/babel-config": "^1.0.0-beta.1",
"@nextcloud/browserslist-config": "^2.1.0",
"@nextcloud/eslint-config": "^5.0.0",
"@nextcloud/eslint-plugin": "^2.0.0",
+ "@nextcloud/webpack-vue-config": "^4.0.3",
"babel-loader": "^8.2.2",
- "core-js": "^3.10.0",
"css-loader": "^4.3.0",
- "eslint": "^7.23.0",
+ "eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
- "eslint-plugin-vue": "^7.8.0",
- "eslint-webpack-plugin": "^2.5.3",
+ "eslint-plugin-vue": "^7.9.0",
+ "eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"node-polyfill-webpack-plugin": "^1.1.0",
- "sass": "^1.32.8",
+ "sass": "^1.32.12",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
- "stylelint": "^13.12.0",
+ "stylelint": "^13.13.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.19.0",
+ "stylelint-webpack-plugin": "^2.1.1",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
- "webpack": "^5.28.0",
- "webpack-cli": "^4.6.0",
- "webpack-merge": "^5.7.3"
+ "webpack": "^5.36.2",
+ "webpack-cli": "^4.6.0"
}
}