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.9.0" ,
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 @@ -627,7 +627,7 @@ __metadata:
627
627
languageName : node
628
628
linkType : hard
629
629
630
- " @types/node@npm:* " :
630
+ " @types/node@npm:*, @types/node@npm:^22.9.0 " :
631
631
version : 22.9.0
632
632
resolution : " @types/node@npm:22.9.0"
633
633
dependencies :
@@ -4077,6 +4077,7 @@ __metadata:
4077
4077
" @reduxjs/toolkit " : " npm:^2.0.1"
4078
4078
" @testing-library/react " : " npm:^14.1.2"
4079
4079
" @types/lodash " : " npm:^4.14.175"
4080
+ " @types/node " : " npm:^22.9.0"
4080
4081
" @types/react " : " npm:^18.2.38"
4081
4082
" @types/react-dom " : " npm:^18.2.17"
4082
4083
" @types/shelljs " : " npm:^0.8.11"
You can’t perform that action at this time.
0 commit comments