mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AJAXPoll
synced 2024-11-23 22:46:17 +00:00
build: Updating dependencies
composer: * mediawiki/minus-x: 0.3.1 → 0.3.2 npm: * grunt-banana-checker: 0.6.0 → 0.8.1 Additional changes: * Added .eslintcache to .gitignore. Change-Id: Id576027984508fe85d630bdb60b8253b3ec530fb
This commit is contained in:
parent
1441672cfe
commit
e87ee45f6f
|
@ -3,7 +3,7 @@
|
|||
"jakub-onderka/php-parallel-lint": "1.0.0",
|
||||
"mediawiki/mediawiki-codesniffer": "28.0.0",
|
||||
"jakub-onderka/php-console-highlighter": "0.3.2",
|
||||
"mediawiki/minus-x": "0.3.1"
|
||||
"mediawiki/minus-x": "0.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
|
|
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -1721,9 +1721,9 @@
|
|||
}
|
||||
},
|
||||
"grunt-banana-checker": {
|
||||
"version": "0.6.0",
|
||||
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.6.0.tgz",
|
||||
"integrity": "sha1-ZJpnd0AABJ4uwMSyrBSJFYZOsg8=",
|
||||
"version": "0.8.1",
|
||||
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.8.1.tgz",
|
||||
"integrity": "sha512-fx3lqZZFL9EihNI4BpwNmcjsb5tCVfa/xWVXLT3fipSOrLr/BsWdAUTltscTx55/tSwSR8VbJOulI00e1WTtoA==",
|
||||
"dev": true
|
||||
},
|
||||
"grunt-eslint": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"eslint-config-wikimedia": "0.8.1",
|
||||
"eslint-plugin-qunit": "3.3.1",
|
||||
"grunt": "1.0.4",
|
||||
"grunt-banana-checker": "0.6.0",
|
||||
"grunt-banana-checker": "0.8.1",
|
||||
"grunt-eslint": "21.0.0",
|
||||
"grunt-jsonlint": "1.1.0",
|
||||
"grunt-stylelint": "0.11.1",
|
||||
|
|
Loading…
Reference in a new issue