|
13 | 13 | "prop-types": "^15.7.2", |
14 | 14 | "react": "18.2.0", |
15 | 15 | "react-dom": "18.2.0", |
16 | | - "react-redux": "^5.1.1", |
17 | | - "redux": "^4.0.1", |
18 | | - "redux-thunk": "^2.3.0" |
| 16 | + "react-redux": "^8.1.3", |
| 17 | + "redux": "^5.0.1", |
| 18 | + "redux-thunk": "^3.1.0" |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | 21 | "@babel/core": "^7.17.8", |
22 | | - "@babel/preset-env": "^7.16.11", |
23 | | - "@babel/preset-react": "^7.16.7", |
24 | | - "babel-eslint": "^4.1.8", |
25 | | - "babel-loader": "^8.2.2", |
26 | | - "babel-preset-es2015": "^6.3.13", |
27 | | - "babel-preset-react": "^6.3.13", |
28 | | - "path": "^0.12.7", |
29 | | - "webpack": "^5.70.0", |
30 | | - "webpack-cli": "^4.9.2", |
31 | | - "yarn": "1.22.18" |
32 | | - } |
| 22 | + "@babel/eslint-parser": "^7.17.0", |
| 23 | + "@types/react": "18.2.0", |
| 24 | + "@typescript-eslint/eslint-plugin": "6.2.0", |
| 25 | + "@typescript-eslint/parser": "6.2.0", |
| 26 | + "eslint": "8.12.0", |
| 27 | + "eslint-config-prettier": "^8.5.0", |
| 28 | + "eslint-plugin-jest": "28.6.0", |
| 29 | + "eslint-plugin-prettier": "^4.0.0", |
| 30 | + "eslint-plugin-react": "7.29.4", |
| 31 | + "eslint-plugin-react-hooks": "^4.4.0", |
| 32 | + "fork-ts-checker-webpack-plugin": "6.5.0", |
| 33 | + "lerna": "^3.22.1", |
| 34 | + "npm": "^8.6.0", |
| 35 | + "prettier": "2.6.1", |
| 36 | + "rimraf": "^3.0.2", |
| 37 | + "typescript": "4.9.5", |
| 38 | + "webpack": "5.70.0", |
| 39 | + "webpack-cli": "4.9.2", |
| 40 | + "yarn": "^1.22.18" |
| 41 | + }, |
| 42 | + "resolutions": { |
| 43 | + "@types/react": "18.0.26", |
| 44 | + "@types/leaflet": "1.4.3", |
| 45 | + "moment": "2.29.4", |
| 46 | + "react": "18.2.0", |
| 47 | + "lodash": "4.17.21", |
| 48 | + "lodash-es": "4.17.21", |
| 49 | + "crypto-js": "4.2.0" |
| 50 | + }, |
| 51 | + "packageManager": "[email protected]" |
33 | 52 | } |
0 commit comments