|
96 | 96 | "jest": { |
97 | 97 | "testEnvironment": "jsdom", |
98 | 98 | "setupFilesAfterEnv": [ |
99 | | - "@testing-library/react/cleanup-after-each", |
100 | 99 | "@testing-library/jest-dom/extend-expect" |
101 | 100 | ], |
102 | 101 | "modulePathIgnorePatterns": [ |
|
130 | 129 | "@storybook/react": "^5.0.0", |
131 | 130 | "@storybook/theming": "^5.0.11", |
132 | 131 | "@testing-library/jest-dom": "^4.0.0", |
133 | | - "@testing-library/react": "^8.0.5", |
| 132 | + "@testing-library/react": "^9.1.0", |
134 | 133 | "@types/jest": "^24.0.9", |
135 | | - "@types/react": "^16.8.23", |
| 134 | + "@types/react": "^16.9.1", |
136 | 135 | "@types/react-dom": "^16.8.2", |
137 | 136 | "@types/storybook__addon-actions": "^3.4.1", |
138 | 137 | "@types/storybook__addon-knobs": "^5.0.2", |
|
144 | 143 | "babel-loader": "^8.0.5", |
145 | 144 | "concurrently": "^4.1.0", |
146 | 145 | "coveralls": "^3.0.5", |
147 | | - "eslint": "^5.16.0", |
148 | | - "eslint-config-react-app": "^4.0.0", |
149 | | - "eslint-plugin-flowtype": "^3.2.1", |
| 146 | + "eslint": "^6.1.0", |
| 147 | + "eslint-config-react-app": "^5.0.0", |
| 148 | + "eslint-plugin-flowtype": "^4.2.0", |
150 | 149 | "eslint-plugin-import": "^2.18.2", |
151 | 150 | "eslint-plugin-jsx-a11y": "^6.2.3", |
152 | 151 | "eslint-plugin-react": "^7.12.4", |
153 | | - "eslint-plugin-react-hooks": "^1.5.0", |
154 | | - "husky": "^3.0.0", |
| 152 | + "eslint-plugin-react-hooks": "^1.7.0", |
| 153 | + "husky": "^3.0.3", |
155 | 154 | "intersection-observer": "^0.7.0", |
156 | 155 | "jest": "^24.5.0", |
157 | 156 | "lint-staged": "^9.2.0", |
158 | 157 | "npm-run-all": "^4.1.5", |
159 | 158 | "prettier": "^1.16.2", |
160 | | - "react": "^16.8.3", |
161 | | - "react-dom": "^16.8.3", |
162 | | - "react-test-renderer": "^16.8.3", |
| 159 | + "react": "^16.9.0", |
| 160 | + "react-dom": "^16.9.0", |
| 161 | + "react-test-renderer": "^16.9.0", |
163 | 162 | "rollup": "^1.17.0", |
164 | 163 | "rollup-plugin-babel": "^4.2.0", |
165 | 164 | "rollup-plugin-commonjs": "^10.0.1", |
|
0 commit comments