update dependencies

This commit is contained in:
korelstar 2020-02-28 10:22:15 +01:00
parent 37f99c67d6
commit 4678dc7760
4 changed files with 157 additions and 1427 deletions

View File

@ -105,11 +105,11 @@ lint-php-ncversion:
lint-php-phan:
# PHAN
vendor/bin/phan --allow-polyfill-parser -k tests/phan-config.php --no-progress-bar -m checkstyle | vendor/bin/cs2pr
vendor/bin/phan --allow-polyfill-parser -k tests/phan-config.php --no-progress-bar -m checkstyle | vendor/bin/cs2pr --colorize
lint-php-phpcs:
# PHP CodeSniffer
vendor/bin/phpcs --standard=tests/phpcs.xml appinfo/ lib/ --report=checkstyle | vendor/bin/cs2pr
vendor/bin/phpcs --standard=tests/phpcs.xml appinfo/ lib/ --report=checkstyle | vendor/bin/cs2pr --graceful-warnings --colorize
lint-js:

View File

@ -3,6 +3,6 @@
"christophwurst/nextcloud": "^16.0",
"squizlabs/php_codesniffer": "3.*",
"phan/phan": "^2.0",
"staabm/annotate-pull-request-from-checkstyle": "^1.0"
"staabm/annotate-pull-request-from-checkstyle": "^1.1.0"
}
}

1570
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
"markdown-it": "^10.0.0",
"vue": "^2.6.11",
"vue-observe-visibility": "^0.4.6",
"vue-router": "^3.1.5",
"vue-router": "^3.1.6",
"vuex": "^3.1.2"
},
"browserslist": [
@ -30,13 +30,13 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-env": "^7.8.6",
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^1.0.0",
"@nextcloud/eslint-plugin": "^1.1.0",
"babel-eslint": "^10.0.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"core-js": "^3.6.4",
"css-loader": "^3.4.2",