|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/final-form/react-final-form-arrays#readme",
|
27 | 27 | "devDependencies": {
|
28 |
| - "@babel/core": "^7.27.1", |
| 28 | + "@babel/core": "^7.27.4", |
29 | 29 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
30 | 30 | "@babel/plugin-proposal-decorators": "^7.27.1",
|
31 | 31 | "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
38 | 38 | "@babel/plugin-transform-private-methods": "^7.27.1",
|
39 | 39 | "@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
40 | 40 | "@babel/plugin-transform-react-jsx-source": "^7.27.1",
|
41 |
| - "@babel/plugin-transform-runtime": "^7.27.1", |
| 41 | + "@babel/plugin-transform-runtime": "^7.27.4", |
42 | 42 | "@babel/preset-env": "^7.27.2",
|
43 | 43 | "@babel/preset-react": "^7.27.1",
|
44 | 44 | "@babel/preset-typescript": "^7.27.1",
|
|
63 | 63 | "eslint-plugin-react": "^7.37.5",
|
64 | 64 | "eslint-plugin-react-hooks": "^5.2.0",
|
65 | 65 | "fast-check": "^4.1.1",
|
66 |
| - "final-form": "^5.0.0-3", |
67 |
| - "final-form-arrays": "^4.0.0-1", |
| 66 | + "final-form": "^5.0.0", |
| 67 | + "final-form-arrays": "^4.0.0", |
68 | 68 | "husky": "^9.1.7",
|
69 | 69 | "jest": "^29.7.0",
|
70 | 70 | "jest-environment-jsdom": "^29.7.0",
|
|
77 | 77 | "raf": "^3.4.1",
|
78 | 78 | "react": "^19.1.0",
|
79 | 79 | "react-dom": "^19.1.0",
|
80 |
| - "react-final-form": "^7.0.0-0", |
| 80 | + "react-final-form": "^7.0.0", |
81 | 81 | "rollup": "^4.41.1",
|
82 | 82 | "rollup-plugin-babel": "^4.4.0",
|
83 | 83 | "rollup-plugin-commonjs": "^10.1.0",
|
|
88 | 88 | "typescript": "^5.8.3"
|
89 | 89 | },
|
90 | 90 | "peerDependencies": {
|
91 |
| - "final-form": "^5.0.0-3", |
92 |
| - "final-form-arrays": "^4.0.0-1", |
| 91 | + "final-form": "^5.0.0", |
| 92 | + "final-form-arrays": "^4.0.0", |
93 | 93 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
94 |
| - "react-final-form": "^7.0.0-0" |
| 94 | + "react-final-form": "^7.0.0" |
95 | 95 | },
|
96 | 96 | "jest": {
|
97 | 97 | "testEnvironment": "jsdom",
|
|
0 commit comments