File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 27
27
"@types/express" : " ^4.17.21" ,
28
28
"@types/jest" : " ^29.5.12" ,
29
29
"@types/node" : " ^20.12.8" ,
30
- "@types/react" : " ^18.2.73 " ,
30
+ "@types/react" : " ^18.3.1 " ,
31
31
"@types/react-dom" : " ^18.2.25" ,
32
32
"@types/webpack" : " ^5.28.5" ,
33
33
"@types/ws" : " ^8.5.10" ,
43
43
"lint-staged" : " ^15.2.2" ,
44
44
"npm-run-all" : " ^4.1.5" ,
45
45
"prettier" : " ^3.2.5" ,
46
- "react" : " ^18.2.0 " ,
46
+ "react" : " ^18.3.1 " ,
47
47
"react-dom" : " ^18.2.0" ,
48
48
"react-router-dom" : " ^6.15.0" ,
49
49
"ts-jest" : " ^29.1.2" ,
Original file line number Diff line number Diff line change 1189
1189
dependencies :
1190
1190
" @types/react" " *"
1191
1191
1192
- " @types/react@*" , "@types/react@^18.2.73" :
1192
+ " @types/react@* " :
1193
1193
version "18.2.73"
1194
1194
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.73.tgz#0579548ad122660d99e00499d22e33b81e73ed94"
1195
1195
integrity sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==
1196
1196
dependencies :
1197
1197
" @types/prop-types" " *"
1198
1198
csstype "^3.0.2"
1199
1199
1200
+ " @types/react@^18.3.1 " :
1201
+ version "18.3.1"
1202
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
1203
+ integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
1204
+ dependencies :
1205
+ " @types/prop-types" " *"
1206
+ csstype "^3.0.2"
1207
+
1200
1208
" @types/semver@^7.5.0 " :
1201
1209
version "7.5.1"
1202
1210
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
5198
5206
dependencies :
5199
5207
" @remix-run/router" " 1.8.0"
5200
5208
5201
- react@^18.2.0 :
5202
- version "18.2.0 "
5203
- resolved "https://registry.yarnpkg.com/react/-/react-18.2.0 .tgz#555bd98592883255fa00de14f1151a917b5d77d5 "
5204
- integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ ==
5209
+ react@^18.3.1 :
5210
+ version "18.3.1 "
5211
+ resolved "https://registry.yarnpkg.com/react/-/react-18.3.1 .tgz#49ab892009c53933625bd16b2533fc754cab2891 "
5212
+ integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ ==
5205
5213
dependencies :
5206
5214
loose-envify "^1.1.0"
5207
5215
You can’t perform that action at this time.
0 commit comments