Skip to content

Commit c5db8cf

Browse files
chore(deps-dev): bump babel-jest from 29.0.2 to 29.0.3 (#1111)
* chore(deps-dev): bump babel-jest from 29.0.2 to 29.0.3 Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 29.0.2 to 29.0.3. - [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.3/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update all jest deps 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 <maciej.jastrzebski@callstack.com>
1 parent f0a1602 commit c5db8cf

File tree

2 files changed

+309
-297
lines changed

2 files changed

+309
-297
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,26 @@
3636
"@babel/preset-typescript": "^7.16.0",
3737
"@callstack/eslint-config": "^13.0.1",
3838
"@testing-library/jest-native": "~4.0.2",
39-
"@types/jest": "^29.0.0",
39+
"@types/jest": "^29.0.2",
4040
"@types/react": "~18.0.18",
4141
"@types/react-native": "~0.69.8",
4242
"@types/react-test-renderer": "~18.0.0",
43-
"babel-jest": "^29.0.2",
43+
"babel-jest": "^29.0.3",
4444
"conventional-changelog-cli": "^2.2.2",
4545
"dedent": "^0.7.0",
4646
"del-cli": "^5.0.0",
4747
"eslint": "^8.21.0",
4848
"flow-bin": "~0.170.0",
4949
"flow-copy-source": "^2.0.9",
50-
"jest": "^29.0.2",
50+
"jest": "^29.0.3",
5151
"react": "18.1.0",
5252
"react-native": "0.70.0",
5353
"react-test-renderer": "18.1.0",
5454
"strip-ansi": "^6.0.0",
5555
"typescript": "^4.0.2"
5656
},
5757
"dependencies": {
58-
"pretty-format": "^29.0.2"
58+
"pretty-format": "^29.0.3"
5959
},
6060
"peerDependencies": {
6161
"jest": ">=28.0.0",

0 commit comments

Comments
 (0)