1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Update dependency eslint-plugin-unicorn to v46 (#3199)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-10 10:28:20 +13:00
committed by GitHub
parent 9b1f2a1d11
commit fb8f61a5ec
2 changed files with 5 additions and 5 deletions

View File

@@ -110,7 +110,7 @@
"eslint-plugin-jsdoc": "^40.0.0", "eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-matrix-org": "^1.0.0", "eslint-plugin-matrix-org": "^1.0.0",
"eslint-plugin-tsdoc": "^0.2.17", "eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^45.0.0", "eslint-plugin-unicorn": "^46.0.0",
"exorcist": "^2.0.0", "exorcist": "^2.0.0",
"fake-indexeddb": "^4.0.0", "fake-indexeddb": "^4.0.0",
"fetch-mock-jest": "^1.5.1", "fetch-mock-jest": "^1.5.1",

View File

@@ -3597,10 +3597,10 @@ eslint-plugin-tsdoc@^0.2.17:
"@microsoft/tsdoc" "0.14.2" "@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "0.16.2" "@microsoft/tsdoc-config" "0.16.2"
eslint-plugin-unicorn@^45.0.0: eslint-plugin-unicorn@^46.0.0:
version "45.0.2" version "46.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-45.0.2.tgz#d6ba704793a6909fe5dfe013900d2b05b715284c" resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-46.0.0.tgz#b5cdcc9465fd6e46ab7968b87dd4a43adc8d6031"
integrity sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw== integrity sha512-j07WkC+PFZwk8J33LYp6JMoHa1lXc1u6R45pbSAipjpfpb7KIGr17VE2D685zCxR5VL4cjrl65kTJflziQWMDA==
dependencies: dependencies:
"@babel/helper-validator-identifier" "^7.19.1" "@babel/helper-validator-identifier" "^7.19.1"
"@eslint-community/eslint-utils" "^4.1.2" "@eslint-community/eslint-utils" "^4.1.2"