Skip to content

Commit 4859b84

Browse files
chore(deps-dev): bump jest from 29.3.1 to 29.4.0 (#1292)
* chore(deps-dev): bump jest from 29.3.1 to 29.4.0 Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.3.1 to 29.4.0. - [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.4.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update jest deps Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Jastrzębski <[email protected]>
1 parent b6b31a2 commit 4859b84

File tree

2 files changed

+526
-272
lines changed

2 files changed

+526
-272
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,22 @@
3939
"@types/jest": "^29.2.3",
4040
"@types/react": "~18.0.26",
4141
"@types/react-test-renderer": "~18.0.0",
42-
"babel-jest": "^29.3.1",
42+
"babel-jest": "^29.4.0",
4343
"conventional-changelog-cli": "^2.2.2",
4444
"dedent": "^0.7.0",
4545
"del-cli": "^5.0.0",
4646
"eslint": "^8.21.0",
4747
"flow-bin": "~0.170.0",
4848
"flow-copy-source": "^2.0.9",
49-
"jest": "^29.3.1",
49+
"jest": "^29.4.0",
5050
"react": "18.2.0",
5151
"react-native": "0.71.1",
5252
"react-test-renderer": "18.2.0",
5353
"strip-ansi": "^6.0.0",
5454
"typescript": "^4.0.2"
5555
},
5656
"dependencies": {
57-
"pretty-format": "^29.0.0"
57+
"pretty-format": "^29.4.0"
5858
},
5959
"peerDependencies": {
6060
"jest": ">=28.0.0",

0 commit comments

Comments
 (0)