Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-typescript-sort-keys (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent c7f2f53 commit 289abd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"eslint-plugin-unused-imports": "4.1.4",
"logdown": "3.3.1",
"oxlint": "0.9.9",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1927,18 +1927,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-typescript-sort-keys@npm:3.2.0":
version: 3.2.0
resolution: "eslint-plugin-typescript-sort-keys@npm:3.2.0"
"eslint-plugin-typescript-sort-keys@npm:3.3.0":
version: 3.3.0
resolution: "eslint-plugin-typescript-sort-keys@npm:3.3.0"
dependencies:
"@typescript-eslint/experimental-utils": "npm:^5.0.0"
json-schema: "npm:^0.4.0"
natural-compare-lite: "npm:^1.4.0"
peerDependencies:
"@typescript-eslint/parser": ^6 || ^7
"@typescript-eslint/parser": ">=6"
eslint: ^7 || ^8
typescript: ^3 || ^4 || ^5
checksum: 10/6ef3273ed1a0a1c60dd6750b4c9884f6c43668f552021d622492c26f2f2d8f7d86ca7f9fbfff23e3b756854bf1014e5f8e690eddccfb6ad569987b88650a9d55
checksum: 10/876788aa0898f8348756202d61d8e37a5f6f82a1149924e4cd3c205fd215c94b1068a29591fcdc5d0932bdf99c27574a6f46776d42280f635916e3bc8f100eb7
languageName: node
linkType: hard

Expand Down Expand Up @@ -3849,7 +3849,7 @@ __metadata:
eslint-plugin-prettier: "npm:5.2.1"
eslint-plugin-simple-import-sort: "npm:12.1.1"
eslint-plugin-sort-keys-fix: "npm:1.1.2"
eslint-plugin-typescript-sort-keys: "npm:3.2.0"
eslint-plugin-typescript-sort-keys: "npm:3.3.0"
eslint-plugin-unused-imports: "npm:4.1.4"
fs-extra: "npm:11.2.0"
json-schema-to-typescript: "npm:15.0.2"
Expand Down

0 comments on commit 289abd2

Please sign in to comment.