mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 20:41:15 +00:00
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.4.0...2.4.1) --- updated-dependencies: - dependency-name: prettier 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>
47 lines
1.2 KiB
JSON
47 lines
1.2 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.5.0",
|
|
"@actions/github": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.1",
|
|
"@types/node": "^16.9.1",
|
|
"@typescript-eslint/parser": "^4.31.1",
|
|
"@vercel/ncc": "^0.31.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-github": "^4.3.0",
|
|
"eslint-plugin-jest": "^24.4.0",
|
|
"jest": "^27.2.0",
|
|
"jest-circus": "^27.2.0",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "2.4.1",
|
|
"ts-jest": "^27.0.5",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|