Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit a96e0a1

Browse files
build(dev-deps): update dependency eslint-plugin-typescript-sort-keys to v3
1 parent b521f38 commit a96e0a1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-prettier": "4.2.1",
5353
"eslint-plugin-sort-destructure-keys": "1.5.0",
5454
"eslint-plugin-sort-keys-fix": "1.1.2",
55-
"eslint-plugin-typescript-sort-keys": "2.3.0",
55+
"eslint-plugin-typescript-sort-keys": "3.0.0",
5656
"execa": "7.1.1",
5757
"glob": "10.3.3",
5858
"husky": "8.0.3",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3870,18 +3870,18 @@ __metadata:
38703870
languageName: node
38713871
linkType: hard
38723872

3873-
"eslint-plugin-typescript-sort-keys@npm:2.3.0":
3874-
version: 2.3.0
3875-
resolution: "eslint-plugin-typescript-sort-keys@npm:2.3.0"
3873+
"eslint-plugin-typescript-sort-keys@npm:3.0.0":
3874+
version: 3.0.0
3875+
resolution: "eslint-plugin-typescript-sort-keys@npm:3.0.0"
38763876
dependencies:
38773877
"@typescript-eslint/experimental-utils": ^5.0.0
38783878
json-schema: ^0.4.0
38793879
natural-compare-lite: ^1.4.0
38803880
peerDependencies:
3881-
"@typescript-eslint/parser": ^1 || ^2 || ^3 || ^4 || ^5
3882-
eslint: ^5 || ^6 || ^7 || ^8
3881+
"@typescript-eslint/parser": ^6
3882+
eslint: ^7 || ^8
38833883
typescript: ^3 || ^4 || ^5
3884-
checksum: 3c00e77c2761dbd7c5b6d61883ddfb587eb32f4f5bddf2694f88ec278ac4e1f1c14694d04755c55cc6ed5313d7dcd407c376034cbc1871904f242f368a013091
3884+
checksum: 230f869e1d43f3ec27b3cbcd33add304fb9f607b224dcb0653054d7528e365c7c3694deb0e72942f039e871782ae57e37609aae5f6dd6ee72c9023bdbabd0031
38853885
languageName: node
38863886
linkType: hard
38873887

@@ -9915,7 +9915,7 @@ __metadata:
99159915
eslint-plugin-prettier: 4.2.1
99169916
eslint-plugin-sort-destructure-keys: 1.5.0
99179917
eslint-plugin-sort-keys-fix: 1.1.2
9918-
eslint-plugin-typescript-sort-keys: 2.3.0
9918+
eslint-plugin-typescript-sort-keys: 3.0.0
99199919
execa: 7.1.1
99209920
glob: 10.3.3
99219921
husky: 8.0.3

0 commit comments

Comments
 (0)