|
19 | 19 | "release:patch": "yarn release --release-as patch"
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@boringcodes/eslint-config": "^1.0.0", |
23 |
| - "@boringcodes/prettier-config": "^1.2.2", |
24 |
| - "@typescript-eslint/eslint-plugin": "^2.25.0", |
25 |
| - "@typescript-eslint/parser": "^2.25.0", |
26 |
| - "eslint": "^6.8.0", |
27 |
| - "eslint-config-prettier": "^6.10.1", |
28 |
| - "eslint-config-standard": "^14.1.1", |
29 |
| - "eslint-config-standard-with-typescript": "^15.0.1", |
30 |
| - "eslint-plugin-import": "^2.20.1", |
31 |
| - "eslint-plugin-node": "^11.0.0", |
| 22 | + "@boringcodes/eslint-config": "^1.2.1", |
| 23 | + "@boringcodes/prettier-config": "^1.3.1", |
| 24 | + "@typescript-eslint/eslint-plugin": "^4.12.0", |
| 25 | + "@typescript-eslint/parser": "^4.12.0", |
| 26 | + "eslint": "^7.17.0", |
| 27 | + "eslint-config-prettier": "^7.1.0", |
| 28 | + "eslint-config-standard": "^16.0.2", |
| 29 | + "eslint-config-standard-with-typescript": "^19.0.1", |
| 30 | + "eslint-plugin-import": "^2.22.1", |
| 31 | + "eslint-plugin-node": "^11.1.0", |
32 | 32 | "eslint-plugin-promise": "^4.2.1",
|
33 |
| - "eslint-plugin-standard": "^4.0.1", |
34 |
| - "husky": "^4.2.3", |
35 |
| - "lint-staged": "^10.0.9", |
36 |
| - "prettier": "^2.0.2", |
37 |
| - "standard-version": "^8.0.1", |
38 |
| - "typescript": "^3.8.3" |
| 33 | + "eslint-plugin-standard": "^5.0.0", |
| 34 | + "husky": "^4.3.7", |
| 35 | + "lint-staged": "^10.5.3", |
| 36 | + "prettier": "^2.2.1", |
| 37 | + "standard-version": "^9.1.0", |
| 38 | + "typescript": "^4.1.3" |
39 | 39 | },
|
40 | 40 | "peerDependencies": {
|
41 |
| - "@typescript-eslint/eslint-plugin": "^2.25.0", |
42 |
| - "@typescript-eslint/parser": "^2.25.0", |
43 |
| - "eslint": "^6.8.0", |
44 |
| - "eslint-config-prettier": "^6.10.1", |
45 |
| - "eslint-config-standard-with-typescript": "^15.0.1", |
46 |
| - "eslint-plugin-import": "^2.20.1", |
47 |
| - "eslint-plugin-node": "^11.0.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^4.12.0", |
| 42 | + "@typescript-eslint/parser": "^4.12.0", |
| 43 | + "eslint": "^7.17.0", |
| 44 | + "eslint-config-prettier": "^7.1.0", |
| 45 | + "eslint-config-standard-with-typescript": "^19.0.1", |
| 46 | + "eslint-plugin-import": "^2.22.1", |
| 47 | + "eslint-plugin-node": "^11.1.0", |
48 | 48 | "eslint-plugin-promise": "^4.2.1",
|
49 |
| - "eslint-plugin-standard": "^4.0.1", |
50 |
| - "typescript": "^3.8.3" |
| 49 | + "eslint-plugin-standard": "^5.0.0", |
| 50 | + "typescript": "^4.1.3" |
51 | 51 | }
|
52 | 52 | }
|
0 commit comments