|
164 | 164 | "@types/history": "4.7.6", |
165 | 165 | "@types/jest": "^26.0.24", |
166 | 166 | "@types/node": "14.14.10", |
167 | | - "@types/react": "^16.9.44", |
168 | | - "@types/react-dom": "^16.9.9", |
| 167 | + "@types/react": "18.0.14", |
| 168 | + "@types/react-dom": "17.0.11", |
169 | 169 | "@types/react-router-dom": "^5.1.6", |
170 | 170 | "@types/uuid": "^8.3.3", |
171 | 171 | "@types/webpack-env": "^1.15.2", |
172 | 172 | "@typescript-eslint/eslint-plugin": "^4.8.1", |
173 | 173 | "@typescript-eslint/parser": "^4.8.1", |
| 174 | + "@types/universal-analytics": "0.4.5", |
174 | 175 | "babel-eslint": "^10.1.0", |
175 | 176 | "babel-jest": "^26.1.0", |
176 | 177 | "babel-loader": "^8.2.2", |
|
229 | 230 | }, |
230 | 231 | "dependencies": { |
231 | 232 | "@ant-design/colors": "6.0.0", |
232 | | - "@ant-design/icons": "4.6.2", |
| 233 | + "@ant-design/icons": "4.7.0", |
233 | 234 | "@sentry/electron": "2.5.0", |
234 | | - "antd": "4.17.2", |
| 235 | + "antd": "4.21.3", |
235 | 236 | "caniuse-lite": "1.0.30001214", |
236 | 237 | "clsx": "^1.1.1", |
237 | 238 | "date-fns": "2.20.1", |
|
246 | 247 | "mobx": "6.1.8", |
247 | 248 | "mobx-react": "7.1.0", |
248 | 249 | "moment": "2.29.1", |
249 | | - "react": "^17.0.1", |
250 | | - "react-dom": "^17.0.1", |
| 250 | + "react": "18.2.0", |
| 251 | + "react-dom": "18.2.0", |
251 | 252 | "react-hook-media-query": "^1.0.5", |
252 | 253 | "react-jss": "^10.6.0", |
253 | 254 | "react-router-dom": "^5.2.0", |
254 | 255 | "regenerator-runtime": "^0.13.5", |
255 | 256 | "source-map-support": "^0.5.19", |
256 | | - "universal-analytics": "^0.4.23", |
| 257 | + "universal-analytics": "0.5.3", |
257 | 258 | "uuid": "^8.3.2" |
258 | 259 | }, |
259 | 260 | "devEngines": { |
260 | 261 | "node": ">=14.x", |
261 | 262 | "npm": ">=6.x", |
262 | 263 | "yarn": ">=1.21.3" |
263 | 264 | }, |
264 | | - "collective": { |
265 | | - "url": "https://opencollective.com/electron-react-boilerplate-594" |
266 | | - }, |
267 | 265 | "browserslist": [], |
268 | 266 | "prettier": { |
269 | 267 | "overrides": [ |
|
0 commit comments