diff options
author | dependabot[bot] | 2023-01-02 17:01:27 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 29d322beac7914cb8472f15cfc364fd102d92553 (patch) | |
tree | 6ac05bb86cb43bf135454c9bd2ff4e31cab7851c /vnext/package.json | |
parent | d13d1fc522451df4d02286abdeb5945ceebe9a70 (diff) |
Bump eslint-plugin-jest from 27.1.7 to 27.2.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.1.7 to 27.2.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.1.7...v27.2.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 8a0b4cae..93e2a84d 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -27,7 +27,7 @@ "cssnano": "^5.1.14", "eslint": "^8.30.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jest": "^27.1.7", + "eslint-plugin-jest": "^27.2.0", "eslint-plugin-jest-dom": "^4.0.3", "eslint-plugin-jsdoc": "^39.6.4", "eslint-plugin-no-floating-promise": "^1.0.2", |