Skip to content

Commit 5b811e4

Browse files
Update dependency eslint-plugin-typescript-sort-keys to v3
1 parent f1b18e9 commit 5b811e4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"eslint-plugin-react-native": "4.0.0",
111111
"eslint-plugin-simple-import-sort": "9.0.0",
112112
"eslint-plugin-sort-keys-fix": "1.1.2",
113-
"eslint-plugin-typescript-sort-keys": "2.3.0",
113+
"eslint-plugin-typescript-sort-keys": "3.3.0",
114114
"eslint-plugin-yml": "1.6.0",
115115
"html-webpack-plugin": "5.5.3",
116116
"husky": "9.1.7",

β€Žyarn.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10535,18 +10535,18 @@ __metadata:
1053510535
languageName: node
1053610536
linkType: hard
1053710537

10538-
"eslint-plugin-typescript-sort-keys@npm:2.3.0":
10539-
version: 2.3.0
10540-
resolution: "eslint-plugin-typescript-sort-keys@npm:2.3.0"
10538+
"eslint-plugin-typescript-sort-keys@npm:3.3.0":
10539+
version: 3.3.0
10540+
resolution: "eslint-plugin-typescript-sort-keys@npm:3.3.0"
1054110541
dependencies:
1054210542
"@typescript-eslint/experimental-utils": "npm:^5.0.0"
1054310543
json-schema: "npm:^0.4.0"
1054410544
natural-compare-lite: "npm:^1.4.0"
1054510545
peerDependencies:
10546-
"@typescript-eslint/parser": ^1 || ^2 || ^3 || ^4 || ^5
10547-
eslint: ^5 || ^6 || ^7 || ^8
10546+
"@typescript-eslint/parser": ">=6"
10547+
eslint: ^7 || ^8
1054810548
typescript: ^3 || ^4 || ^5
10549-
checksum: 10/d61483d8de0acd58dda6bc660c76f6a1d9994b09bf7c6008f9e2fdce69145de18dc11eee5ee98e2a41ac2930ba956bebf029703d1f77191c84c77986d4cf5972
10549+
checksum: 10/876788aa0898f8348756202d61d8e37a5f6f82a1149924e4cd3c205fd215c94b1068a29591fcdc5d0932bdf99c27574a6f46776d42280f635916e3bc8f100eb7
1055010550
languageName: node
1055110551
linkType: hard
1055210552

@@ -16677,7 +16677,7 @@ __metadata:
1667716677
eslint-plugin-react-native: "npm:4.0.0"
1667816678
eslint-plugin-simple-import-sort: "npm:9.0.0"
1667916679
eslint-plugin-sort-keys-fix: "npm:1.1.2"
16680-
eslint-plugin-typescript-sort-keys: "npm:2.3.0"
16680+
eslint-plugin-typescript-sort-keys: "npm:3.3.0"
1668116681
eslint-plugin-yml: "npm:1.6.0"
1668216682
html-webpack-plugin: "npm:5.5.3"
1668316683
husky: "npm:9.1.7"

0 commit comments

Comments
Β (0)