|
58 | 58 | } |
59 | 59 | ], |
60 | 60 | "dependencies": { |
61 | | - "css-mediaquery": "^0.1.2" |
| 61 | + "css-mediaquery": "^0.1.2", |
| 62 | + "eslint": "^7.22.0", |
| 63 | + "eslint-config-prettier": "^7", |
| 64 | + "eslint-config-react-app": "^6.0.0", |
| 65 | + "eslint-plugin-flowtype": "^5.4.0", |
| 66 | + "eslint-plugin-import": "^2.22.1", |
| 67 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 68 | + "eslint-plugin-prettier": "^3.3.1", |
| 69 | + "eslint-plugin-react": "^7.22.0", |
| 70 | + "eslint-plugin-react-hooks": "^4.2.0" |
62 | 71 | }, |
63 | 72 | "devDependencies": { |
64 | 73 | "@size-limit/preset-small-lib": "^4.10.1", |
| 74 | + "@testing-library/dom": "^7.30.0", |
65 | 75 | "@testing-library/jest-dom": "^5.11.9", |
66 | 76 | "@testing-library/react": "^11.2.5", |
67 | 77 | "@testing-library/user-event": "^13.0.2", |
68 | 78 | "@types/css-mediaquery": "^0.1.0", |
69 | 79 | "@types/react": "^17.0.3", |
70 | 80 | "@types/react-dom": "^17.0.2", |
71 | 81 | "@types/testing-library__jest-dom": "^5.9.5", |
72 | | - "husky": "^5.1.3", |
| 82 | + "@typescript-eslint/eslint-plugin": "^4.18.0", |
| 83 | + "@typescript-eslint/parser": "^4.18.0", |
| 84 | + "husky": "4.2.3", |
| 85 | + "jest": "^26.6.3", |
73 | 86 | "react": "^17.0.1", |
74 | 87 | "react-dom": "^17.0.1", |
75 | 88 | "size-limit": "^4.10.1", |
| 89 | + "ts-jest": "^26.5.4", |
76 | 90 | "tsdx": "^0.14.1", |
77 | 91 | "tslib": "^2.1.0", |
78 | 92 | "typescript": "^4.2.3" |
| 93 | + }, |
| 94 | + "resolutions": { |
| 95 | + "**/@typescript-eslint/eslint-plugin": "^4.18.0", |
| 96 | + "**/@typescript-eslint/parser": "^4.18.0", |
| 97 | + "**/jest": "^26.6.3", |
| 98 | + "**/ts-jest": "^26.5.4", |
| 99 | + "**/typescript": "^4.2.3", |
| 100 | + "**/eslint": "^7.22.0", |
| 101 | + "**/eslint-config-prettier": "^7", |
| 102 | + "**/eslint-config-react-app": "^6.0.0", |
| 103 | + "**/eslint-plugin-flowtype": "^5.4.0", |
| 104 | + "**/eslint-plugin-import": "^2.22.1", |
| 105 | + "**/eslint-plugin-jsx-a11y": "^6.4.1", |
| 106 | + "**/eslint-plugin-prettier": "^3.3.1", |
| 107 | + "**/eslint-plugin-react": "^7.22.0", |
| 108 | + "**/eslint-plugin-react-hooks": "^4.2.0" |
79 | 109 | } |
80 | 110 | } |
0 commit comments