mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
Use @types/rn-host-detect (#1066)
This commit is contained in:
parent
df059f9459
commit
ec52b74770
|
@ -57,6 +57,7 @@
|
|||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@types/jsan": "^3.1.2",
|
||||
"@types/rn-host-detect": "^1.2.0",
|
||||
"@types/socketcluster-client": "^13.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "^5.10.0",
|
||||
"@typescript-eslint/parser": "^5.10.0",
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
declare module 'rn-host-detect' {
|
||||
export default function getHostForRN(hostname: string): string;
|
||||
}
|
|
@ -5054,6 +5054,7 @@ __metadata:
|
|||
"@redux-devtools/instrument": ^2.1.0
|
||||
"@redux-devtools/utils": ^1.2.0
|
||||
"@types/jsan": ^3.1.2
|
||||
"@types/rn-host-detect": ^1.2.0
|
||||
"@types/socketcluster-client": ^13.0.5
|
||||
"@typescript-eslint/eslint-plugin": ^5.10.0
|
||||
"@typescript-eslint/parser": ^5.10.0
|
||||
|
@ -7659,6 +7660,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/rn-host-detect@npm:^1.2.0":
|
||||
version: 1.2.0
|
||||
resolution: "@types/rn-host-detect@npm:1.2.0"
|
||||
checksum: aa805faa3eeef20831bbcd8fb54a9a804f300d000c5c279d3a310f9f5d0c932c68734728564d4dd872c87b451defdc00451a1bdc842ae31abda10391e18b16e4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/sc-auth@npm:*":
|
||||
version: 5.0.0
|
||||
resolution: "@types/sc-auth@npm:5.0.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user