|
34 | 34 | "lib/index.js" |
35 | 35 | ], |
36 | 36 | "devDependencies": { |
37 | | - "@babel/code-frame": "7.10.4", |
38 | | - "@babel/core": "7.11.6", |
39 | | - "anser": "1.4.9", |
| 37 | + "@babel/code-frame": "^7.10.4", |
| 38 | + "@babel/core": "^7.12.3", |
| 39 | + "anser": "^1.4.10", |
40 | 40 | "babel-eslint": "^10.1.0", |
41 | | - "babel-jest": "^26.3.0", |
42 | | - "babel-loader": "8.1.0", |
| 41 | + "babel-jest": "^26.6.0", |
| 42 | + "babel-loader": "^8.1.0", |
43 | 43 | "babel-preset-react-app": "^9.1.2", |
44 | | - "chalk": "2.4.2", |
45 | | - "chokidar": "^3.3.0", |
46 | | - "cross-env": "7.0.2", |
47 | | - "eslint": "^7.9.0", |
| 44 | + "chalk": "^2.4.2", |
| 45 | + "chokidar": "^3.4.3", |
| 46 | + "cross-env": "^7.0.2", |
| 47 | + "eslint": "^7.11.0", |
48 | 48 | "eslint-config-react-app": "^5.2.1", |
49 | 49 | "eslint-plugin-flowtype": "^5.2.0", |
50 | | - "eslint-plugin-import": "^2.22.0", |
| 50 | + "eslint-plugin-import": "^2.22.1", |
51 | 51 | "eslint-plugin-jest": "^24.1.0", |
52 | 52 | "eslint-plugin-jsx-a11y": "^6.3.1", |
53 | | - "eslint-plugin-react": "^7.20.6", |
54 | | - "eslint-plugin-react-hooks": "^4.1.2", |
| 53 | + "eslint-plugin-react": "^7.21.5", |
| 54 | + "eslint-plugin-react-hooks": "^4.2.0", |
55 | 55 | "eslint-plugin-testing-library": "^3.9.2", |
56 | 56 | "flow-bin": "^0.116.0", |
57 | | - "html-entities": "1.3.1", |
58 | | - "jest": "26.4.2", |
59 | | - "jest-fetch-mock": "2.1.2", |
60 | | - "object-assign": "4.1.1", |
61 | | - "promise": "8.1.0", |
62 | | - "raw-loader": "^4.0.1", |
63 | | - "react": "^16.12.0", |
| 57 | + "html-entities": "^1.3.1", |
| 58 | + "jest": "^26.6.0", |
| 59 | + "jest-fetch-mock": "^2.1.2", |
| 60 | + "object-assign": "^4.1.1", |
| 61 | + "promise": "^8.1.0", |
| 62 | + "raw-loader": "^4.0.2", |
| 63 | + "react": "^16.14.0", |
64 | 64 | "react-app-polyfill": "^1.0.6", |
65 | | - "react-dom": "^16.12.0", |
66 | | - "rimraf": "^3.0.0", |
67 | | - "settle-promise": "1.0.0", |
68 | | - "source-map": "0.5.6", |
69 | | - "terser-webpack-plugin": "4.2.0", |
70 | | - "webpack": "^4.35.0" |
| 65 | + "react-dom": "^16.14.0", |
| 66 | + "rimraf": "^3.0.2", |
| 67 | + "settle-promise": "^1.0.0", |
| 68 | + "source-map": "^0.5.7", |
| 69 | + "terser-webpack-plugin": "^4.2.3", |
| 70 | + "webpack": "^4.44.2" |
71 | 71 | }, |
72 | 72 | "jest": { |
73 | 73 | "setupFiles": [ |
|
0 commit comments