|
63 | 63 | "eslint-plugin-jsx-a11y": "^6.10.2", |
64 | 64 | "eslint-plugin-react": "^7.37.5", |
65 | 65 | "eslint-plugin-react-hooks": "^5.2.0", |
66 | | - "final-form": "^5.0.0-3", |
| 66 | + "final-form": "^5.0.0", |
67 | 67 | "husky": "^9.1.7", |
68 | 68 | "jest": "^29.7.0", |
69 | 69 | "jest-environment-jsdom": "^30.0.0-beta.3", |
|
74 | 74 | "prettier-eslint-cli": "^8.0.1", |
75 | 75 | "prop-types": "^15.8.1", |
76 | 76 | "raf": "^3.4.1", |
77 | | - "react": "^18.2.0", |
78 | | - "react-dom": "^18.2.0", |
79 | | - "react-final-form": "^7.0.0-0", |
80 | | - "react-test-renderer": "^18.2.0", |
| 77 | + "react": "^19.1.0", |
| 78 | + "react-dom": "^19.1.0", |
| 79 | + "react-final-form": "^7.0.0", |
| 80 | + "react-test-renderer": "^19.1.0", |
81 | 81 | "rimraf": "^6.0.1", |
82 | 82 | "rollup": "^4.41.1", |
83 | 83 | "rollup-plugin-babel": "^4.4.0", |
|
87 | 87 | "rollup-plugin-typescript2": "^0.36.0", |
88 | 88 | "rollup-plugin-uglify": "^6.0.4", |
89 | 89 | "ts-jest": "^29.3.4", |
90 | | - "typescript": "^5.3.3" |
| 90 | + "typescript": "^5.8.3" |
91 | 91 | }, |
92 | 92 | "peerDependencies": { |
93 | | - "final-form": ">=5.0.0-3", |
94 | | - "prop-types": "^15.6.0", |
95 | | - "react": "^18.2.0", |
| 93 | + "final-form": ">=5.0.0", |
| 94 | + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
96 | 95 | "react-dom": "^18.2.0", |
97 | | - "react-final-form": ">=7.0.0-0" |
| 96 | + "react-final-form": ">=7.0.0" |
98 | 97 | }, |
99 | 98 | "jest": { |
100 | 99 | "testEnvironment": "jsdom", |
|
0 commit comments