Skip to content

Commit f272882

Browse files
committed
Final eslint-plugin-jest v22 release
1 parent 19b62e3 commit f272882

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Removed
1313

14+
## [8.2.0] - 2019-10-28
15+
### Changed
16+
* Final release with support for `eslint-plugin-jest` v22.x.x.
17+
1418
## [8.1.0] - 2019-10-06
1519
### Changed
1620
* Updated [id-length](https://eslint.org/docs/rules/id-length) max from 30 to 40.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tc",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "ESLint shareable config for JavaScript projects",
55
"keywords": [
66
"eslintconfig",
@@ -33,27 +33,27 @@
3333
"test": "jest"
3434
},
3535
"devDependencies": {
36-
"eslint": "^6.5.1",
36+
"eslint": "^6.6.0",
3737
"eslint-formatter-pretty": "^2.1.1",
3838
"eslint-plugin-import": "^2.18.2",
3939
"eslint-plugin-jest": "^22.17.0",
4040
"eslint-plugin-prettier": "^3.1.1",
4141
"is-plain-obj": "^2.0.0",
4242
"jest": "^24.9.0",
43-
"npm-package-json-lint": "^4.0.0",
43+
"npm-package-json-lint": "^4.0.3",
4444
"npm-package-json-lint-config-tc": "^3.0.0",
4545
"prettier": "^1.18.2"
4646
},
4747
"dependencies": {
4848
"eslint-config-airbnb-base": "^14.0.0",
49-
"eslint-config-prettier": "^6.4.0"
49+
"eslint-config-prettier": "^6.5.0"
5050
},
5151
"peerDependencies": {
52-
"eslint": "^6.5.1",
53-
"eslint-plugin-import": ">= 2",
54-
"eslint-plugin-jest": ">= 22",
55-
"eslint-plugin-prettier": ">= 3",
56-
"prettier": ">= 1"
52+
"eslint": "^6.6.0",
53+
"eslint-plugin-import": "^2.18.2",
54+
"eslint-plugin-jest": "^22.17.0",
55+
"eslint-plugin-prettier": "^3.1.1",
56+
"prettier": "^1.18.2"
5757
},
5858
"engines": {
5959
"node": ">=8.0.0",

0 commit comments

Comments
 (0)