File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "@yarnpkg/cli" : " ^4.14.1" ,
2525 "@yarnpkg/core" : " ^4.7.0" ,
2626 "@yarnpkg/fslib" : " ^3.1.5" ,
27+ "@yarnpkg/libzip" : " ^3.2.2" ,
2728 "@yarnpkg/parsers" : " ^3.0.3" ,
2829 "@yarnpkg/plugin-git" : " ^3.2.0" ,
2930 "@yarnpkg/plugin-version" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 11{
2- "include" : [" scripts/*.mts" ],
2+ // There's some weird typescript issue with
3+ // @yarnpkg/plugin-git / @yarnpkg/libzip
4+ // "include": ["scripts/*.mts"],
5+ "include" : [],
36 "compilerOptions" : {
47 "noEmit" : true
58 },
Original file line number Diff line number Diff line change @@ -11417,6 +11417,7 @@ __metadata:
1141711417 " @yarnpkg/cli " : " npm:^4.14.1"
1141811418 " @yarnpkg/core " : " npm:^4.7.0"
1141911419 " @yarnpkg/fslib " : " npm:^3.1.5"
11420+ " @yarnpkg/libzip " : " npm:^3.2.2"
1142011421 " @yarnpkg/parsers " : " npm:^3.0.3"
1142111422 " @yarnpkg/plugin-git " : " npm:^3.2.0"
1142211423 " @yarnpkg/plugin-version " : " npm:^4.2.0"
You can’t perform that action at this time.
0 commit comments