Skip to content

Commit c1b3c3d

Browse files
⬆️ Bump jest from 26.6.3 to 27.0.4 (#142)
* ⬆️ Bump jest from 26.6.3 to 27.0.4 Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.4. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](jestjs/jest@v26.6.3...v27.0.4) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix Jest cache error Related with facebook/react-native#30637 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Cuesta <[email protected]>
1 parent 433bd83 commit c1b3c3d

File tree

2 files changed

+962
-776
lines changed

2 files changed

+962
-776
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@
6363
"eslint": "^7.5.0",
6464
"eslint-plugin-flowtype": "^5.2.0",
6565
"flow-bin": "^0.153.0",
66-
"jest": "^26.6.3",
66+
"jest": "^27.0.4",
6767
"react": "^17.0.1",
6868
"react-native": "^0.64.0",
6969
"react-test-renderer": "^17.0.1",
7070
"snazzy": "^9.0.0",
7171
"standard": "^16.0.0"
72+
},
73+
"resolutions": {
74+
"react-native/@jest/create-cache-key-function": "^27.0.2"
7275
}
7376
}

0 commit comments

Comments
 (0)