File tree Expand file tree Collapse file tree 2 files changed +44
-974
lines changed Expand file tree Collapse file tree 2 files changed +44
-974
lines changed Original file line number Diff line number Diff line change 63
63
"eslint-plugin-jsx-a11y" : " ^6.10.2" ,
64
64
"eslint-plugin-react" : " ^7.37.5" ,
65
65
"eslint-plugin-react-hooks" : " ^5.2.0" ,
66
- "final-form" : " ^5.0.0-3 " ,
66
+ "final-form" : " ^5.0.0" ,
67
67
"husky" : " ^9.1.7" ,
68
68
"jest" : " ^29.7.0" ,
69
69
"jest-environment-jsdom" : " ^30.0.0-beta.3" ,
76
76
"raf" : " ^3.4.1" ,
77
77
"react" : " ^18.2.0" ,
78
78
"react-dom" : " ^18.2.0" ,
79
- "react-final-form" : " ^7.0.0-0 " ,
79
+ "react-final-form" : " ^7.0.0" ,
80
80
"react-test-renderer" : " ^18.2.0" ,
81
81
"rimraf" : " ^6.0.1" ,
82
82
"rollup" : " ^4.41.1" ,
90
90
"typescript" : " ^5.3.3"
91
91
},
92
92
"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" ,
96
95
"react-dom" : " ^18.2.0" ,
97
- "react-final-form" : " >=7.0.0-0 "
96
+ "react-final-form" : " >=7.0.0"
98
97
},
99
98
"jest" : {
100
99
"testEnvironment" : " jsdom" ,
You can’t perform that action at this time.
0 commit comments