|
1 | 1 | {
|
2 | 2 | "name": "eslint-plugin-jest",
|
3 |
| - "version": "26.9.0", |
| 3 | + "version": "27.0.0-next.2", |
4 | 4 | "description": "ESLint rules for Jest",
|
5 | 5 | "keywords": [
|
6 | 6 | "eslint",
|
|
103 | 103 | "@babel/core": "^7.4.4",
|
104 | 104 | "@babel/preset-env": "^7.4.4",
|
105 | 105 | "@babel/preset-typescript": "^7.3.3",
|
106 |
| - "@commitlint/cli": "^16.0.0", |
107 |
| - "@commitlint/config-conventional": "^16.0.0", |
| 106 | + "@commitlint/cli": "^17.0.3", |
| 107 | + "@commitlint/config-conventional": "^17.0.3", |
108 | 108 | "@schemastore/package": "^0.0.6",
|
109 | 109 | "@semantic-release/changelog": "^6.0.0",
|
110 | 110 | "@semantic-release/git": "^10.0.0",
|
111 | 111 | "@types/dedent": "^0.7.0",
|
112 | 112 | "@types/jest": "^28.0.0",
|
113 |
| - "@types/node": "^16.0.0", |
| 113 | + "@types/node": "^14.18.26", |
114 | 114 | "@types/prettier": "^2.0.0",
|
115 | 115 | "@typescript-eslint/eslint-plugin": "^5.0.0",
|
116 | 116 | "@typescript-eslint/parser": "^5.0.0",
|
117 |
| - "babel-jest": "^28.0.0", |
| 117 | + "babel-jest": "^29.0.0", |
118 | 118 | "babel-plugin-replace-ts-export-assignment": "^0.0.2",
|
119 | 119 | "dedent": "^0.7.0",
|
120 | 120 | "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
121 | 121 | "eslint-config-prettier": "^8.3.0",
|
122 | 122 | "eslint-plugin-eslint-comments": "^3.1.2",
|
123 |
| - "eslint-plugin-eslint-plugin": "^4.0.0", |
| 123 | + "eslint-plugin-eslint-plugin": "^5.0.6", |
124 | 124 | "eslint-plugin-import": "^2.25.1",
|
125 | 125 | "eslint-plugin-node": "^11.0.0",
|
126 |
| - "eslint-plugin-prettier": "^3.4.1", |
| 126 | + "eslint-plugin-prettier": "^4.2.1", |
127 | 127 | "eslint-remote-tester": "^3.0.0",
|
128 | 128 | "eslint-remote-tester-repositories": "~0.0.5",
|
129 |
| - "husky": "^7.0.2", |
| 129 | + "husky": "^8.0.1", |
130 | 130 | "is-ci": "^3.0.0",
|
131 |
| - "jest": "^28.0.0", |
132 |
| - "jest-runner-eslint": "^1.0.0", |
133 |
| - "lint-staged": "^12.0.0", |
| 131 | + "jest": "^29.0.0", |
| 132 | + "jest-runner-eslint": "^1.1.0", |
| 133 | + "lint-staged": "^13.0.3", |
134 | 134 | "pinst": "^3.0.0",
|
135 | 135 | "prettier": "^2.0.5",
|
136 | 136 | "rimraf": "^3.0.0",
|
|
141 | 141 | },
|
142 | 142 | "peerDependencies": {
|
143 | 143 | "@typescript-eslint/eslint-plugin": "^5.0.0",
|
144 |
| - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
| 144 | + "eslint": "^7.0.0 || ^8.0.0" |
145 | 145 | },
|
146 | 146 | "peerDependenciesMeta": {
|
147 | 147 | "@typescript-eslint/eslint-plugin": {
|
|
153 | 153 | },
|
154 | 154 | "packageManager": "[email protected]",
|
155 | 155 | "engines": {
|
156 |
| - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
| 156 | + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
157 | 157 | }
|
158 | 158 | }
|
0 commit comments