Skip to content

Commit 75aaaa6

Browse files
chore(deps-dev): bump jest from 29.2.1 to 29.2.2 (#1199)
* chore(deps-dev): bump jest from 29.2.1 to 29.2.2 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.2.1 to 29.2.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.2.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: 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 <mdjastrzebski@gmail.com>
1 parent 09ef0ae commit 75aaaa6

File tree

2 files changed

+179
-169
lines changed

2 files changed

+179
-169
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.18.6",
3737
"@callstack/eslint-config": "^13.0.1",
3838
"@testing-library/jest-native": "^5.0.0",
39-
"@types/jest": "^29.0.2",
39+
"@types/jest": "^29.2.0",
4040
"@types/react": "~18.0.18",
4141
"@types/react-native": "~0.70.0",
4242
"@types/react-test-renderer": "~18.0.0",
43-
"babel-jest": "^29.0.3",
43+
"babel-jest": "^29.2.2",
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.3",
50+
"jest": "^29.2.2",
5151
"react": "18.1.0",
5252
"react-native": "0.70.4",
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.3"
58+
"pretty-format": "^29.0.0"
5959
},
6060
"peerDependencies": {
6161
"jest": ">=28.0.0",

0 commit comments

Comments
 (0)