Skip to content

Commit

Permalink
fix: attempt at fixing statics
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyAfternoons committed Jan 27, 2025
1 parent e5c9b63 commit 669aa5d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 15 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@react-native/eslint-plugin": "^0.77.0",
"@types/jest": "^28.1.2",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down
67 changes: 52 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2438,6 +2438,7 @@ __metadata:
"@react-native/eslint-plugin": ^0.77.0
"@types/jest": ^28.1.2
"@types/react": ^18.2.6
"@typescript-eslint/eslint-plugin": ^8.21.0
ajv: ^8.17.1
eslint: ^8.57.0
eslint-config-prettier: 8.3.0
Expand Down Expand Up @@ -3158,6 +3159,27 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^8.21.0":
version: 8.21.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.21.0"
dependencies:
"@eslint-community/regexpp": ^4.10.0
"@typescript-eslint/scope-manager": 8.21.0
"@typescript-eslint/type-utils": 8.21.0
"@typescript-eslint/utils": 8.21.0
"@typescript-eslint/visitor-keys": 8.21.0
graphemer: ^1.4.0
ignore: ^5.3.1
natural-compare: ^1.4.0
ts-api-utils: ^2.0.0
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 93a5302b8b46485e9016912758604b49d6abea4ae4d02c9d76f3b8125d5f20e92cacb2f8b21ad68b338e15246d1fcf6f5ccba1aee52281f2ffa6894988d4b135
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.1.1":
version: 7.18.0
resolution: "@typescript-eslint/parser@npm:7.18.0"
Expand Down Expand Up @@ -3223,6 +3245,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.21.0":
version: 8.21.0
resolution: "@typescript-eslint/type-utils@npm:8.21.0"
dependencies:
"@typescript-eslint/typescript-estree": 8.21.0
"@typescript-eslint/utils": 8.21.0
debug: ^4.3.4
ts-api-utils: ^2.0.0
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 717d8d41ab91da84ae1ef26b74bc05294984ce535e36583438c82dad91ee94a3b4f4e10ef9b92d50a45331d40e7d0dca0e1b9f121183ab33a483796383d912a0
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/types@npm:5.62.0"
Expand Down Expand Up @@ -3313,6 +3350,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.21.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
version: 8.21.0
resolution: "@typescript-eslint/utils@npm:8.21.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@typescript-eslint/scope-manager": 8.21.0
"@typescript-eslint/types": 8.21.0
"@typescript-eslint/typescript-estree": 8.21.0
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 0c22254b99ccaa8548e91f98debedfd7756f42036a5eabb58a633208b04949da96c46b712b9a5408be776a8f0dbe1d9d7eb6a2f895253d2dbeccb47941be97db
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^5.10.0":
version: 5.62.0
resolution: "@typescript-eslint/utils@npm:5.62.0"
Expand All @@ -3331,21 +3383,6 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
version: 8.21.0
resolution: "@typescript-eslint/utils@npm:8.21.0"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@typescript-eslint/scope-manager": 8.21.0
"@typescript-eslint/types": 8.21.0
"@typescript-eslint/typescript-estree": 8.21.0
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 0c22254b99ccaa8548e91f98debedfd7756f42036a5eabb58a633208b04949da96c46b712b9a5408be776a8f0dbe1d9d7eb6a2f895253d2dbeccb47941be97db
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
Expand Down

0 comments on commit 669aa5d

Please sign in to comment.