File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export const DEPENDENCIES = LANGUAGES.reduce(
5656 { ...COMMON_DEPENDENCIES } as Record < string , string [ ] > ,
5757) ;
5858
59- export function getVersionFileForLanguage ( lang : Language ) : string {
59+ function getVersionFileForLanguage ( lang : Language ) : string {
6060 // js rely on the nvmrc of the repo
6161 if ( lang === 'javascript' ) {
6262 return '.nvmrc' ;
Original file line number Diff line number Diff line change 3434 "@types/node" : " 20.14.11" ,
3535 "@types/semver" : " 7.5.8" ,
3636 "@types/spinnies" : " 0.5.3" ,
37- "@vercel/ncc" : " 0.38.1" ,
3837 "chai" : " 5.1.1" ,
3938 "chalk" : " 5.3.0" ,
4039 "commander" : " 12.1.0" ,
Original file line number Diff line number Diff line change @@ -4864,17 +4864,6 @@ __metadata:
48644864 languageName : node
48654865 linkType : hard
48664866
4867- " @vercel/ncc@npm:0.38.1 " :
4868- version : 0.38.1
4869- resolution : " @vercel/ncc@npm:0.38.1"
4870- dependencies :
4871- node-gyp : " npm:latest"
4872- bin :
4873- ncc : dist/ncc/cli.js
4874- checksum : 10/2ed9dff34ba2e7c2ba7113ed075effd023549d5041d355a367f5bf749b20916f68d2adad6737f7a2d03f0d92237f948ce8dfbc9429bdf3febc18d4fa5159d9b4
4875- languageName : node
4876- linkType : hard
4877-
48784867" @vitest/expect@npm:2.0.3 " :
48794868 version : 2.0.3
48804869 resolution : " @vitest/expect@npm:2.0.3"
@@ -12079,7 +12068,6 @@ __metadata:
1207912068 " @types/node " : " npm:20.14.11"
1208012069 " @types/semver " : " npm:7.5.8"
1208112070 " @types/spinnies " : " npm:0.5.3"
12082- " @vercel/ncc " : " npm:0.38.1"
1208312071 chai : " npm:5.1.1"
1208412072 chalk : " npm:5.3.0"
1208512073 commander : " npm:12.1.0"
You can’t perform that action at this time.
0 commit comments