File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 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.13.10" ,
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 @@ -693,7 +693,7 @@ __metadata:
693
693
languageName : node
694
694
linkType : hard
695
695
696
- " @types/node@npm:* " :
696
+ " @types/node@npm:*, @types/node@npm:^22.13.10 " :
697
697
version : 22.13.10
698
698
resolution : " @types/node@npm:22.13.10"
699
699
dependencies :
@@ -4041,6 +4041,7 @@ __metadata:
4041
4041
" @reduxjs/toolkit " : " npm:^2.0.1"
4042
4042
" @testing-library/react " : " npm:^14.1.2"
4043
4043
" @types/lodash " : " npm:^4.14.175"
4044
+ " @types/node " : " npm:^22.13.10"
4044
4045
" @types/react " : " npm:^18.2.38"
4045
4046
" @types/react-dom " : " npm:^18.2.17"
4046
4047
" @types/shelljs " : " npm:^0.8.11"
You can’t perform that action at this time.
0 commit comments