Skip to content

Commit d06c95f

Browse files
committed
Bump ff dep
1 parent 6093f9b commit d06c95f

File tree

2 files changed

+31
-953
lines changed

2 files changed

+31
-953
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-jsx-a11y": "^6.10.2",
6363
"eslint-plugin-react": "^7.37.5",
6464
"eslint-plugin-react-hooks": "^5.2.0",
65-
"final-form": "^5.0.0-3",
65+
"final-form": "^5.0.0",
6666
"husky": "^9.1.7",
6767
"jest": "^29.7.0",
6868
"jest-environment-jsdom": "^30.0.0-beta.3",
@@ -75,7 +75,7 @@
7575
"raf": "^3.4.1",
7676
"react": "^19.1.0",
7777
"react-dom": "^19.1.0",
78-
"react-final-form": "^7.0.0-0",
78+
"react-final-form": "^7.0.0",
7979
"rollup": "^4.41.1",
8080
"rollup-plugin-babel": "^4.4.0",
8181
"rollup-plugin-commonjs": "^10.1.0",
@@ -86,9 +86,9 @@
8686
"typescript": "^5.8.3"
8787
},
8888
"peerDependencies": {
89-
"final-form": ">=5.0.0-3",
89+
"final-form": ">=5.0.0",
9090
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
91-
"react-final-form": ">=7.0.0-0"
91+
"react-final-form": ">=7.0.0"
9292
},
9393
"jest": {
9494
"testEnvironment": "jsdom",

0 commit comments

Comments
 (0)