mirror of
https://github.com/peter-evans/create-or-update-comment.git
synced 2025-01-19 03:26:42 +08:00
3518fea64b
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.0 to 5.59.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "create-or-update-comment",
|
|
"version": "3.0.0",
|
|
"description": "Create or update an issue or pull request comment",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc && ncc build",
|
|
"format": "prettier --write '**/*.ts'",
|
|
"format-check": "prettier --check '**/*.ts'",
|
|
"lint": "eslint src/**/*.ts",
|
|
"test": "jest --passWithNoTests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/peter-evans/create-or-update-comment.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"create",
|
|
"update",
|
|
"comment"
|
|
],
|
|
"author": "Peter Evans",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/peter-evans/create-or-update-comment/issues"
|
|
},
|
|
"homepage": "https://github.com/peter-evans/create-or-update-comment#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.3",
|
|
"@types/node": "^18.16.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
"@typescript-eslint/parser": "^5.59.1",
|
|
"@vercel/ncc": "^0.36.1",
|
|
"eslint": "^8.39.0",
|
|
"eslint-plugin-github": "^4.7.0",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"jest": "^27.5.1",
|
|
"jest-circus": "^27.5.1",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "^2.8.8",
|
|
"ts-jest": "^27.1.5",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|