Skip to content

Commit 3530caf

Browse files
committed
Bump ff dep
1 parent 35035e0 commit 3530caf

File tree

2 files changed

+44
-974
lines changed

2 files changed

+44
-974
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-jsx-a11y": "^6.10.2",
6464
"eslint-plugin-react": "^7.37.5",
6565
"eslint-plugin-react-hooks": "^5.2.0",
66-
"final-form": "^5.0.0-3",
66+
"final-form": "^5.0.0",
6767
"husky": "^9.1.7",
6868
"jest": "^29.7.0",
6969
"jest-environment-jsdom": "^30.0.0-beta.3",
@@ -76,7 +76,7 @@
7676
"raf": "^3.4.1",
7777
"react": "^18.2.0",
7878
"react-dom": "^18.2.0",
79-
"react-final-form": "^7.0.0-0",
79+
"react-final-form": "^7.0.0",
8080
"react-test-renderer": "^18.2.0",
8181
"rimraf": "^6.0.1",
8282
"rollup": "^4.41.1",
@@ -90,11 +90,10 @@
9090
"typescript": "^5.3.3"
9191
},
9292
"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",
9695
"react-dom": "^18.2.0",
97-
"react-final-form": ">=7.0.0-0"
96+
"react-final-form": ">=7.0.0"
9897
},
9998
"jest": {
10099
"testEnvironment": "jsdom",

0 commit comments

Comments
 (0)