Skip to content

Commit 1e50e8b

Browse files
committed
Bump ff dep
1 parent f4740a7 commit 1e50e8b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/final-form/react-final-form-arrays#readme",
2727
"devDependencies": {
28-
"@babel/core": "^7.27.1",
28+
"@babel/core": "^7.27.4",
2929
"@babel/plugin-proposal-class-properties": "^7.18.6",
3030
"@babel/plugin-proposal-decorators": "^7.27.1",
3131
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
@@ -38,7 +38,7 @@
3838
"@babel/plugin-transform-private-methods": "^7.27.1",
3939
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
4040
"@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",
4242
"@babel/preset-env": "^7.27.2",
4343
"@babel/preset-react": "^7.27.1",
4444
"@babel/preset-typescript": "^7.27.1",
@@ -63,8 +63,8 @@
6363
"eslint-plugin-react": "^7.37.5",
6464
"eslint-plugin-react-hooks": "^5.2.0",
6565
"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",
6868
"husky": "^9.1.7",
6969
"jest": "^29.7.0",
7070
"jest-environment-jsdom": "^29.7.0",
@@ -77,7 +77,7 @@
7777
"raf": "^3.4.1",
7878
"react": "^19.1.0",
7979
"react-dom": "^19.1.0",
80-
"react-final-form": "^7.0.0-0",
80+
"react-final-form": "^7.0.0",
8181
"rollup": "^4.41.1",
8282
"rollup-plugin-babel": "^4.4.0",
8383
"rollup-plugin-commonjs": "^10.1.0",
@@ -88,10 +88,10 @@
8888
"typescript": "^5.8.3"
8989
},
9090
"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",
9393
"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"
9595
},
9696
"jest": {
9797
"testEnvironment": "jsdom",

0 commit comments

Comments
 (0)