|
34 | 34 | "prop-types": "^15.8.1" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@formio/core": "2.2.2-rc.5", |
38 | | - "@formio/js": "5.0.0-rc.76", |
39 | | - "@testing-library/jest-dom": "^6.4.2", |
40 | | - "@testing-library/react": "^14.2.2", |
| 37 | + "@formio/core": "^2.4.0", |
| 38 | + "@formio/js": "^5.1.1", |
| 39 | + "@testing-library/dom": "^10.4.0", |
| 40 | + "@testing-library/jest-dom": "^6.6.2", |
| 41 | + "@testing-library/react": "^16.1.1", |
41 | 42 | "@types/jest": "^29.5.12", |
42 | 43 | "@types/lodash": "^4.14.202", |
43 | | - "@types/react": "^18.2.55", |
| 44 | + "@types/react": "^19.0.0", |
44 | 45 | "@types/ungap__structured-clone": "^1.2.0", |
45 | 46 | "@typescript-eslint/eslint-plugin": "^7.0.1", |
46 | 47 | "@typescript-eslint/parser": "^7.0.1", |
|
56 | 57 | "jest-transform-css": "^6.0.1", |
57 | 58 | "jsdom": "^22.1.0", |
58 | 59 | "prettier": "3.2.4", |
59 | | - "react": "^18.1.0", |
60 | | - "react-dom": "^18.1.0", |
| 60 | + "react": "^19.0.0", |
| 61 | + "react-dom": "^19.0.0", |
61 | 62 | "ts-jest": "^29.1.2", |
62 | 63 | "ts-node": "^10.9.2", |
63 | 64 | "tsc": "^2.0.4", |
|
68 | 69 | "lib" |
69 | 70 | ], |
70 | 71 | "peerDependencies": { |
71 | | - "@formio/core": "2.2.2-rc.5", |
72 | | - "@formio/js": "5.0.0-rc.76", |
73 | | - "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0", |
74 | | - "react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0" |
| 72 | + "@formio/core": "2.4.0", |
| 73 | + "@formio/js": "5.1.1", |
| 74 | + "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0 || ^19.0.0", |
| 75 | + "react-dom": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.1.0 || ^19.0.0" |
75 | 76 | } |
76 | 77 | } |
0 commit comments