|
1 | 1 | { |
2 | 2 | "name": "@arkrm/bionic", |
3 | | - "version": "4.1.1", |
| 3 | + "version": "5.0.0", |
4 | 4 | "author": "vdfor", |
5 | 5 | "keywords": [ |
6 | 6 | "qurak", |
|
33 | 33 | "release:next": "yarn publish --tag=next", |
34 | 34 | "release:beta": "yarn publish --tag=beta" |
35 | 35 | }, |
36 | | - "peerDependencies": { |
37 | | - "@typescript-eslint/eslint-plugin": "^3.6.1", |
38 | | - "@typescript-eslint/parser": "^3.6.1", |
39 | | - "eslint": "^7.4.0", |
40 | | - "eslint-config-airbnb": "^18.2.0", |
41 | | - "eslint-config-prettier": "^6.11.0", |
42 | | - "eslint-plugin-import": "^2.22.0", |
43 | | - "eslint-plugin-jsx-a11y": "^6.3.1", |
| 36 | + "dependencies": { |
| 37 | + "@typescript-eslint/eslint-plugin": "^4.8.1", |
| 38 | + "@typescript-eslint/parser": "^4.8.1", |
| 39 | + "eslint": "^7.14.0", |
| 40 | + "eslint-config-airbnb": "^18.2.1", |
| 41 | + "eslint-config-airbnb-typescript": "^12.0.0", |
| 42 | + "eslint-config-prettier": "^6.15.0", |
| 43 | + "eslint-plugin-import": "^2.22.1", |
| 44 | + "eslint-plugin-jest": "^24.1.3", |
| 45 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
44 | 46 | "eslint-plugin-prettier": "^3.1.4", |
45 | | - "eslint-plugin-react": "^7.20.3", |
46 | | - "eslint-plugin-react-hooks": "^4.0.8", |
47 | | - "prettier": "^2.0.5", |
48 | | - "typescript": "^3.9.7" |
| 47 | + "eslint-plugin-react": "^7.21.5", |
| 48 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 49 | + "prettier": "^2.2.0", |
| 50 | + "typescript": "^4.0.0" |
49 | 51 | } |
50 | 52 | } |
0 commit comments