diff options
author | 2022-08-04 02:49:43 +0000 | |
---|---|---|
committer | 2022-08-04 02:49:43 +0000 | |
commit | 21659b870f4c7ea31726338c4568bc4182657c93 (patch) | |
tree | c96d6f0abaaf656670641c62ed9ac23f5aa95794 /package.json | |
parent | Merge pull request #487 from python-discord/dependabot/npm_and_yarn/terser-5.... (diff) |
Bump jest-watch-typeahead from 1.1.0 to 2.0.0
Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/jest-community/jest-watch-typeahead/releases)
- [Changelog](https://github.com/jest-community/jest-watch-typeahead/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/jest-watch-typeahead/compare/v1.1.0...v2.0.0)
---
updated-dependencies:
- dependency-name: jest-watch-typeahead
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a3b9e14..2a6b397 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "jest": "28.1.1", "jest-environment-jsdom": "28.1.1", "jest-resolve": "28.1.1", - "jest-watch-typeahead": "1.1.0", + "jest-watch-typeahead": "2.0.0", "webpack-dev-server": "4.9.3" } } |