@boxine/eslint-config-jest
Advanced tools
Comparing version 2.0.0 to 2.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.0.2](https://gitlab.boxine.de/tonies/shared-config-boxine/compare/v2.0.1...v2.0.2) (2024-11-29) | ||
### Bug Fixes | ||
* **deps:** update eslint-plugin-jest to version 27.x ([25ef74c](https://gitlab.boxine.de/tonies/shared-config-boxine/commit/25ef74c161f52d33fc07cb3457eabd5f92356404)) | ||
# [2.0.0](https://gitlab.boxine.de/tonies/shared-config-boxine/compare/v2.0.0-rc.3...v2.0.0) (2022-06-08) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@boxine/eslint-config-jest", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "Jest configuration for ESLint used by Boxine GmbH", | ||
@@ -13,6 +13,6 @@ "main": "index.js", | ||
"eslint": "8.x", | ||
"eslint-plugin-jest": "26.x", | ||
"eslint-plugin-jest": "27.x", | ||
"eslint-plugin-testing-library": "5.x" | ||
}, | ||
"gitHead": "707c81a171a3b625c21b9f0a5980e3ab9bef51d0" | ||
"gitHead": "9db39e633011c1cb7e728d12ca0bc7dd04293af5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9059