Upgrade deps (#72)
This commit is contained in:
parent
abba7c4d9a
commit
ed829381c8
2670
dist/main/index.js
vendored
2670
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
1970
dist/post/index.js
vendored
1970
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
1144
package-lock.json
generated
1144
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
23
package.json
23
package.json
@ -4,7 +4,7 @@
|
|||||||
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
||||||
"main": "dist/main/index.js",
|
"main": "dist/main/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/main.ts -o dist/main && ncc build src/post.ts -o dist/post",
|
"build": "ncc build -m src/main.ts -o dist/main && ncc -m build src/post.ts -o dist/post",
|
||||||
"lint": "eslint . --ext .ts,.tsx",
|
"lint": "eslint . --ext .ts,.tsx",
|
||||||
"format": "prettier --write **/*.ts",
|
"format": "prettier --write **/*.ts",
|
||||||
"test": "mocha -r ts-node/register -t 120s 'tests/**/*.test.ts'"
|
"test": "mocha -r ts-node/register -t 120s 'tests/**/*.test.ts'"
|
||||||
@ -26,20 +26,19 @@
|
|||||||
"@actions/core": "^1.6.0"
|
"@actions/core": "^1.6.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^4.2.21",
|
"@types/chai": "^4.2.22",
|
||||||
"@types/mocha": "^9.0.0",
|
"@types/mocha": "^9.0.0",
|
||||||
"@types/node": "^16.9.1",
|
"@types/node": "^16.11.11",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.31.0",
|
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
||||||
"@typescript-eslint/parser": "^4.31.0",
|
"@typescript-eslint/parser": "^5.5.0",
|
||||||
"@zeit/ncc": "^0.22.3",
|
"@vercel/ncc": "^0.33.0",
|
||||||
"chai": "^4.3.4",
|
"chai": "^4.3.4",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^8.3.0",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"husky": "^7.0.2",
|
"mocha": "^9.1.3",
|
||||||
"mocha": "^9.1.1",
|
"prettier": "^2.5.0",
|
||||||
"prettier": "^2.4.0",
|
"ts-node": "^10.4.0",
|
||||||
"ts-node": "^10.2.1",
|
"typescript": "^4.5.2"
|
||||||
"typescript": "^4.3.5"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user