Skip to content

Commit

Permalink
build: Updating dependencies
Browse files Browse the repository at this point in the history
composer:
* mediawiki/minus-x: 1.1.0 → 1.1.1

npm:
* eslint-config-wikimedia: 0.17.0 → 0.18.1

Additional changes:
* Removing manual extensions for eslint.

Change-Id: I1338da5dc5e07e80bfc8477053367cd3b617df2e
  • Loading branch information
libraryupgrader committed Jan 30, 2021
1 parent fcc8f57 commit 638b261
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 422 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Expand Up @@ -9,7 +9,6 @@ module.exports = function ( grunt ) {
},
eslint: {
options: {
extensions: [ '.js', '.json' ],
cache: true
},
all: [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"require-dev": {
"mediawiki/minus-x": "1.1.0",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.2.0"
},
Expand Down

0 comments on commit 638b261

Please sign in to comment.