File tree Expand file tree Collapse file tree 3 files changed +179
-193
lines changed Expand file tree Collapse file tree 3 files changed +179
-193
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ node_modules
9
9
eslint-typegen.d.ts
10
10
11
11
.react-router /*
12
+ .vercel /*
Original file line number Diff line number Diff line change 35
35
"dayjs" : " 1.11.13" ,
36
36
"isbot" : " 5.1.23" ,
37
37
"ohash" : " 2.0.11" ,
38
- "react" : " 18.3.1 " ,
39
- "react-dom" : " 18.3.1 " ,
38
+ "react" : " 19.0.0 " ,
39
+ "react-dom" : " 19.0.0 " ,
40
40
"react-router" : " 7.3.0" ,
41
41
"react-router-dom" : " 7.3.0" ,
42
42
"recharts" : " 2.15.1" ,
57
57
"@testing-library/react" : " 16.2.0" ,
58
58
"@testing-library/user-event" : " 14.6.1" ,
59
59
"@types/eslint-plugin-jsx-a11y" : " 6.10.0" ,
60
- "@types/react" : " 18.3.18 " ,
61
- "@types/react-dom" : " 18.3.5 " ,
60
+ "@types/react" : " 19.0.10 " ,
61
+ "@types/react-dom" : " 19.0.4 " ,
62
62
"@vitejs/plugin-react" : " 4.3.4" ,
63
63
"autoprefixer" : " 10.4.21" ,
64
64
"eslint" : " 9.22.0" ,
96
96
"onlyBuiltDependencies" : [
97
97
" esbuild" ,
98
98
" msw"
99
- ]
99
+ ],
100
+ "overrides" : {
101
+ "react-is" : " 19.0.0"
102
+ }
100
103
}
101
104
}
You can’t perform that action at this time.
0 commit comments