|
55 | 55 | }, |
56 | 56 | "homepage": "https://github.com/airbnb/javascript", |
57 | 57 | "dependencies": { |
58 | | - "eslint-config-airbnb-base": "^14.2.1", |
| 58 | + "eslint-config-airbnb-base": "^15.0.0", |
59 | 59 | "object.assign": "^4.1.2", |
60 | 60 | "object.entries": "^1.1.5" |
61 | 61 | }, |
|
67 | 67 | "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0", |
68 | 68 | "eslint-find-rules": "^3.6.1", |
69 | 69 | "eslint-plugin-import": "^2.25.3", |
70 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
71 | | - "eslint-plugin-react": "^7.26.0", |
72 | | - "eslint-plugin-react-hooks": "^4.0.1 || ^3 || ^2.3.0 || ^1.7.0", |
| 70 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 71 | + "eslint-plugin-react": "^7.27.0", |
| 72 | + "eslint-plugin-react-hooks": "^4.3.0 || ^3 || ^2.3.0 || ^1.7.0", |
73 | 73 | "in-publish": "^2.0.1", |
74 | 74 | "react": ">= 0.13.0", |
75 | | - "safe-publish-latest": "^1.1.4", |
| 75 | + "safe-publish-latest": "^2.0.0", |
76 | 76 | "tape": "^5.3.1" |
77 | 77 | }, |
78 | 78 | "peerDependencies": { |
79 | 79 | "eslint": "^5.16.0 || ^6.8.0 || ^7.2.0", |
80 | 80 | "eslint-plugin-import": "^2.25.3", |
81 | | - "eslint-plugin-jsx-a11y": "^6.4.1", |
82 | | - "eslint-plugin-react": "^7.26.0", |
83 | | - "eslint-plugin-react-hooks": "^4.0.1 || ^3 || ^2.3.0 || ^1.7.0" |
| 81 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 82 | + "eslint-plugin-react": "^7.27.0", |
| 83 | + "eslint-plugin-react-hooks": "^4.3.0 || ^3 || ^2.3.0 || ^1.7.0" |
84 | 84 | }, |
85 | 85 | "engines": { |
86 | 86 | "node": ">= 6" |
|
0 commit comments