|
37 | 37 | }, |
38 | 38 | "peerDependencies": { |
39 | 39 | "@types/react": "^18.0.0", |
40 | | - "react": "^18.0.0", |
41 | | - "react-dom": "^18.0.0" |
| 40 | + "react": "^18.0.0 || ^19.0.0", |
| 41 | + "react-dom": "^18.0.0 || ^19.0.0" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@nighttrax/eslint-config-tsx": "~12.0.0-alpha.3", |
45 | 45 | "@tdd-buffet/jest-config": "~6.0.0", |
46 | 46 | "@tdd-buffet/tsconfig": "~1.0.5", |
47 | 47 | "@testing-library/dom": "~10.4.0", |
48 | | - "@testing-library/react": "~16.0.0", |
| 48 | + "@testing-library/react": "~16.1.0", |
49 | 49 | "@types/jest": "~29.5.0", |
50 | 50 | "@types/node": "~22.10.0", |
51 | | - "@types/react": "~18.3.0", |
52 | | - "@types/react-dom": "~18.3.0", |
| 51 | + "@types/react": "~19.0.2", |
| 52 | + "@types/react-dom": "~19.0.2", |
53 | 53 | "@types/sinon": "~17.0.0", |
54 | 54 | "eslint": "~8.57.0", |
55 | 55 | "jest": "~29.7.0", |
56 | | - "react": "~18.3.0", |
57 | | - "react-dom": "~18.3.0", |
| 56 | + "react": "~19.0.0", |
| 57 | + "react-dom": "~19.0.0", |
58 | 58 | "standard-version": "~9.5.0", |
59 | 59 | "typescript": "~5.7.0" |
60 | 60 | }, |
|
0 commit comments