File tree Expand file tree Collapse file tree 2 files changed +31
-953
lines changed Expand file tree Collapse file tree 2 files changed +31
-953
lines changed Original file line number Diff line number Diff line change 62
62
"eslint-plugin-jsx-a11y" : " ^6.10.2" ,
63
63
"eslint-plugin-react" : " ^7.37.5" ,
64
64
"eslint-plugin-react-hooks" : " ^5.2.0" ,
65
- "final-form" : " ^5.0.0-3 " ,
65
+ "final-form" : " ^5.0.0" ,
66
66
"husky" : " ^9.1.7" ,
67
67
"jest" : " ^29.7.0" ,
68
68
"jest-environment-jsdom" : " ^30.0.0-beta.3" ,
75
75
"raf" : " ^3.4.1" ,
76
76
"react" : " ^19.1.0" ,
77
77
"react-dom" : " ^19.1.0" ,
78
- "react-final-form" : " ^7.0.0-0 " ,
78
+ "react-final-form" : " ^7.0.0" ,
79
79
"rollup" : " ^4.41.1" ,
80
80
"rollup-plugin-babel" : " ^4.4.0" ,
81
81
"rollup-plugin-commonjs" : " ^10.1.0" ,
86
86
"typescript" : " ^5.8.3"
87
87
},
88
88
"peerDependencies" : {
89
- "final-form" : " >=5.0.0-3 " ,
89
+ "final-form" : " >=5.0.0" ,
90
90
"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"
92
92
},
93
93
"jest" : {
94
94
"testEnvironment" : " jsdom" ,
You can’t perform that action at this time.
0 commit comments