|
35 | 35 | "@react-aria/utils": "^3.32.0", |
36 | 36 | "@react-stately/toast": "^3.1.2", |
37 | 37 | "@react-types/shared": "^3.32.1", |
38 | | - "@types/react": "^18.3.1", |
39 | | - "@types/react-dom": "^18.3.1", |
40 | 38 | "lodash": "^4.17.21", |
41 | 39 | "overlayscrollbars": "^2.3.0", |
42 | 40 | "overlayscrollbars-react": "^0.5.6", |
43 | 41 | "react-aria": "^3.45.0", |
44 | 42 | "react-aria-components": "^1.14.0", |
45 | | - "react-is": "^18.3.1", |
46 | 43 | "react-stately": "^3.43.0", |
47 | 44 | "react-syntax-highlighter": "^15.6.1", |
48 | 45 | "react-transition-group": "^4.4.5", |
49 | 46 | "use-clipboard-copy": "^0.2.0" |
50 | 47 | }, |
51 | 48 | "peerDependencies": { |
52 | | - "react": "^16.14.0 || ^17.0.0 || ^18.0.0", |
53 | | - "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" |
| 49 | + "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
| 50 | + "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
| 51 | + "react-is": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
54 | 52 | }, |
55 | 53 | "devDependencies": { |
56 | 54 | "@testing-library/dom": "^10.4.0", |
57 | 55 | "@testing-library/jest-dom": "^6.6.3", |
58 | | - "@testing-library/react": "^16.3.0", |
| 56 | + "@testing-library/react": "^16.3.2", |
59 | 57 | "@testing-library/user-event": "^14.6.1", |
60 | 58 | "@types/lodash": "^4.17.18", |
61 | | - "@types/react-is": "^18.3.0", |
| 59 | + "@types/react": "^19.2.14", |
| 60 | + "@types/react-dom": "^19.2.3", |
| 61 | + "@types/react-is": "^19.0.0", |
62 | 62 | "@types/react-syntax-highlighter": "^15.5.13", |
63 | 63 | "@types/react-transition-group": "^4.4.12", |
64 | 64 | "@vitejs/plugin-react": "^4.6.0", |
65 | 65 | "glob": "^10.2.5", |
66 | | - "react": "^18.3.1", |
67 | | - "react-dom": "^18.3.1", |
| 66 | + "react": "^19.0.0", |
| 67 | + "react-dom": "^19.0.0", |
| 68 | + "react-is": "^19.0.0", |
68 | 69 | "sass": "^1.89.2", |
69 | 70 | "vite-plugin-react-remove-attributes": "^1.0.3", |
70 | 71 | "vite-plugin-static-copy": "^3.1.2" |
|
0 commit comments