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.14.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 @@ -709,7 +709,7 @@ __metadata:
709
709
languageName : node
710
710
linkType : hard
711
711
712
- " @types/node@npm:* " :
712
+ " @types/node@npm:*, @types/node@npm:^22.14.0 " :
713
713
version : 22.14.0
714
714
resolution : " @types/node@npm:22.14.0"
715
715
dependencies :
@@ -4211,6 +4211,7 @@ __metadata:
4211
4211
" @reduxjs/toolkit " : " npm:^2.0.1"
4212
4212
" @testing-library/react " : " npm:^14.1.2"
4213
4213
" @types/lodash " : " npm:^4.14.175"
4214
+ " @types/node " : " npm:^22.14.0"
4214
4215
" @types/react " : " npm:^18.2.38"
4215
4216
" @types/react-dom " : " npm:^18.2.17"
4216
4217
" @types/shelljs " : " npm:^0.8.11"
You can’t perform that action at this time.
0 commit comments