|
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@babel/core": "7.9.0", |
7 | | - "@svgr/webpack": "4.3.3", |
8 | | - "@testing-library/jest-dom": "^4.2.4", |
9 | | - "@testing-library/react": "^9.3.2", |
| 7 | + "@svgr/webpack": "6.0.0", |
| 8 | + "@testing-library/jest-dom": "^5.1.0", |
| 9 | + "@testing-library/react": "^10.0.0", |
10 | 10 | "@testing-library/user-event": "^7.1.2", |
11 | 11 | "@typescript-eslint/eslint-plugin": "^2.10.0", |
12 | 12 | "@typescript-eslint/parser": "^2.10.0", |
|
19 | 19 | "case-sensitive-paths-webpack-plugin": "2.3.0", |
20 | 20 | "chai": "^4.2.0", |
21 | 21 | "chai-http": "^4.3.0", |
22 | | - "create-react-app": "^4.0.3", |
23 | | - "css-loader": "3.4.2", |
| 22 | + "create-react-app": "^5.0.0", |
| 23 | + "css-loader": "5.2.6", |
24 | 24 | "defaults": "^1.0.3", |
25 | 25 | "dotenv": "8.2.0", |
26 | 26 | "dotenv-expand": "5.1.0", |
27 | | - "eslint": "^6.6.0", |
| 27 | + "eslint": "^7.16.0", |
28 | 28 | "eslint-config-react-app": "^5.2.1", |
29 | 29 | "eslint-loader": "3.0.3", |
30 | 30 | "eslint-plugin-flowtype": "4.6.0", |
|
36 | 36 | "fs-extra": "^8.1.0", |
37 | 37 | "html-webpack-plugin": "4.0.0", |
38 | 38 | "identity-obj-proxy": "3.0.0", |
39 | | - "jest": "24.9.0", |
| 39 | + "jest": "26.0.0", |
40 | 40 | "jest-environment-jsdom-fourteen": "1.0.1", |
41 | 41 | "jest-resolve": "24.9.0", |
42 | | - "jest-watch-typeahead": "0.4.2", |
| 42 | + "jest-watch-typeahead": "0.6.0", |
43 | 43 | "mini-css-extract-plugin": "0.9.0", |
44 | | - "mocha": "^6.1.4", |
45 | | - "optimize-css-assets-webpack-plugin": "5.0.3", |
| 44 | + "mocha": "^9.1.2", |
| 45 | + "optimize-css-assets-webpack-plugin": "5.0.5", |
46 | 46 | "pnp-webpack-plugin": "1.6.4", |
47 | 47 | "postcss-flexbugs-fixes": "4.1.0", |
48 | 48 | "postcss-loader": "3.0.0", |
|
51 | 51 | "postcss-safe-parser": "4.0.1", |
52 | 52 | "react": "^16.12.0", |
53 | 53 | "react-app-polyfill": "^1.0.6", |
54 | | - "react-dev-utils": "^11.0.4", |
| 54 | + "react-dev-utils": "^12.0.0", |
55 | 55 | "react-dom": "^17.0.2", |
56 | 56 | "resolve": "1.15.0", |
57 | | - "resolve-url-loader": "3.1.2", |
| 57 | + "resolve-url-loader": "4.0.0", |
58 | 58 | "sass-loader": "8.0.2", |
59 | 59 | "semver": "6.3.0", |
60 | 60 | "should": "^13.2.3", |
61 | 61 | "should-http": "^0.1.1", |
62 | 62 | "socket.io-client": "^2.3.0", |
63 | 63 | "style-loader": "0.23.1", |
64 | 64 | "terser-webpack-plugin": "2.3.8", |
65 | | - "ts-pnp": "1.1.6", |
| 65 | + "ts-pnp": "1.2.0", |
66 | 66 | "url-loader": "2.3.0", |
67 | 67 | "webpack": "4.42.0", |
68 | | - "webpack-dev-server": "3.11.0", |
| 68 | + "webpack-dev-server": "4.0.0", |
69 | 69 | "webpack-manifest-plugin": "2.2.0", |
70 | 70 | "workbox-webpack-plugin": "4.3.1" |
71 | 71 | }, |
|
0 commit comments