Update @zeit/ncc to @vercel/ncc

@zeit/ncc is no longer maintained:
```
npm WARN deprecated @zeit/ncc@0.21.1: @zeit/ncc is no longer maintained. Please use @vercel/ncc instead.
```
This commit is contained in:
Niklas Mollenhauer 2022-04-04 10:15:14 +02:00
parent 32aa4483a4
commit e837ea2273
No known key found for this signature in database
GPG key ID: 42C2DF1432CFE011
2 changed files with 10 additions and 11 deletions

View file

@ -33,7 +33,7 @@
"@types/jest": "^27.4.1",
"@types/node": "^16.11.25",
"@types/semver": "^6.0.0",
"@zeit/ncc": "^0.21.0",
"@vercel/ncc": "^0.33.3",
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"nock": "^10.0.6",