|
39 | 39 | "babel-preset-react-app": "^9.1.0",
|
40 | 40 | "camelcase": "^5.3.1",
|
41 | 41 | "case-sensitive-paths-webpack-plugin": "2.2.0",
|
42 |
| - "css-loader": "3.2.1", |
| 42 | + "css-loader": "3.3.2", |
43 | 43 | "dotenv": "8.2.0",
|
44 | 44 | "dotenv-expand": "5.1.0",
|
45 | 45 | "eslint": "^6.6.0",
|
46 | 46 | "eslint-config-react-app": "^5.1.0",
|
47 | 47 | "eslint-loader": "3.0.3",
|
48 |
| - "eslint-plugin-flowtype": "3.13.0", |
49 |
| - "eslint-plugin-import": "2.18.2", |
| 48 | + "eslint-plugin-flowtype": "4.5.2", |
| 49 | + "eslint-plugin-import": "2.19.1", |
50 | 50 | "eslint-plugin-jsx-a11y": "6.2.3",
|
51 | 51 | "eslint-plugin-react": "7.17.0",
|
52 | 52 | "eslint-plugin-react-hooks": "^1.6.1",
|
53 | 53 | "file-loader": "4.3.0",
|
54 | 54 | "fs-extra": "^8.1.0",
|
55 |
| - "html-webpack-plugin": "4.0.0-beta.5", |
| 55 | + "html-webpack-plugin": "4.0.0-beta.11", |
56 | 56 | "identity-obj-proxy": "3.0.0",
|
57 | 57 | "jest": "24.9.0",
|
58 | 58 | "jest-environment-jsdom-fourteen": "1.0.1",
|
|
73 | 73 | "sass-loader": "8.0.0",
|
74 | 74 | "semver": "6.3.0",
|
75 | 75 | "style-loader": "1.0.1",
|
76 |
| - "terser-webpack-plugin": "2.2.3", |
| 76 | + "terser-webpack-plugin": "2.3.0", |
77 | 77 | "ts-pnp": "1.1.5",
|
78 | 78 | "url-loader": "2.3.0",
|
79 | 79 | "webpack": "4.41.2",
|
|
82 | 82 | "workbox-webpack-plugin": "4.3.1"
|
83 | 83 | },
|
84 | 84 | "devDependencies": {
|
85 |
| - "react": "^16.11.0", |
86 |
| - "react-dom": "^16.11.0" |
| 85 | + "react": "^16.12.0", |
| 86 | + "react-dom": "^16.12.0" |
87 | 87 | },
|
88 | 88 | "optionalDependencies": {
|
89 | 89 | "fsevents": "2.1.2"
|
|
0 commit comments