Skip to content

Commit

Permalink
build(dev-deps): update dependency eslint-plugin-typescript-sort-keys…
Browse files Browse the repository at this point in the history
… to v3
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent 6729035 commit c95c1e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.3.0",
"eslint-plugin-typescript-sort-keys": "3.1.0",
"execa": "7.1.1",
"mocha": "10.2.0",
"postcss": "8.4.25",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3684,18 +3684,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-typescript-sort-keys@npm:2.3.0":
version: 2.3.0
resolution: "eslint-plugin-typescript-sort-keys@npm:2.3.0"
"eslint-plugin-typescript-sort-keys@npm:3.1.0":
version: 3.1.0
resolution: "eslint-plugin-typescript-sort-keys@npm:3.1.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": ^1 || ^2 || ^3 || ^4 || ^5
eslint: ^5 || ^6 || ^7 || ^8
"@typescript-eslint/parser": ^6
eslint: ^7 || ^8
typescript: ^3 || ^4 || ^5
checksum: d61483d8de0acd58dda6bc660c76f6a1d9994b09bf7c6008f9e2fdce69145de18dc11eee5ee98e2a41ac2930ba956bebf029703d1f77191c84c77986d4cf5972
checksum: 7ebb5accfc0cfabdd17257ec91a86a3083018f039a9c9e899be1db62615ebb1446455062571818d646685e25277aec88f80a5a95570e71c2b0f0b38d8b945f92
languageName: node
linkType: hard

Expand Down Expand Up @@ -7321,7 +7321,7 @@ __metadata:
eslint-plugin-prettier: "npm:4.2.1"
eslint-plugin-sort-destructure-keys: "npm:1.5.0"
eslint-plugin-sort-keys-fix: "npm:1.1.2"
eslint-plugin-typescript-sort-keys: "npm:2.3.0"
eslint-plugin-typescript-sort-keys: "npm:3.1.0"
execa: "npm:7.1.1"
mocha: "npm:10.2.0"
postcss: "npm:8.4.25"
Expand Down

0 comments on commit c95c1e8

Please sign in to comment.