diff options
author | dependabot[bot] | 2023-02-08 14:30:40 +0000 |
---|---|---|
committer | vitalyster | 2023-02-08 17:31:00 +0300 |
commit | b887e31deb1be45e7d7eafaf550aac61ed6220e0 (patch) | |
tree | 4f5b6fdfc05d1fba4b7071f591502b315fcb73c2 /vnext/package.json | |
parent | a6c360dadb4d1ce7c4fa90f313553c733fd1f0e2 (diff) |
build(deps-dev): bump jest from 29.4.1 to 29.4.2 in /vnext
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.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.4.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>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 13a2c68e..61a3c289 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-testing-library": "^5.10.0", - "jest": "^29.4.1", + "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.2", "live-server": "^1.2.2", "postcss": "^8.4.21", |