mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-07 14:56:43 +00:00
chore(deps): update dependency eslint-plugin-unicorn to v49 (#124)
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
"eslint-plugin-prettier": "^5.0.1",
|
"eslint-plugin-prettier": "^5.0.1",
|
||||||
"eslint-plugin-promise": "^6.1.1",
|
"eslint-plugin-promise": "^6.1.1",
|
||||||
"eslint-plugin-sonarjs": "^0.21.0",
|
"eslint-plugin-sonarjs": "^0.21.0",
|
||||||
"eslint-plugin-unicorn": "^48.0.0",
|
"eslint-plugin-unicorn": "^49.0.0",
|
||||||
"lerna": "^7.0.0",
|
"lerna": "^7.0.0",
|
||||||
"lerna-update-wizard": "^1.1.2",
|
"lerna-update-wizard": "^1.1.2",
|
||||||
"markdownlint-cli": "^0.37.0",
|
"markdownlint-cli": "^0.37.0",
|
||||||
|
|||||||
13
yarn.lock
13
yarn.lock
@@ -15,7 +15,7 @@
|
|||||||
"@babel/highlight" "^7.22.13"
|
"@babel/highlight" "^7.22.13"
|
||||||
chalk "^2.4.2"
|
chalk "^2.4.2"
|
||||||
|
|
||||||
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
|
"@babel/helper-validator-identifier@^7.22.20":
|
||||||
version "7.22.20"
|
version "7.22.20"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
||||||
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
||||||
@@ -1979,12 +1979,12 @@ eslint-plugin-sonarjs@^0.21.0:
|
|||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.21.0.tgz#1917f4d3de0ae72495a594142f51c1576f82e2c7"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.21.0.tgz#1917f4d3de0ae72495a594142f51c1576f82e2c7"
|
||||||
integrity sha512-oezUDfFT5S6j3rQheZ4DLPrbetPmMS7zHIKWGHr0CM3g5JgyZroz1FpIKa4jV83NsGpmgIeagpokWDKIJzRQmw==
|
integrity sha512-oezUDfFT5S6j3rQheZ4DLPrbetPmMS7zHIKWGHr0CM3g5JgyZroz1FpIKa4jV83NsGpmgIeagpokWDKIJzRQmw==
|
||||||
|
|
||||||
eslint-plugin-unicorn@^48.0.0:
|
eslint-plugin-unicorn@^49.0.0:
|
||||||
version "48.0.1"
|
version "49.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-48.0.1.tgz#a6573bc1687ae8db7121fdd8f92394b6549a6959"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz#4449ea954d7e1455eec8518f9417d7021b245fa8"
|
||||||
integrity sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==
|
integrity sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-validator-identifier" "^7.22.5"
|
"@babel/helper-validator-identifier" "^7.22.20"
|
||||||
"@eslint-community/eslint-utils" "^4.4.0"
|
"@eslint-community/eslint-utils" "^4.4.0"
|
||||||
ci-info "^3.8.0"
|
ci-info "^3.8.0"
|
||||||
clean-regexp "^1.0.0"
|
clean-regexp "^1.0.0"
|
||||||
@@ -1992,7 +1992,6 @@ eslint-plugin-unicorn@^48.0.0:
|
|||||||
indent-string "^4.0.0"
|
indent-string "^4.0.0"
|
||||||
is-builtin-module "^3.2.1"
|
is-builtin-module "^3.2.1"
|
||||||
jsesc "^3.0.2"
|
jsesc "^3.0.2"
|
||||||
lodash "^4.17.21"
|
|
||||||
pluralize "^8.0.0"
|
pluralize "^8.0.0"
|
||||||
read-pkg-up "^7.0.1"
|
read-pkg-up "^7.0.1"
|
||||||
regexp-tree "^0.1.27"
|
regexp-tree "^0.1.27"
|
||||||
|
|||||||
Reference in New Issue
Block a user