|
27 | 27 | "url": "https://github.com/jsx-eslint/eslint-plugin-react"
|
28 | 28 | },
|
29 | 29 | "directories": {
|
30 |
| - "test": ["test", "tests", "test-published-types"] |
| 30 | + "test": [ |
| 31 | + "test", |
| 32 | + "tests", |
| 33 | + "test-published-types" |
| 34 | + ] |
31 | 35 | },
|
32 | 36 | "homepage": "https://github.com/jsx-eslint/eslint-plugin-react",
|
33 | 37 | "bugs": "https://github.com/jsx-eslint/eslint-plugin-react/issues",
|
34 | 38 | "dependencies": {
|
35 | 39 | "array-includes": "^3.1.8",
|
36 | 40 | "array.prototype.findlast": "^1.2.5",
|
37 |
| - "array.prototype.flatmap": "^1.3.2", |
| 41 | + "array.prototype.flatmap": "^1.3.3", |
38 | 42 | "array.prototype.tosorted": "^1.1.4",
|
39 | 43 | "doctrine": "^2.1.0",
|
40 |
| - "es-iterator-helpers": "^1.2.0", |
| 44 | + "es-iterator-helpers": "^1.2.1", |
41 | 45 | "estraverse": "^5.3.0",
|
42 | 46 | "hasown": "^2.0.2",
|
43 | 47 | "jsx-ast-utils": "^2.4.1 || ^3.0.0",
|
44 | 48 | "minimatch": "^3.1.2",
|
45 | 49 | "object.entries": "^1.1.8",
|
46 | 50 | "object.fromentries": "^2.0.8",
|
47 |
| - "object.values": "^1.2.0", |
| 51 | + "object.values": "^1.2.1", |
48 | 52 | "prop-types": "^15.8.1",
|
49 | 53 | "resolve": "^2.0.0-next.5",
|
50 | 54 | "semver": "^6.3.1",
|
51 |
| - "string.prototype.matchall": "^4.0.11", |
| 55 | + "string.prototype.matchall": "^4.0.12", |
52 | 56 | "string.prototype.repeat": "^1.0.0"
|
53 | 57 | },
|
54 | 58 | "devDependencies": {
|
|
0 commit comments