File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 58
58
"@reduxjs/toolkit" : " ^2.0.1" ,
59
59
"@testing-library/react" : " ^14.1.2" ,
60
60
"@types/lodash" : " ^4.14.175" ,
61
+ "@types/node" : " ^22.15.2" ,
61
62
"@types/react" : " ^18.2.38" ,
62
63
"@types/react-dom" : " ^18.2.17" ,
63
64
"@types/shelljs" : " ^0.8.11" ,
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ __metadata:
716
716
languageName : node
717
717
linkType : hard
718
718
719
- " @types/node@npm:* " :
719
+ " @types/node@npm:*, @types/node@npm:^22.15.2 " :
720
720
version : 22.15.2
721
721
resolution : " @types/node@npm:22.15.2"
722
722
dependencies :
@@ -4064,6 +4064,7 @@ __metadata:
4064
4064
" @reduxjs/toolkit " : " npm:^2.0.1"
4065
4065
" @testing-library/react " : " npm:^14.1.2"
4066
4066
" @types/lodash " : " npm:^4.14.175"
4067
+ " @types/node " : " npm:^22.15.2"
4067
4068
" @types/react " : " npm:^18.2.38"
4068
4069
" @types/react-dom " : " npm:^18.2.17"
4069
4070
" @types/shelljs " : " npm:^0.8.11"
You can’t perform that action at this time.
0 commit comments