|
22 | 22 | "homepage": "https://github.com/device-management-toolkit/ui-toolkit-react#readme",
|
23 | 23 | "types": "index.d.ts",
|
24 | 24 | "peerDependencies": {
|
25 |
| - "react": "^18.2.0", |
26 |
| - "react-dom": "^18.2.0" |
| 25 | + "react": "^18.2.0 || ^19.0.0", |
| 26 | + "react-dom": "^18.2.0 || ^19.0.0" |
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 | 29 | "@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
48 | 48 | "@types/jest": "^29.2.3",
|
49 | 49 | "@types/md5": "^2.3.2",
|
50 | 50 | "@types/node": "^22.0.0",
|
51 |
| - "@types/react": "^18.0.25", |
52 |
| - "@types/react-dom": "^18.0.9", |
| 51 | + "@types/react": "^19.1.2", |
| 52 | + "@types/react-dom": "^19.1.2", |
53 | 53 | "@types/ws": "^8.2.0",
|
54 | 54 | "@typescript-eslint/eslint-plugin": "^6.11.0",
|
55 | 55 | "@typescript-eslint/parser": "^6.11.0",
|
|
67 | 67 | "jest-environment-jsdom": "^29.3.1",
|
68 | 68 | "jest-junit": "^16.0.0",
|
69 | 69 | "jest-transform-stub": "^2.0.0",
|
70 |
| - "react": "^19.0.0", |
71 |
| - "react-dom": "^19.0.0", |
| 70 | + "react": "^19.1.0", |
| 71 | + "react-dom": "^19.1.0", |
72 | 72 | "sass-loader": "^16.0.0",
|
73 | 73 | "source-map-loader": "^5.0.0",
|
74 | 74 | "style-loader": "^4.0.0",
|
|
0 commit comments