mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
Bumps [@octokit/graphql-schema](https://github.com/octokit/graphql-schema) from 14.22.0 to 14.23.0. - [Release notes](https://github.com/octokit/graphql-schema/releases) - [Commits](https://github.com/octokit/graphql-schema/compare/v14.22.0...v14.23.0) --- updated-dependencies: - dependency-name: "@octokit/graphql-schema" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "sticky-pull-request-comment",
|
|
"version": "2.1.1",
|
|
"private": true,
|
|
"description": "Create comment on pull request, if exists update that comment.",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"lint": "eslint src/**/*.ts",
|
|
"package": "ncc build --source-map --license licenses.txt",
|
|
"test": "jest",
|
|
"build_test": "tsc && jest",
|
|
"all": "yarn build && yarn format && yarn lint && yarn package && yarn test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/typescript-action.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "marocchino",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@actions/glob": "^0.4.0",
|
|
"@octokit/graphql-schema": "^14.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.3",
|
|
"@types/node": "^20.4.2",
|
|
"@typescript-eslint/parser": "^6.1.0",
|
|
"@vercel/ncc": "^0.36.1",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-github": "^4.9.2",
|
|
"eslint-plugin-jest": "^27.2.3",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"jest": "^29.6.1",
|
|
"jest-circus": "^29.6.1",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "3.0.0",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|