|
25 | 25 | "react-dom": "16.9.0",
|
26 | 26 | "react-helmet": "6.0.0-beta",
|
27 | 27 | "react-router-dom": "5.0.0",
|
28 |
| - "styled-components": "4.3.2", |
29 |
| - "workbox-sw": "4.3.1" |
| 28 | + "styled-components": "5.0.1", |
| 29 | + "workbox-sw": "5.0.0" |
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 | 32 | "@babel/polyfill": "7.4.4",
|
|
36 | 36 | "@types/enzyme": "3.10.3",
|
37 | 37 | "@types/enzyme-adapter-react-16": "1.0.5",
|
38 | 38 | "@types/express": "4.17.0",
|
39 |
| - "@types/jest": "24.0.12", |
| 39 | + "@types/jest": "25.1.4", |
40 | 40 | "@types/node": "10.14.6",
|
41 | 41 | "@types/react": "16.9.1",
|
42 | 42 | "@types/react-cache": "2.0.1",
|
43 | 43 | "@types/react-dom": "16.8.4",
|
44 | 44 | "@types/react-helmet": "5.0.8",
|
45 |
| - "@types/react-router-dom": "4.3.3", |
46 |
| - "@types/styled-components": "4.1.14", |
| 45 | + "@types/react-router-dom": "5.1.3", |
| 46 | + "@types/styled-components": "5.0.1", |
47 | 47 | "@types/workbox-sw": "4.2.0",
|
48 | 48 | "@typescript-eslint/eslint-plugin": "2.0.0",
|
49 | 49 | "@typescript-eslint/parser": "2.0.0",
|
|
66 | 66 | "eslint-plugin-prettier": "3.1.0",
|
67 | 67 | "eslint-plugin-react": "7.14.3",
|
68 | 68 | "eslint-plugin-react-hooks": "2.0.1",
|
69 |
| - "favicons-webpack-plugin": "1.0.1", |
| 69 | + "favicons-webpack-plugin": "3.0.1", |
70 | 70 | "html-loader": "0.5.5",
|
71 | 71 | "html-webpack-plugin": "3.2.0",
|
72 |
| - "jest": "24.8.0", |
73 |
| - "jest-styled-components": "6.3.1", |
| 72 | + "jest": "25.1.0", |
| 73 | + "jest-styled-components": "7.0.0", |
74 | 74 | "node-sass": "4.12.0",
|
75 | 75 | "postcss-loader": "3.0.0",
|
76 | 76 | "prettier": "1.18.2",
|
77 | 77 | "resolve-url-loader": "3.1.0",
|
78 | 78 | "rimraf": "3.0.0",
|
79 |
| - "sass-loader": "7.2.0", |
| 79 | + "sass-loader": "8.0.2", |
80 | 80 | "style-loader": "1.0.0",
|
81 | 81 | "svg-sprite-loader": "4.1.3",
|
82 | 82 | "svgo": "1.3.0",
|
83 | 83 | "svgo-loader": "2.2.0",
|
84 |
| - "ts-jest": "24.0.2", |
| 84 | + "ts-jest": "25.2.1", |
85 | 85 | "ts-loader": "6.0.4",
|
86 | 86 | "tsconfig-paths-webpack-plugin": "3.2.0",
|
87 | 87 | "typescript": "3.5.3",
|
|
94 | 94 | "webpack-manifest-plugin": "2.0.4",
|
95 | 95 | "webpack-merge": "4.2.1",
|
96 | 96 | "webpack-node-externals": "1.7.2",
|
97 |
| - "workbox-webpack-plugin": "4.3.1" |
| 97 | + "workbox-webpack-plugin": "5.0.0" |
98 | 98 | }
|
99 | 99 | }
|
0 commit comments