|
28 | 28 | "clean": "rimraf dist" |
29 | 29 | }, |
30 | 30 | "peerDependencies": { |
31 | | - "react-admin": "3.x" |
| 31 | + "react-admin": "4.x" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | 34 | "papaparse": "5.x", |
35 | | - "ramda": "^0.27.0" |
| 35 | + "ramda": "^0.28.0", |
| 36 | + "react-redux": "^8.0.1" |
36 | 37 | }, |
37 | 38 | "devDependencies": { |
38 | | - "@types/jest": "24.0.11", |
39 | | - "@types/node": "11.12.0", |
40 | | - "@types/papaparse": "4.x", |
41 | | - "@types/ramda": "0.27.34", |
42 | | - "@types/react": "16.8.10", |
43 | | - "@types/react-dom": "16.8.3", |
44 | | - "@types/react-redux": "^7.1.7", |
| 39 | + "@types/jest": "27.4.1", |
| 40 | + "@types/node": "17.0.25", |
| 41 | + "@types/papaparse": "5.x", |
| 42 | + "@types/ramda": "0.28.11", |
| 43 | + "@types/react": "^17.0.0", |
| 44 | + "@types/react-dom": "^17.0.0", |
45 | 45 | "jest-coverage-badges": "^1.1.2", |
46 | | - "ra-data-fakerest": "^3.2.2", |
47 | | - "ra-language-chinese": "^2.0.5", |
| 46 | + "ra-data-fakerest": "^4.0.1", |
| 47 | + "ra-language-chinese": "^2.0.10", |
48 | 48 | "ra-language-russian": "^3.13.5", |
49 | 49 | "ra-language-spanish": "1.x", |
50 | | - "react": "16.8.6", |
51 | | - "react-admin": "3.10.x", |
52 | | - "react-dom": "16.8.3", |
53 | | - "react-scripts": "^3.4.3", |
54 | | - "source-map-loader": "^0.2.4", |
55 | | - "ts-jest": "^24.x.x", |
56 | | - "typescript": "3.x" |
| 50 | + "react": "^17.0.0", |
| 51 | + "react-admin": "4.0.x", |
| 52 | + "react-dom": "^17.0.0", |
| 53 | + "react-scripts": "^5.0.1", |
| 54 | + "source-map-loader": "^3.0.1", |
| 55 | + "ts-jest": "^27.x.x", |
| 56 | + "typescript": "4.x" |
57 | 57 | } |
58 | 58 | } |
0 commit comments