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" : " ^18.16.18" ,
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 1187
1187
dependencies :
1188
1188
" @types/react" " *"
1189
1189
1190
- " @types/react@*" , "@types/react@^18.2.73" :
1190
+ " @types/react@* " :
1191
1191
version "18.2.73"
1192
1192
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.73.tgz#0579548ad122660d99e00499d22e33b81e73ed94"
1193
1193
integrity sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==
1194
1194
dependencies :
1195
1195
" @types/prop-types" " *"
1196
1196
csstype "^3.0.2"
1197
1197
1198
+ " @types/react@^18.3.1 " :
1199
+ version "18.3.1"
1200
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.1.tgz#fed43985caa834a2084d002e4771e15dfcbdbe8e"
1201
+ integrity sha512-V0kuGBX3+prX+DQ/7r2qsv1NsdfnCLnTgnRJ1pYnxykBhGMz+qj+box5lq7XsO5mtZsBqpjwwTu/7wszPfMBcw==
1202
+ dependencies :
1203
+ " @types/prop-types" " *"
1204
+ csstype "^3.0.2"
1205
+
1198
1206
" @types/semver@^7.5.0 " :
1199
1207
version "7.5.1"
1200
1208
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
5196
5204
dependencies :
5197
5205
" @remix-run/router" " 1.8.0"
5198
5206
5199
- react@^18.2.0 :
5200
- version "18.2.0 "
5201
- resolved "https://registry.yarnpkg.com/react/-/react-18.2.0 .tgz#555bd98592883255fa00de14f1151a917b5d77d5 "
5202
- integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ ==
5207
+ react@^18.3.1 :
5208
+ version "18.3.1 "
5209
+ resolved "https://registry.yarnpkg.com/react/-/react-18.3.1 .tgz#49ab892009c53933625bd16b2533fc754cab2891 "
5210
+ integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ ==
5203
5211
dependencies :
5204
5212
loose-envify "^1.1.0"
5205
5213
You can’t perform that action at this time.
0 commit comments