diff options
| author | 2021-10-24 00:14:12 +0200 | |
|---|---|---|
| committer | 2021-10-24 00:14:12 +0200 | |
| commit | 9ca49408e06eb6ca797a4aae1a3f2fe5919930a8 (patch) | |
| tree | d2ee287aab3aee0c61cec9671f57c53a6b786956 /package.json | |
| parent | da4f0dea1fe8af7d8e81381ed60ff3cc61243884 (diff) | |
GitHub Action automatic tests (#3920)
* PHP lint + phpunit + Manipulate translations + phpcs
* eslint + markdownlint + rtlcss + stylelint
* shellcheck + shfmt + hadolint
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index d20d6e860..8a25eb278 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "devDependencies": { "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", - "eslint-plugin-import": "^2.24.2", + "eslint-plugin-import": "^2.25.2", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.1.0", + "eslint-plugin-promise": "^5.1.1", "markdownlint-cli": "^0.29.0", "rtlcss": "^3.4.0", "stylelint": "^13.13.1", |
