|
12 | 12 | "use-ssr": "^1.0.22"
|
13 | 13 | },
|
14 | 14 | "peerDependencies": {
|
15 |
| - "react": "^16.13.0", |
16 |
| - "react-dom": "^16.13.0" |
| 15 | + "react": "^16.13.1", |
| 16 | + "react-dom": "^16.13.1" |
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
19 |
| - "@testing-library/react": "^10.0.0", |
20 |
| - "@testing-library/react-hooks": "^3.0.0", |
21 |
| - "@types/fetch-mock": "^7.2.3", |
22 |
| - "@types/jest": "^25.1.0", |
23 |
| - "@types/node": "^13.9.0", |
24 |
| - "@types/react": "^16.9.23", |
25 |
| - "@types/react-dom": "^16.8.4", |
26 |
| - "@typescript-eslint/eslint-plugin": "^2.23.0", |
27 |
| - "@typescript-eslint/parser": "^2.23.0", |
| 19 | + "@testing-library/react": "^10.0.2", |
| 20 | + "@testing-library/react-hooks": "^3.2.1", |
| 21 | + "@types/fetch-mock": "^7.3.2", |
| 22 | + "@types/jest": "^25.1.4", |
| 23 | + "@types/node": "^13.9.8", |
| 24 | + "@types/react": "^16.9.30", |
| 25 | + "@types/react-dom": "^16.9.5", |
| 26 | + "@typescript-eslint/eslint-plugin": "^2.26.0", |
| 27 | + "@typescript-eslint/parser": "^2.26.0", |
28 | 28 | "convert-keys": "^1.3.4",
|
29 | 29 | "eslint": "^6.8.0",
|
30 |
| - "eslint-config-standard": "^14.1.0", |
31 |
| - "eslint-plugin-import": "^2.20.1", |
32 |
| - "eslint-plugin-jest": "23.8.2", |
| 30 | + "eslint-config-standard": "^14.1.1", |
| 31 | + "eslint-plugin-import": "^2.20.2", |
| 32 | + "eslint-plugin-jest": "^23.8.2", |
33 | 33 | "eslint-plugin-jest-formatting": "^1.2.0",
|
34 |
| - "eslint-plugin-jsx-a11y": "^6.2.1", |
35 |
| - "eslint-plugin-node": "^11.0.0", |
| 34 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 35 | + "eslint-plugin-node": "^11.1.0", |
36 | 36 | "eslint-plugin-promise": "^4.2.1",
|
37 | 37 | "eslint-plugin-react": "^7.19.0",
|
38 |
| - "eslint-plugin-react-hooks": "^2.5.0", |
| 38 | + "eslint-plugin-react-hooks": "^3.0.0", |
39 | 39 | "eslint-plugin-standard": "^4.0.1",
|
40 | 40 | "eslint-watch": "^6.0.1",
|
41 |
| - "jest": "^25.1.0", |
| 41 | + "jest": "^25.2.4", |
42 | 42 | "jest-fetch-mock": "^3.0.3",
|
| 43 | + "jest-mock-console": "^1.0.0", |
43 | 44 | "mockdate": "^2.0.5",
|
44 |
| - "react": "^16.8.6", |
45 |
| - "react-dom": "^16.8.6", |
| 45 | + "react": "^16.13.1", |
| 46 | + "react-dom": "^16.13.1", |
46 | 47 | "react-hooks-testing-library": "^0.6.0",
|
47 |
| - "react-test-renderer": "^16.8.6", |
48 |
| - "ts-jest": "^25.2.1", |
49 |
| - "typescript": "^3.4.5", |
| 48 | + "react-test-renderer": "^16.13.1", |
| 49 | + "ts-jest": "^25.3.0", |
| 50 | + "typescript": "^3.8.3", |
50 | 51 | "utility-types": "^3.10.0",
|
51 | 52 | "watch": "^1.0.2"
|
52 | 53 | },
|
|
0 commit comments