Skip to content

Commit

Permalink
Bump @vercel/ncc to 0.38.1 (#67044)
Browse files Browse the repository at this point in the history
Bump @vercel/ncc to 0.38.1

I have changed the `"skipLibCheck": true` setting in tsconfig because
otherwise the `tar` library gives a type error inside "node_modules" I
made an issues in their repository but the maintainer did not give any
conclusive solution:
[issues](isaacs/node-tar#419)

Is there a problem I haven't seen by disabling this?

---------

Co-authored-by: torresgol10.it <torresgol10.itd@gmail.com>
Co-authored-by: samcx <sam@vercel.com>
  • Loading branch information
3 people authored Jul 26, 2024
1 parent 596c569 commit b1453d4
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
4 changes: 2 additions & 2 deletions packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/prompts": "2.4.2",
"@types/tar": "6.1.13",
"@types/validate-npm-package-name": "4.0.2",
"@vercel/ncc": "0.34.0",
"@vercel/ncc": "0.38.1",
"async-retry": "1.3.1",
"ci-info": "4.0.0",
"commander": "12.1.0",
Expand All @@ -45,7 +45,7 @@
"picocolors": "1.0.0",
"prettier-plugin-tailwindcss": "0.6.2",
"prompts": "2.4.2",
"tar": "7.2.0",
"tar": "7.4.3",
"update-check": "1.5.4",
"validate-npm-package-name": "5.0.1"
},
Expand Down
95 changes: 51 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1453d4

Please sign in to comment.