fix(deps): replace @zeit/ncc, which is deprecated, with @vercel/ncc (#531)

Closes #530.
This commit is contained in:
Jeroen de Bruijn 2021-02-09 20:40:01 +01:00 committed by GitHub
parent d29ade35d0
commit d36f35f4c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -477,10 +477,10 @@
"eslint-visitor-keys": "^2.0.0" "eslint-visitor-keys": "^2.0.0"
} }
}, },
"@zeit/ncc": { "@vercel/ncc": {
"version": "0.22.3", "version": "0.27.0",
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.3.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.27.0.tgz",
"integrity": "sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ==", "integrity": "sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==",
"dev": true "dev": true
}, },
"JSONStream": { "JSONStream": {

View file

@ -40,7 +40,7 @@
"@types/node": "13.13.40", "@types/node": "13.13.40",
"@typescript-eslint/eslint-plugin": "4.6.0", "@typescript-eslint/eslint-plugin": "4.6.0",
"@typescript-eslint/parser": "4.6.0", "@typescript-eslint/parser": "4.6.0",
"@zeit/ncc": "0.22.3", "@vercel/ncc": "0.27.0",
"concurrently": "5.3.0", "concurrently": "5.3.0",
"eslint": "7.12.1", "eslint": "7.12.1",
"eslint-config-prettier": "7.2.0", "eslint-config-prettier": "7.2.0",