|
25 | 25 | "@babel/plugin-transform-runtime": "^7.13.15", |
26 | 26 | "@babel/preset-env": "^7.6.3", |
27 | 27 | "@types/common-tags": "^1.8.0", |
28 | | - "@types/compression": "^1.0.1", |
| 28 | + "@types/compression": "^1.7.1", |
29 | 29 | "@types/express": "^4.17.1", |
30 | 30 | "@types/fork-ts-checker-webpack-plugin": "^0.4.5", |
31 | | - "@types/jest": "^24.0.19", |
32 | | - "@types/node-fetch": "^2.5.2", |
| 31 | + "@types/jest": "24.9.0", |
| 32 | + "@types/node-fetch": "^2.5.12", |
33 | 33 | "@types/ora": "^3.2.0", |
34 | 34 | "@types/pretty-bytes": "^5.2.0", |
35 | 35 | "@types/prop-types": "^15.7.3", |
36 | | - "@types/react-dom": "^16.9.8", |
37 | 36 | "@types/react-helmet": "^5.0.11", |
38 | | - "@types/react-helmet-async": "^1.0.1", |
39 | | - "@types/react-router-dom": "^5.1.0", |
| 37 | + "@types/react-helmet-async": "1.0.3", |
| 38 | + "@types/react-router-dom": "5.1.2", |
40 | 39 | "@types/serialize-javascript": "^1.5.0", |
41 | | - "@types/webpack": "^4.39.3", |
| 40 | + "@types/webpack": "4.41.1", |
42 | 41 | "@types/webpack-env": "^1.14.1", |
43 | 42 | "@types/yup": "^0.26.24", |
44 | 43 | "babel-loader": "^8.0.6", |
|
87 | 86 | "@types/i18next": "^13.0.0", |
88 | 87 | "@types/lodash": "^4.14.168", |
89 | 88 | "@types/mini-css-extract-plugin": "^0.8.0", |
| 89 | + "@types/react-dom": "^17.0.9", |
90 | 90 | "@types/react-i18next": "^8.1.0", |
91 | 91 | "@types/react-truncate": "^2.3.3", |
92 | 92 | "apollo-boost": "^0.4.7", |
|
101 | 101 | "core-js": "^3.4.1", |
102 | 102 | "css-loader": "5.2.4", |
103 | 103 | "css-minimizer-webpack-plugin": "1.3.0", |
104 | | - "dot-prop": "5.1.1", |
| 104 | + "dot-prop": "^5.1.1", |
105 | 105 | "elliptic": "6.5.4", |
106 | 106 | "emotion": "^10.0.17", |
107 | 107 | "emotion-server": "10.0.17", |
|
111 | 111 | "focus-trap-react": "^6.0.0", |
112 | 112 | "formik": "^1.5.8", |
113 | 113 | "formik-persist": "^1.1.0", |
| 114 | + "glob-parent": "5.1.2", |
114 | 115 | "graphql": "^15.0.0", |
115 | 116 | "helmet": "^3.21.2", |
116 | 117 | "hosted-git-info": "3.0.8", |
117 | 118 | "i18next-browser-languagedetector": "^4.0.1", |
118 | 119 | "i18next-http-middleware": "^3.1.0", |
119 | | - "ini": "1.3.6", |
| 120 | + "ini": "^1.3.6", |
120 | 121 | "isomorphic-unfetch": "^3.0.0", |
121 | 122 | "loadable-components": "^2.2.3", |
122 | 123 | "lodash": "4.17.21", |
|
134 | 135 | "react-debounce-input": "^3.2.3", |
135 | 136 | "react-device-detect": "^1.11.14", |
136 | 137 | "react-dom": "16.10.2", |
137 | | - "react-helmet": "^5.2.1", |
| 138 | + "react-helmet": "5.2.1", |
138 | 139 | "react-helmet-async": "^1.0.3", |
139 | 140 | "react-hooks": "^1.0.1", |
140 | 141 | "react-router-dom": "^5.1.2", |
|
147 | 148 | "sitemap": "^6.2.0", |
148 | 149 | "ssri": "8.0.1", |
149 | 150 | "style-loader": "^1.0.0", |
| 151 | + "tar": "4.4.15", |
150 | 152 | "terser-webpack-plugin": "^2.3.2", |
| 153 | + "trim-newlines": "3.0.1", |
151 | 154 | "ua-parser-js": "0.7.24", |
152 | 155 | "unfetch": "^4.1.0", |
153 | 156 | "url-polyfill": "^1.1.7", |
154 | 157 | "url-search-params-polyfill": "^7.0.0", |
155 | | - "y18n": "5.0.5", |
| 158 | + "y18n": "^5.0.5", |
156 | 159 | "yargs-parser": "13.1.2" |
157 | 160 | }, |
158 | 161 | "resolutions": { |
159 | | - "**/**/ini": "^1.3.6", |
160 | | - "**/**/minimist": "^1.2.3", |
161 | 162 | "**/**/mem": "^4.0.0", |
162 | 163 | "**/**/yargs-parser": "^13.1.2", |
163 | | - "**/**/dot-prop": "^5.1.1", |
164 | 164 | "**/**/serialize-javascript": "^3.1.0", |
165 | 165 | "**/**/node-fetch": "^2.6.1", |
166 | | - "**/**/elliptic": "^6.5.4", |
167 | | - "**/**/y18n": "^5.0.5", |
168 | | - "**/**/ssri": "^8.0.1", |
169 | | - "**/**/lodash": "^4.17.21", |
170 | | - "**/**/hosted-git-info": "^3.0.8", |
171 | | - "**/**/ua-parser-js": "^0.7.24", |
| 166 | + "**/**/trim-newlines": "^3.0.1", |
| 167 | + "**/**/tar": "^4.4.15", |
| 168 | + "**/**/glob-parent": "^5.1.2", |
172 | 169 | "@digg/react-ideal-image": "file:local_modules/digg_react-ideal-image-1.0.2.tgz" |
173 | 170 | }, |
174 | 171 | "jest": { |
|
0 commit comments