Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-native-powerauth-mobile-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@react-native/eslint-plugin": "^0.78.0",
"@react-native/typescript-config": "^0.78.0",
"@types/react": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"@typescript-eslint/parser": "^8.55.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
53 changes: 52 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2963,6 +2963,26 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:^8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.55.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.12.2"
"@typescript-eslint/scope-manager": "npm:8.55.0"
"@typescript-eslint/type-utils": "npm:8.55.0"
"@typescript-eslint/utils": "npm:8.55.0"
"@typescript-eslint/visitor-keys": "npm:8.55.0"
ignore: "npm:^7.0.5"
natural-compare: "npm:^1.4.0"
ts-api-utils: "npm:^2.4.0"
peerDependencies:
"@typescript-eslint/parser": ^8.55.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/e15973dfc822f6a455142433fa393ea2dd9fd4ba443e0d2fb68c6be7cd9a36e13412f061ccfe436a2c90fa070c4538bdd50985d374e85606c98800d372c17eb9
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.0.0, @typescript-eslint/parser@npm:^7.1.1":
version: 7.18.0
resolution: "@typescript-eslint/parser@npm:7.18.0"
Expand Down Expand Up @@ -3130,6 +3150,22 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/type-utils@npm:8.55.0"
dependencies:
"@typescript-eslint/types": "npm:8.55.0"
"@typescript-eslint/typescript-estree": "npm:8.55.0"
"@typescript-eslint/utils": "npm:8.55.0"
debug: "npm:^4.4.3"
ts-api-utils: "npm:^2.4.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/4987440d6e1ee2ae8024259796381612ab2fc81821ff93c45400f803726ea4894a25d07afa5f80cdf3081a189d99dc83a3a8dcd94ff9a4cab81461fe28ab9aef
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 @@ -3262,6 +3298,21 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:8.55.0":
version: 8.55.0
resolution: "@typescript-eslint/utils@npm:8.55.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.9.1"
"@typescript-eslint/scope-manager": "npm:8.55.0"
"@typescript-eslint/types": "npm:8.55.0"
"@typescript-eslint/typescript-estree": "npm:8.55.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <6.0.0"
checksum: 10c0/b57b86ac531e433c8057279805e6c903250460bc937cea46ec3b9284181a38f23b7c1ef092e8a1e37179432b39bd587c33db7f031b4243b1207ef37f23e4f24f
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^5.10.0":
version: 5.62.0
resolution: "@typescript-eslint/utils@npm:5.62.0"
Expand Down Expand Up @@ -9483,7 +9534,7 @@ __metadata:
"@react-native/eslint-plugin": "npm:^0.78.0"
"@react-native/typescript-config": "npm:^0.78.0"
"@types/react": "npm:^19.0.0"
"@typescript-eslint/eslint-plugin": "npm:^7.0.0"
"@typescript-eslint/eslint-plugin": "npm:^8.55.0"
"@typescript-eslint/parser": "npm:^8.55.0"
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
Expand Down
Loading