Skip to content

Commit 1fb60a4

Browse files
committed
Bump ff dep
1 parent 35035e0 commit 1fb60a4

File tree

2 files changed

+64
-1003
lines changed

2 files changed

+64
-1003
lines changed

package.json

Lines changed: 9 additions & 10 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",
@@ -74,10 +74,10 @@
7474
"prettier-eslint-cli": "^8.0.1",
7575
"prop-types": "^15.8.1",
7676
"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",
8181
"rimraf": "^6.0.1",
8282
"rollup": "^4.41.1",
8383
"rollup-plugin-babel": "^4.4.0",
@@ -87,14 +87,13 @@
8787
"rollup-plugin-typescript2": "^0.36.0",
8888
"rollup-plugin-uglify": "^6.0.4",
8989
"ts-jest": "^29.3.4",
90-
"typescript": "^5.3.3"
90+
"typescript": "^5.8.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)