|
31 | 31 | "babel-preset-react-app": "9.0.0",
|
32 | 32 | "case-sensitive-paths-webpack-plugin": "2.2.0",
|
33 | 33 | "chalk": "2.4.2",
|
34 |
| - "connected-react-router": "5.0.1", |
35 |
| - "css-loader": "2.1.1", |
| 34 | + "connected-react-router": "6.5.2", |
| 35 | + "css-loader": "3.1.0", |
36 | 36 | "cssnano": "4.1.10",
|
37 | 37 | "date-fns": "1.30.1",
|
38 |
| - "extract-css-chunks-webpack-plugin": "4.3.2", |
39 |
| - "file-loader": "3.0.1", |
| 38 | + "extract-css-chunks-webpack-plugin": "4.5.6", |
| 39 | + "file-loader": "4.1.0", |
40 | 40 | "fs-extra": "8.1.0",
|
41 | 41 | "generate-json-webpack-plugin": "0.3.1",
|
42 | 42 | "html-webpack-plugin": "4.0.0-beta.5",
|
43 |
| - "immutable": "3.8.2", |
| 43 | + "immutable": "4.0.0-rc.12", |
44 | 44 | "less": "3.9.0",
|
45 | 45 | "less-loader": "5.0.0",
|
46 |
| - "lodash": "4.17.13", |
| 46 | + "lodash": "4.17.15", |
47 | 47 | "object-assign": "4.1.1",
|
48 | 48 | "postcss-flexbugs-fixes": "4.1.0",
|
49 | 49 | "postcss-loader": "3.0.0",
|
50 | 50 | "promise": "8.0.3",
|
51 |
| - "raven-js": "3.27.0", |
| 51 | + "raven-js": "3.27.2", |
52 | 52 | "react": "16.8.6",
|
53 | 53 | "react-copy-to-clipboard": "5.0.1",
|
54 | 54 | "react-dev-utils": "9.0.1",
|
55 | 55 | "react-dom": "16.8.6",
|
56 |
| - "react-redux": "5.1.1", |
57 |
| - "react-router": "5.0.0", |
58 |
| - "react-router-config": "5.0.0", |
59 |
| - "react-router-dom": "5.0.0", |
60 |
| - "redux": "4.0.1", |
| 56 | + "react-redux": "7.1.0", |
| 57 | + "react-router": "5.0.1", |
| 58 | + "react-router-config": "5.0.1", |
| 59 | + "react-router-dom": "5.0.1", |
| 60 | + "redux": "4.0.4", |
61 | 61 | "redux-immutable": "4.0.0",
|
62 | 62 | "redux-logger": "3.0.6",
|
63 | 63 | "redux-thunk": "2.3.0",
|
64 | 64 | "style-loader": "0.23.1",
|
65 | 65 | "sw-precache-webpack-plugin": "0.11.5",
|
66 |
| - "uglifyjs-webpack-plugin": "2.1.2", |
67 |
| - "url-loader": "1.1.2", |
| 66 | + "uglifyjs-webpack-plugin": "2.1.3", |
| 67 | + "url-loader": "2.1.0", |
68 | 68 | "webpack": "4.37.0",
|
69 | 69 | "webpack-manifest-plugin": "2.0.4",
|
70 | 70 | "webpack-merge": "4.2.1"
|
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
| 73 | + "@testing-library/react": "8.0.6", |
73 | 74 | "babel-eslint": "10.0.2",
|
74 | 75 | "babel-jest": "24.8.0",
|
75 | 76 | "dotenv": "8.0.0",
|
76 | 77 | "dotenv-expand": "5.1.0",
|
77 | 78 | "enzyme": "3.10.0",
|
78 | 79 | "enzyme-adapter-react-16": "1.14.0",
|
79 | 80 | "eslint": "5.16.0",
|
80 |
| - "eslint-config-prettier": "4.3.0", |
81 |
| - "eslint-config-react-app": "3.0.8", |
| 81 | + "eslint-config-prettier": "6.0.0", |
| 82 | + "eslint-config-react-app": "4.0.1", |
82 | 83 | "eslint-loader": "2.2.1",
|
83 | 84 | "eslint-plugin-flowtype": "3.12.1",
|
84 | 85 | "eslint-plugin-import": "2.18.2",
|
85 |
| - "eslint-plugin-jsx-a11y": "6.2.1", |
| 86 | + "eslint-plugin-jsx-a11y": "6.2.3", |
86 | 87 | "eslint-plugin-prettier": "3.1.0",
|
87 | 88 | "eslint-plugin-react": "7.14.3",
|
| 89 | + "eslint-plugin-react-hooks": "1.6.1", |
88 | 90 | "faker": "4.1.0",
|
89 |
| - "fetch-mock": "7.3.3", |
| 91 | + "fetch-mock": "7.3.9", |
90 | 92 | "jest": "24.8.0",
|
91 | 93 | "jest-immutable-matchers": "2.0.1",
|
92 | 94 | "prettier": "1.18.2",
|
93 | 95 | "raf": "3.4.1",
|
94 |
| - "react-testing-library": "6.1.2", |
95 | 96 | "resolve": "1.11.1",
|
96 |
| - "stylelint": "10.0.1", |
| 97 | + "stylelint": "10.1.0", |
97 | 98 | "stylelint-config-standard": "18.3.0",
|
98 |
| - "stylelint-order": "3.0.0", |
99 |
| - "webpack-dev-server": "3.3.1", |
| 99 | + "stylelint-order": "3.0.1", |
| 100 | + "webpack-dev-server": "3.7.2", |
100 | 101 | "whatwg-fetch": "3.0.0"
|
101 | 102 | },
|
102 | 103 | "resolutions": {
|
|
0 commit comments