Skip to content

Commit 34004cf

Browse files
fix: attempt at fixing statics
1 parent 669aa5d commit 34004cf

File tree

2 files changed

+70
-58
lines changed

2 files changed

+70
-58
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@react-native/eslint-plugin": "^0.77.0",
6060
"@types/jest": "^28.1.2",
6161
"@types/react": "^18.2.6",
62-
"@typescript-eslint/eslint-plugin": "^8.21.0",
62+
"@typescript-eslint/eslint-plugin": "^5.9.1",
6363
"eslint": "^8.57.0",
6464
"eslint-config-prettier": "8.3.0",
6565
"eslint-plugin-eslint-comments": "^3.2.0",

yarn.lock

+69-57
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ __metadata:
18381838
languageName: node
18391839
linkType: hard
18401840

1841-
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1":
1841+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.4.0, @eslint-community/regexpp@npm:^4.6.1":
18421842
version: 4.12.1
18431843
resolution: "@eslint-community/regexpp@npm:4.12.1"
18441844
checksum: 0d628680e204bc316d545b4993d3658427ca404ae646ce541fcc65306b8c712c340e5e573e30fb9f85f4855c0c5f6dca9868931f2fcced06417fbe1a0c6cd2d6
@@ -2438,7 +2438,7 @@ __metadata:
24382438
"@react-native/eslint-plugin": ^0.77.0
24392439
"@types/jest": ^28.1.2
24402440
"@types/react": ^18.2.6
2441-
"@typescript-eslint/eslint-plugin": ^8.21.0
2441+
"@typescript-eslint/eslint-plugin": ^5.9.1
24422442
ajv: ^8.17.1
24432443
eslint: ^8.57.0
24442444
eslint-config-prettier: 8.3.0
@@ -3136,6 +3136,30 @@ __metadata:
31363136
languageName: node
31373137
linkType: hard
31383138

3139+
"@typescript-eslint/eslint-plugin@npm:^5.9.1":
3140+
version: 5.62.0
3141+
resolution: "@typescript-eslint/eslint-plugin@npm:5.62.0"
3142+
dependencies:
3143+
"@eslint-community/regexpp": ^4.4.0
3144+
"@typescript-eslint/scope-manager": 5.62.0
3145+
"@typescript-eslint/type-utils": 5.62.0
3146+
"@typescript-eslint/utils": 5.62.0
3147+
debug: ^4.3.4
3148+
graphemer: ^1.4.0
3149+
ignore: ^5.2.0
3150+
natural-compare-lite: ^1.4.0
3151+
semver: ^7.3.7
3152+
tsutils: ^3.21.0
3153+
peerDependencies:
3154+
"@typescript-eslint/parser": ^5.0.0
3155+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3156+
peerDependenciesMeta:
3157+
typescript:
3158+
optional: true
3159+
checksum: fc104b389c768f9fa7d45a48c86d5c1ad522c1d0512943e782a56b1e3096b2cbcc1eea3fcc590647bf0658eef61aac35120a9c6daf979bf629ad2956deb516a1
3160+
languageName: node
3161+
linkType: hard
3162+
31393163
"@typescript-eslint/eslint-plugin@npm:^7.1.1":
31403164
version: 7.18.0
31413165
resolution: "@typescript-eslint/eslint-plugin@npm:7.18.0"
@@ -3159,27 +3183,6 @@ __metadata:
31593183
languageName: node
31603184
linkType: hard
31613185

3162-
"@typescript-eslint/eslint-plugin@npm:^8.21.0":
3163-
version: 8.21.0
3164-
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
3165-
dependencies:
3166-
"@eslint-community/regexpp": ^4.10.0
3167-
"@typescript-eslint/scope-manager": 8.21.0
3168-
"@typescript-eslint/type-utils": 8.21.0
3169-
"@typescript-eslint/utils": 8.21.0
3170-
"@typescript-eslint/visitor-keys": 8.21.0
3171-
graphemer: ^1.4.0
3172-
ignore: ^5.3.1
3173-
natural-compare: ^1.4.0
3174-
ts-api-utils: ^2.0.0
3175-
peerDependencies:
3176-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
3177-
eslint: ^8.57.0 || ^9.0.0
3178-
typescript: ">=4.8.4 <5.8.0"
3179-
checksum: 93a5302b8b46485e9016912758604b49d6abea4ae4d02c9d76f3b8125d5f20e92cacb2f8b21ad68b338e15246d1fcf6f5ccba1aee52281f2ffa6894988d4b135
3180-
languageName: node
3181-
linkType: hard
3182-
31833186
"@typescript-eslint/parser@npm:^7.1.1":
31843187
version: 7.18.0
31853188
resolution: "@typescript-eslint/parser@npm:7.18.0"
@@ -3228,6 +3231,23 @@ __metadata:
32283231
languageName: node
32293232
linkType: hard
32303233

3234+
"@typescript-eslint/type-utils@npm:5.62.0":
3235+
version: 5.62.0
3236+
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
3237+
dependencies:
3238+
"@typescript-eslint/typescript-estree": 5.62.0
3239+
"@typescript-eslint/utils": 5.62.0
3240+
debug: ^4.3.4
3241+
tsutils: ^3.21.0
3242+
peerDependencies:
3243+
eslint: "*"
3244+
peerDependenciesMeta:
3245+
typescript:
3246+
optional: true
3247+
checksum: fc41eece5f315dfda14320be0da78d3a971d650ea41300be7196934b9715f3fe1120a80207551eb71d39568275dbbcf359bde540d1ca1439d8be15e9885d2739
3248+
languageName: node
3249+
linkType: hard
3250+
32313251
"@typescript-eslint/type-utils@npm:7.18.0":
32323252
version: 7.18.0
32333253
resolution: "@typescript-eslint/type-utils@npm:7.18.0"
@@ -3245,21 +3265,6 @@ __metadata:
32453265
languageName: node
32463266
linkType: hard
32473267

3248-
"@typescript-eslint/type-utils@npm:8.21.0":
3249-
version: 8.21.0
3250-
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
3251-
dependencies:
3252-
"@typescript-eslint/typescript-estree": 8.21.0
3253-
"@typescript-eslint/utils": 8.21.0
3254-
debug: ^4.3.4
3255-
ts-api-utils: ^2.0.0
3256-
peerDependencies:
3257-
eslint: ^8.57.0 || ^9.0.0
3258-
typescript: ">=4.8.4 <5.8.0"
3259-
checksum: 717d8d41ab91da84ae1ef26b74bc05294984ce535e36583438c82dad91ee94a3b4f4e10ef9b92d50a45331d40e7d0dca0e1b9f121183ab33a483796383d912a0
3260-
languageName: node
3261-
linkType: hard
3262-
32633268
"@typescript-eslint/types@npm:5.62.0":
32643269
version: 5.62.0
32653270
resolution: "@typescript-eslint/types@npm:5.62.0"
@@ -3336,6 +3341,24 @@ __metadata:
33363341
languageName: node
33373342
linkType: hard
33383343

3344+
"@typescript-eslint/utils@npm:5.62.0, @typescript-eslint/utils@npm:^5.10.0":
3345+
version: 5.62.0
3346+
resolution: "@typescript-eslint/utils@npm:5.62.0"
3347+
dependencies:
3348+
"@eslint-community/eslint-utils": ^4.2.0
3349+
"@types/json-schema": ^7.0.9
3350+
"@types/semver": ^7.3.12
3351+
"@typescript-eslint/scope-manager": 5.62.0
3352+
"@typescript-eslint/types": 5.62.0
3353+
"@typescript-eslint/typescript-estree": 5.62.0
3354+
eslint-scope: ^5.1.1
3355+
semver: ^7.3.7
3356+
peerDependencies:
3357+
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3358+
checksum: ee9398c8c5db6d1da09463ca7bf36ed134361e20131ea354b2da16a5fdb6df9ba70c62a388d19f6eebb421af1786dbbd79ba95ddd6ab287324fc171c3e28d931
3359+
languageName: node
3360+
linkType: hard
3361+
33393362
"@typescript-eslint/utils@npm:7.18.0":
33403363
version: 7.18.0
33413364
resolution: "@typescript-eslint/utils@npm:7.18.0"
@@ -3350,7 +3373,7 @@ __metadata:
33503373
languageName: node
33513374
linkType: hard
33523375

3353-
"@typescript-eslint/utils@npm:8.21.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
3376+
"@typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
33543377
version: 8.21.0
33553378
resolution: "@typescript-eslint/utils@npm:8.21.0"
33563379
dependencies:
@@ -3365,24 +3388,6 @@ __metadata:
33653388
languageName: node
33663389
linkType: hard
33673390

3368-
"@typescript-eslint/utils@npm:^5.10.0":
3369-
version: 5.62.0
3370-
resolution: "@typescript-eslint/utils@npm:5.62.0"
3371-
dependencies:
3372-
"@eslint-community/eslint-utils": ^4.2.0
3373-
"@types/json-schema": ^7.0.9
3374-
"@types/semver": ^7.3.12
3375-
"@typescript-eslint/scope-manager": 5.62.0
3376-
"@typescript-eslint/types": 5.62.0
3377-
"@typescript-eslint/typescript-estree": 5.62.0
3378-
eslint-scope: ^5.1.1
3379-
semver: ^7.3.7
3380-
peerDependencies:
3381-
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
3382-
checksum: ee9398c8c5db6d1da09463ca7bf36ed134361e20131ea354b2da16a5fdb6df9ba70c62a388d19f6eebb421af1786dbbd79ba95ddd6ab287324fc171c3e28d931
3383-
languageName: node
3384-
linkType: hard
3385-
33863391
"@typescript-eslint/visitor-keys@npm:5.62.0":
33873392
version: 5.62.0
33883393
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
@@ -8264,6 +8269,13 @@ __metadata:
82648269
languageName: node
82658270
linkType: hard
82668271

8272+
"natural-compare-lite@npm:^1.4.0":
8273+
version: 1.4.0
8274+
resolution: "natural-compare-lite@npm:1.4.0"
8275+
checksum: 5222ac3986a2b78dd6069ac62cbb52a7bf8ffc90d972ab76dfe7b01892485d229530ed20d0c62e79a6b363a663b273db3bde195a1358ce9e5f779d4453887225
8276+
languageName: node
8277+
linkType: hard
8278+
82678279
"natural-compare@npm:^1.4.0":
82688280
version: 1.4.0
82698281
resolution: "natural-compare@npm:1.4.0"

0 commit comments

Comments
 (0)