Skip to content

Commit

Permalink
test - trying to bump all Jest deps to 27.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Jan 27, 2022
1 parent d6db5c5 commit cb68b0d
Show file tree
Hide file tree
Showing 5 changed files with 790 additions and 723 deletions.
2 changes: 1 addition & 1 deletion ReactCommon/hermes/inspector/tools/msggen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/preset-flow": "^7.2.0",
"diff": "3.5.0",
"extend": "3.0.2",
"jest": "^26.6.3",
"jest": "^27.4.7",
"nwmatcher": "1.4.4",
"randomatic": "3.0.0",
"sshpk": "1.16.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"react": "17.0.2"
},
"dependencies": {
"@jest/create-cache-key-function": "^27.0.1",
"@jest/create-cache-key-function": "^27.4.2",
"@react-native-community/cli": "^6.0.0",
"@react-native-community/cli-platform-android": "^6.0.0",
"@react-native-community/cli-platform-ios": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-relay": "^1.8.2",
"flow-bin": "^0.170.0",
"inquirer": "^7.1.0",
"jest": "^26.6.3",
"jest": "^27.4.7",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.66.2",
Expand Down
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-jest": "^27.4.6",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"jest": "^27.4.7",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-gradle-plugin": "^0.0.4",
"react-test-renderer": "17.0.2"
Expand Down
Loading

0 comments on commit cb68b0d

Please sign in to comment.