|
10 | 10 | "testing-library",
|
11 | 11 | "testing"
|
12 | 12 | ],
|
13 |
| - "author": { |
14 |
| - "name": "Mario Beltrán Alarcón", |
15 |
| - |
16 |
| - "url": "https://mario.dev/" |
| 13 | + "homepage": "https://github.com/testing-library/eslint-plugin-testing-library", |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/testing-library/eslint-plugin-testing-library/issues" |
17 | 16 | },
|
18 | 17 | "repository": {
|
19 | 18 | "type": "git",
|
20 | 19 | "url": "https://github.com/testing-library/eslint-plugin-testing-library"
|
21 | 20 | },
|
22 |
| - "homepage": "https://github.com/testing-library/eslint-plugin-testing-library", |
23 |
| - "bugs": { |
24 |
| - "url": "https://github.com/testing-library/eslint-plugin-testing-library/issues" |
| 21 | + "license": "MIT", |
| 22 | + "author": { |
| 23 | + "name": "Mario Beltrán Alarcón", |
| 24 | + |
| 25 | + "url": "https://mario.dev/" |
25 | 26 | },
|
26 | 27 | "main": "index.js",
|
27 | 28 | "scripts": {
|
|
33 | 34 | "generate:rules-list": "ts-node tools/generate-rules-list",
|
34 | 35 | "lint": "eslint . --max-warnings 0 --ext .js,.ts",
|
35 | 36 | "lint:fix": "npm run lint -- --fix",
|
| 37 | + "prepare": "is-ci || husky install", |
| 38 | + "semantic-release": "semantic-release", |
36 | 39 | "test": "jest",
|
37 | 40 | "test:ci": "jest --ci --coverage",
|
38 | 41 | "test:update": "npm run test -- --u",
|
39 | 42 | "test:watch": "npm run test -- --watch",
|
40 |
| - "type-check": "tsc --noEmit", |
41 |
| - "semantic-release": "semantic-release", |
42 |
| - "prepare": "is-ci || husky install" |
| 43 | + "type-check": "tsc --noEmit" |
43 | 44 | },
|
44 | 45 | "dependencies": {
|
45 |
| - "@typescript-eslint/utils": "^5.13.0" |
| 46 | + "@typescript-eslint/utils": "^5.43.0" |
46 | 47 | },
|
47 | 48 | "devDependencies": {
|
48 |
| - "@babel/eslint-plugin": "^7.16.5", |
49 |
| - "@commitlint/cli": "^17.0.3", |
50 |
| - "@commitlint/config-conventional": "^17.0.3", |
51 |
| - "@types/jest": "^27.5.0", |
52 |
| - "@types/node": "^16.11.19", |
53 |
| - "@typescript-eslint/eslint-plugin": "^5.13.0", |
54 |
| - "@typescript-eslint/parser": "^5.13.0", |
55 |
| - "cpy-cli": "^4.1.0", |
56 |
| - "eslint": "^8.6.0", |
57 |
| - "eslint-config-kentcdodds": "^20.0.1", |
58 |
| - "eslint-config-prettier": "^8.3.0", |
59 |
| - "eslint-plugin-import": "^2.25.4", |
60 |
| - "eslint-plugin-jest": "^27.0.1", |
| 49 | + "@babel/core": "^7.20.2", |
| 50 | + "@babel/eslint-parser": "^7.19.1", |
| 51 | + "@babel/eslint-plugin": "^7.19.1", |
| 52 | + "@commitlint/cli": "^17.2.0", |
| 53 | + "@commitlint/config-conventional": "^17.2.0", |
| 54 | + "@types/jest": "^27.5.2", |
| 55 | + "@types/node": "^16.18.3", |
| 56 | + "@typescript-eslint/eslint-plugin": "^5.43.0", |
| 57 | + "@typescript-eslint/parser": "^5.43.0", |
| 58 | + "cpy-cli": "^4.2.0", |
| 59 | + "eslint": "^8.28.0", |
| 60 | + "eslint-config-kentcdodds": "^20.4.0", |
| 61 | + "eslint-config-prettier": "^8.5.0", |
| 62 | + "eslint-plugin-import": "^2.26.0", |
| 63 | + "eslint-plugin-jest": "^27.1.5", |
61 | 64 | "eslint-plugin-jest-formatting": "^3.1.0",
|
62 | 65 | "eslint-plugin-node": "^11.1.0",
|
63 |
| - "eslint-plugin-prettier": "^4.0.0", |
64 |
| - "eslint-plugin-promise": "^6.0.0", |
| 66 | + "eslint-plugin-prettier": "^4.2.1", |
| 67 | + "eslint-plugin-promise": "^6.1.1", |
65 | 68 | "eslint-remote-tester": "^3.0.0",
|
66 | 69 | "eslint-remote-tester-repositories": "^0.0.7",
|
67 |
| - "husky": "^8.0.1", |
| 70 | + "husky": "^8.0.2", |
68 | 71 | "is-ci": "^3.0.1",
|
69 |
| - "jest": "^28.1.0", |
| 72 | + "jest": "^28.1.3", |
70 | 73 | "lint-staged": "^13.0.3",
|
71 | 74 | "prettier": "2.7.1",
|
72 |
| - "semantic-release": "^19.0.2", |
73 |
| - "ts-jest": "^28.0.1", |
74 |
| - "ts-node": "^10.4.0", |
75 |
| - "typescript": "^4.5.4" |
| 75 | + "semantic-release": "^19.0.5", |
| 76 | + "ts-jest": "^28.0.8", |
| 77 | + "ts-node": "^10.9.1", |
| 78 | + "typescript": "^4.9.3" |
76 | 79 | },
|
77 | 80 | "peerDependencies": {
|
78 | 81 | "eslint": "^7.5.0 || ^8.0.0"
|
79 | 82 | },
|
80 | 83 | "engines": {
|
81 | 84 | "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
|
82 | 85 | "npm": ">=6"
|
83 |
| - }, |
84 |
| - "license": "MIT" |
| 86 | + } |
85 | 87 | }
|
0 commit comments