Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump eslint-plugin-typescript-sort-keys (#832)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-typescript-sort-keys](https://github.com/infctr/eslint-plugin-typescript-sort-keys) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/infctr/eslint-plugin-typescript-sort-keys/releases)
- [Changelog](https://github.com/infctr/eslint-plugin-typescript-sort-keys/blob/master/CHANGELOG.md)
- [Commits](infctr/eslint-plugin-typescript-sort-keys@v2.1.0...v2.3.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-typescript-sort-keys
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2023
1 parent 3ec4aeb commit c979d67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"generate-changelog": "1.8.0",
"husky": "8.0.3",
"jasmine": "3.99.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1034,10 +1034,10 @@ eslint-plugin-sort-keys-fix@1.1.2:
natural-compare "^1.4.0"
requireindex "~1.2.0"

eslint-plugin-typescript-sort-keys@2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-2.1.0.tgz"
integrity sha512-ET7ABypdz19m47QnKynzNfWPi4CTNQ5jQQC1X5d0gojIwblkbGiCa5IilsqzBTmqxZ0yXDqKBO/GBkBFQCOFsg==
eslint-plugin-typescript-sort-keys@2.3.0:
version "2.3.0"
resolved "https://registry.npmjs.org/eslint-plugin-typescript-sort-keys/-/eslint-plugin-typescript-sort-keys-2.3.0.tgz#d9b17983e550a70f57f7a4c8abc7a5ac115bae61"
integrity sha512-3LAcYulo5gNYiPWee+TksITfvWeBuBjGgcSLTacPESFVKEoy8laOQuZvJlSCwTBHT2SCGIxr3bJ56zuux+3MCQ==
dependencies:
"@typescript-eslint/experimental-utils" "^5.0.0"
json-schema "^0.4.0"
Expand Down

0 comments on commit c979d67

Please sign in to comment.