@rnx-kit/tools-react-native
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -12,3 +12,3 @@ /** | ||
*/ | ||
export declare function expandPlatformExtensions(platform: string, extensions: string[]): string[]; | ||
export declare function expandPlatformExtensions(platform: string, extensions: readonly string[]): string[]; | ||
/** | ||
@@ -15,0 +15,0 @@ * Returns a map of available React Native platforms. The result is cached. |
{ | ||
"name": "@rnx-kit/tools-react-native", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A collection of supplemental react-native functions and types", | ||
@@ -32,3 +32,4 @@ "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/tools-react-native#readme", | ||
"@types/node": "^16.0.0", | ||
"jest-extended": "^0.11.5" | ||
"jest": "^27.0.0", | ||
"jest-extended": "^2.0.0" | ||
}, | ||
@@ -41,5 +42,5 @@ "eslintConfig": { | ||
"setupFilesAfterEnv": [ | ||
"jest-extended" | ||
"jest-extended/all" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16104
4