Skip to content

Commit 9a43eac

Browse files
janicduplessisfacebook-github-bot
authored andcommitted
Add missing @jest/create-cache-key-function dep root package.json (#31668)
Summary: `jest/create-cache-key-function` should be installed as part of the react-native package since it is used by the jest config. Running jest currently errors unless this package is somehow transitively installed. ## Changelog [General] [Fixed] - Add missing jest/create-cache-key-function dep root package.json Pull Request resolved: #31668 Test Plan: Run jest in a RN app. Reviewed By: rubennorte Differential Revision: D28953697 Pulled By: lunaleaps fbshipit-source-id: a0862ea3b2bc93a72bb4a0f976ef486a66112ec5
1 parent 961b00d commit 9a43eac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"react": "17.0.2"
9090
},
9191
"dependencies": {
92+
"@jest/create-cache-key-function": "^27.0.1",
9293
"@react-native-community/cli": "^6.0.0-rc.0",
9394
"@react-native-community/cli-platform-android": "^6.0.0-rc.0",
9495
"@react-native-community/cli-platform-ios": "^6.0.0-rc.0",

repo-config/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"@babel/generator": "^7.14.0",
1414
"@babel/template": "^7.0.0",
1515
"@babel/types": "^7.0.0",
16-
"@jest/create-cache-key-function": "^27.0.1",
1716
"@react-native-community/eslint-plugin": "*",
1817
"@reactions/component": "^2.0.2",
1918
"async": "^2.4.0",

0 commit comments

Comments
 (0)