Skip to content

Commit

Permalink
猬嗭笍 Bump jest from 26.6.3 to 27.0.4 (#142)
Browse files Browse the repository at this point in the history
* 猬嗭笍 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] <support@github.com>

* 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 <carloscuesta@me.com>
  • Loading branch information
dependabot[bot] and carloscuesta committed Jun 20, 2021
1 parent 433bd83 commit c1b3c3d
Show file tree
Hide file tree
Showing 2 changed files with 962 additions and 776 deletions.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -63,11 +63,14 @@
"eslint": "^7.5.0",
"eslint-plugin-flowtype": "^5.2.0",
"flow-bin": "^0.153.0",
"jest": "^26.6.3",
"jest": "^27.0.4",
"react": "^17.0.1",
"react-native": "^0.64.0",
"react-test-renderer": "^17.0.1",
"snazzy": "^9.0.0",
"standard": "^16.0.0"
},
"resolutions": {
"react-native/@jest/create-cache-key-function": "^27.0.2"
}
}

0 comments on commit c1b3c3d

Please sign in to comment.