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 61
61
"@size-limit/webpack" : " ^11.2.0" ,
62
62
"@testing-library/react" : " ^14.1.2" ,
63
63
"@types/lodash" : " ^4.14.175" ,
64
+ "@types/node" : " ^22.14.0" ,
64
65
"@types/react" : " ^18.2.38" ,
65
66
"@types/react-dom" : " ^18.2.17" ,
66
67
"@types/shelljs" : " ^0.8.11" ,
Original file line number Diff line number Diff line change @@ -928,7 +928,7 @@ __metadata:
928
928
languageName : node
929
929
linkType : hard
930
930
931
- " @types/node@npm:* " :
931
+ " @types/node@npm:*, @types/node@npm:^22.14.0 " :
932
932
version : 22.14.0
933
933
resolution : " @types/node@npm:22.14.0"
934
934
dependencies :
@@ -4901,6 +4901,7 @@ __metadata:
4901
4901
" @size-limit/webpack " : " npm:^11.2.0"
4902
4902
" @testing-library/react " : " npm:^14.1.2"
4903
4903
" @types/lodash " : " npm:^4.14.175"
4904
+ " @types/node " : " npm:^22.14.0"
4904
4905
" @types/react " : " npm:^18.2.38"
4905
4906
" @types/react-dom " : " npm:^18.2.17"
4906
4907
" @types/shelljs " : " npm:^0.8.11"
You can’t perform that action at this time.
0 commit comments