update dependencies

This commit is contained in:
korelstar 2021-02-28 18:04:24 +01:00
parent d96461678c
commit 12d2254cf3
3 changed files with 14754 additions and 833 deletions

View File

@ -3,7 +3,7 @@
"christophwurst/nextcloud": "^20.0", "christophwurst/nextcloud": "^20.0",
"nextcloud/coding-standard": "^0.5.0", "nextcloud/coding-standard": "^0.5.0",
"squizlabs/php_codesniffer": "3.*", "squizlabs/php_codesniffer": "3.*",
"phan/phan": "^3.0", "phan/phan": "^4.0",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.0",
"staabm/annotate-pull-request-from-checkstyle": "^1.1.0" "staabm/annotate-pull-request-from-checkstyle": "^1.1.0"
}, },

15555
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,14 +18,14 @@
"@nextcloud/event-bus": "^1.2.0", "@nextcloud/event-bus": "^1.2.0",
"@nextcloud/moment": "^1.1.1", "@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.2.0", "@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^3.5.4", "@nextcloud/vue": "^3.6.0",
"@nextcloud/vue-dashboard": "^1.0.1", "@nextcloud/vue-dashboard": "^1.0.1",
"@nextcloud/webpack-vue-config": "^2.0.0", "@nextcloud/webpack-vue-config": "^2.0.0",
"easymde": "^2.13.0", "easymde": "^2.14.0",
"markdown-it": "^12.0.4", "markdown-it": "^12.0.4",
"stylelint-webpack-plugin": "^2.1.1", "stylelint-webpack-plugin": "^2.1.1",
"vue": "^2.6.12", "vue": "^2.6.12",
"vue-fragment": "^1.5.1", "vue-fragment": "^1.5.2",
"vue-observe-visibility": "^1.0.0", "vue-observe-visibility": "^1.0.0",
"vue-router": "^3.5.1", "vue-router": "^3.5.1",
"vuex": "^3.6.2" "vuex": "^3.6.2"
@ -37,31 +37,31 @@
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.12.13", "@babel/core": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.12.13", "@babel/preset-env": "^7.13.8",
"@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/browserslist-config": "^2.0.0",
"@nextcloud/eslint-config": "^3.0.0", "@nextcloud/eslint-config": "^3.0.0",
"@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/eslint-plugin": "^2.0.0",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"core-js": "^3.8.3", "core-js": "^3.9.1",
"css-loader": "^4.3.0", "css-loader": "^4.3.0",
"eslint": "^7.19.0", "eslint": "^7.21.0",
"eslint-config-standard": "^16.0.2", "eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1", "eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0", "eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.5.0", "eslint-plugin-vue": "^7.6.0",
"eslint-webpack-plugin": "^2.4.3", "eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",
"node-sass": "^5.0.0", "node-sass": "^5.0.0",
"sass-loader": "^10.1.1", "sass-loader": "^10.1.1",
"style-loader": "^2.0.0", "style-loader": "^2.0.0",
"stylelint": "^13.9.0", "stylelint": "^13.11.0",
"stylelint-config-recommended-scss": "^4.2.0", "stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.18.0", "stylelint-scss": "^3.19.0",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"vue-loader": "^15.9.6", "vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",