mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-12 01:10:47 +00:00
build: Updating grunt-banana-checker to 0.13.0
Change-Id: I439e12466b841dac3909329a6506579a0bb6cdda
This commit is contained in:
parent
a0451e2f7e
commit
a7b1c561ae
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@wikimedia/mw-node-qunit": "7.2.0",
|
||||
"@wikimedia/types-wikimedia": "0.3.4",
|
||||
"eslint-config-wikimedia": "0.27.0",
|
||||
"grunt-banana-checker": "0.12.0",
|
||||
"grunt-banana-checker": "0.13.0",
|
||||
"jest": "27.4.7",
|
||||
"stylelint-config-wikimedia": "0.16.1",
|
||||
"ts-jest": "27.1.3",
|
||||
|
@ -6014,10 +6014,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/grunt-banana-checker": {
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.12.0.tgz",
|
||||
"integrity": "sha512-rdu8YqGxfyBUNMSLmqusSg8RUzGE61+kqrge4fRYb32Vqu5hzDGeomDQIkILEsSrZjtNTTcJ8iTwIswQ+POCGw==",
|
||||
"version": "0.13.0",
|
||||
"resolved": "https://registry.npmjs.org/grunt-banana-checker/-/grunt-banana-checker-0.13.0.tgz",
|
||||
"integrity": "sha512-uAUKILcP69Q4OJHHV2wzxqVaoXB8G3Uh/XuSJLn0Bk/9+WiUY/Q4+OX7dUhrPPeDZPtoGh37qqJLVvZlDTUecg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chalk": "4.1.2"
|
||||
},
|
||||
"bin": {
|
||||
"banana-checker": "src/cli.js"
|
||||
},
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@wikimedia/mw-node-qunit": "7.2.0",
|
||||
"@wikimedia/types-wikimedia": "0.3.4",
|
||||
"eslint-config-wikimedia": "0.27.0",
|
||||
"grunt-banana-checker": "0.12.0",
|
||||
"grunt-banana-checker": "0.13.0",
|
||||
"jest": "27.4.7",
|
||||
"stylelint-config-wikimedia": "0.16.1",
|
||||
"ts-jest": "27.1.3",
|
||||
|
|
Loading…
Reference in a new issue