build: bump up ncc to the latest ver

This commit is contained in:
Kengo TODA 2021-07-20 20:39:25 +08:00
parent 1ed3d1cbba
commit 370105cb75
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -1274,10 +1274,10 @@
"eslint-visitor-keys": "^2.0.0"
}
},
"@zeit/ncc": {
"version": "0.22.3",
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.3.tgz",
"integrity": "sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ==",
"@vercel/ncc": {
"version": "0.29.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.29.0.tgz",
"integrity": "sha512-p+sB835wOSDdgm2mgFgSOcXJF84AqZ+vBEnnGS0sm8veA92Hia7sqH0qEnqeFilPl+cXtxbdh2er+WdlfbVCZA==",
"dev": true
},
"abab": {

View file

@ -33,7 +33,7 @@
"@types/jest": "26.0.14",
"@types/node": "12.12.62",
"@typescript-eslint/parser": "4.2.0",
"@zeit/ncc": "0.22.3",
"@vercel/ncc": "^0.29.0",
"eslint": "7.9.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.0.2",