use vercel

This commit is contained in:
Konrad Pabjan 2023-01-05 19:58:57 +00:00
parent 21fd160990
commit 8f1e0ed676
2 changed files with 14 additions and 11 deletions

23
package-lock.json generated
View file

@ -18,7 +18,7 @@
"@types/jest": "^29.2.5", "@types/jest": "^29.2.5",
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
"@typescript-eslint/parser": "^5.48.0", "@typescript-eslint/parser": "^5.48.0",
"@zeit/ncc": "^0.22.1", "@vercel/ncc": "^0.36.0",
"concurrently": "^7.6.0", "concurrently": "^7.6.0",
"eslint": "^8.31.0", "eslint": "^8.31.0",
"eslint-plugin-github": "^4.6.0", "eslint-plugin-github": "^4.6.0",
@ -1640,11 +1640,14 @@
"url": "https://opencollective.com/typescript-eslint" "url": "https://opencollective.com/typescript-eslint"
} }
}, },
"node_modules/@zeit/ncc": { "node_modules/@vercel/ncc": {
"version": "0.22.1", "version": "0.36.0",
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.1.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.0.tgz",
"integrity": "sha512-Qq3bMuonkcnV/96jhy9SQYdh39NXHxNMJ1O31ZFzWG9n52fR2DLtgrNzhj/ahlEjnBziMLGVWDbaS9sf03/fEw==", "integrity": "sha512-/ZTUJ/ZkRt694k7KJNimgmHjtQcRuVwsST2Z6XfYveQIuBbHR+EqkTc1jfgPkQmMyk/vtpxo3nVxe8CNuau86A==",
"dev": true "dev": true,
"bin": {
"ncc": "dist/ncc/cli.js"
}
}, },
"node_modules/acorn": { "node_modules/acorn": {
"version": "8.8.1", "version": "8.8.1",
@ -7389,10 +7392,10 @@
"eslint-visitor-keys": "^3.3.0" "eslint-visitor-keys": "^3.3.0"
} }
}, },
"@zeit/ncc": { "@vercel/ncc": {
"version": "0.22.1", "version": "0.36.0",
"resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.1.tgz", "resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.36.0.tgz",
"integrity": "sha512-Qq3bMuonkcnV/96jhy9SQYdh39NXHxNMJ1O31ZFzWG9n52fR2DLtgrNzhj/ahlEjnBziMLGVWDbaS9sf03/fEw==", "integrity": "sha512-/ZTUJ/ZkRt694k7KJNimgmHjtQcRuVwsST2Z6XfYveQIuBbHR+EqkTc1jfgPkQmMyk/vtpxo3nVxe8CNuau86A==",
"dev": true "dev": true
}, },
"acorn": { "acorn": {

View file

@ -38,7 +38,7 @@
"@types/jest": "^29.2.5", "@types/jest": "^29.2.5",
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
"@typescript-eslint/parser": "^5.48.0", "@typescript-eslint/parser": "^5.48.0",
"@zeit/ncc": "^0.22.1", "@vercel/ncc": "^0.36.0",
"concurrently": "^7.6.0", "concurrently": "^7.6.0",
"eslint": "^8.31.0", "eslint": "^8.31.0",
"eslint-plugin-github": "^4.6.0", "eslint-plugin-github": "^4.6.0",