mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-12-03 12:36:10 +00:00
build(deps-dev): bump eslint-plugin-no-jquery from 2.7.0 to 3.0.0 (#139)
Bumps [eslint-plugin-no-jquery](https://github.com/wikimedia/eslint-plugin-no-jquery) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/wikimedia/eslint-plugin-no-jquery/releases) - [Changelog](https://github.com/wikimedia/eslint-plugin-no-jquery/blob/master/Changelog.md) - [Commits](https://github.com/wikimedia/eslint-plugin-no-jquery/compare/v2.7.0...v3.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-no-jquery dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
272b507c6c
commit
7af1a75e2d
19
package-lock.json
generated
19
package-lock.json
generated
|
@ -8,7 +8,7 @@
|
|||
"@wikimedia/codex": "^1.6.1",
|
||||
"@wikimedia/types-wikimedia": "0.4.4",
|
||||
"eslint-config-wikimedia": "0.28.0",
|
||||
"eslint-plugin-no-jquery": "2.7.0",
|
||||
"eslint-plugin-no-jquery": "3.0.0",
|
||||
"grunt-banana-checker": "0.13.0",
|
||||
"oojs": "^7.0.1",
|
||||
"oojs-ui": "^0.49.2",
|
||||
|
@ -1577,6 +1577,15 @@
|
|||
"eslint-plugin-yml": "^1.14.0"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-config-wikimedia/node_modules/eslint-plugin-no-jquery": {
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-2.7.0.tgz",
|
||||
"integrity": "sha512-Aeg7dA6GTH1AcWLlBtWNzOU9efK5KpNi7b0EhBO0o0M+awyzguUUo8gF6hXGjQ9n5h8/uRtYv9zOqQkeC5CG0w==",
|
||||
"dev": true,
|
||||
"peerDependencies": {
|
||||
"eslint": ">=2.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-compat": {
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-compat/-/eslint-plugin-compat-4.2.0.tgz",
|
||||
|
@ -1771,12 +1780,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-no-jquery": {
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-2.7.0.tgz",
|
||||
"integrity": "sha512-Aeg7dA6GTH1AcWLlBtWNzOU9efK5KpNi7b0EhBO0o0M+awyzguUUo8gF6hXGjQ9n5h8/uRtYv9zOqQkeC5CG0w==",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-3.0.0.tgz",
|
||||
"integrity": "sha512-I98ZWtdn9sYio4L5pRjyLVd+8BPuQcUQjucRzvqVLbsGhZbFd5BPTbIP/s6vj5ZFm95oPi67+niO00q6WMeJvw==",
|
||||
"dev": true,
|
||||
"peerDependencies": {
|
||||
"eslint": ">=2.3.0"
|
||||
"eslint": ">=8.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-qunit": {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"@wikimedia/codex": "^1.6.1",
|
||||
"@wikimedia/types-wikimedia": "0.4.4",
|
||||
"eslint-config-wikimedia": "0.28.0",
|
||||
"eslint-plugin-no-jquery": "2.7.0",
|
||||
"eslint-plugin-no-jquery": "3.0.0",
|
||||
"grunt-banana-checker": "0.13.0",
|
||||
"oojs": "^7.0.1",
|
||||
"oojs-ui": "^0.49.2",
|
||||
|
|
Loading…
Reference in a new issue