mirror of https://github.com/ColorlibHQ/AdminLTE
Bump eslint-plugin-unicorn from 31.0.0 to 32.0.1 (#3685)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>pull/3694/head
parent
5c878852fe
commit
e3c422f7db
|
@ -41,6 +41,7 @@
|
|||
"unicorn/no-array-for-each": "off",
|
||||
"unicorn/no-for-loop": "off",
|
||||
"unicorn/no-null": "off",
|
||||
"unicorn/numeric-separators-style": "off",
|
||||
"unicorn/prefer-dataset": "off",
|
||||
"unicorn/prefer-includes": "off",
|
||||
"unicorn/prefer-module": "off",
|
||||
|
|
|
@ -4915,16 +4915,15 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-unicorn": {
|
||||
"version": "31.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-31.0.0.tgz",
|
||||
"integrity": "sha512-HR3gI4ANtV8A+0FLAaxjBD/G5J3PWBo+7OswyGeK5nylGqtKLJVbnPksIkBgmVg+SFpxu5MnjaxQQI+9KjyVAg==",
|
||||
"version": "32.0.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-32.0.1.tgz",
|
||||
"integrity": "sha512-LaZ9utnXtOJjnoDkpm+nQsONUUmyRR0WD6PGROSdQRRW3LRmgK/ZP8wxjW+Ai+2uolKTtuJzLx2mvbIeIoLqpg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ci-info": "^3.1.1",
|
||||
"clean-regexp": "^1.0.0",
|
||||
"eslint-template-visitor": "^2.3.2",
|
||||
"eslint-utils": "^2.1.0",
|
||||
"eslint-visitor-keys": "^2.0.0",
|
||||
"import-modules": "^2.1.0",
|
||||
"is-builtin-module": "^3.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
"eslint-config-xo": "^0.36.0",
|
||||
"eslint-plugin-compat": "^3.9.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-unicorn": "^31.0.0",
|
||||
"eslint-plugin-unicorn": "^32.0.1",
|
||||
"lockfile-lint": "^4.6.2",
|
||||
"node-sass": "^6.0.0",
|
||||
"node-sass-package-importer": "^5.3.2",
|
||||
|
|
Loading…
Reference in New Issue