Skip to content

Commit 6577763

Browse files
chore(deps-dev): bump jest from 29.0.1 to 29.0.2 (#1094)
* chore(deps-dev): bump jest from 29.0.1 to 29.0.2 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.0.1 to 29.0.2. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.0.2/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update jest deps * chore: update yarn.lockl Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
1 parent db3b432 commit 6577763

File tree

2 files changed

+340
-266
lines changed

2 files changed

+340
-266
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@
4040
"@types/react": "^18.0.0",
4141
"@types/react-native": "^0.69.1",
4242
"@types/react-test-renderer": "^18.0.0",
43-
"babel-jest": "^29.0.0",
43+
"babel-jest": "^29.0.2",
4444
"conventional-changelog-cli": "^2.0.11",
4545
"cp-cli": "^2.0.0",
4646
"dedent": "^0.7.0",
4747
"del-cli": "^5.0.0",
4848
"eslint": "^8.21.0",
4949
"flow-bin": "~0.170.0",
5050
"flow-copy-source": "^2.0.9",
51-
"jest": "^29.0.0",
51+
"jest": "^29.0.2",
5252
"react": "^18.0.0",
5353
"react-native": "~0.69.1",
5454
"react-test-renderer": "^18.0.0",
5555
"strip-ansi": "^6.0.0",
5656
"typescript": "^4.0.2"
5757
},
5858
"dependencies": {
59-
"pretty-format": "^29.0.0"
59+
"pretty-format": "^29.0.2"
6060
},
6161
"peerDependencies": {
6262
"react": ">=16.0.0",

0 commit comments

Comments
 (0)