Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #102 from technote-space/release/next-v3.0.0
Browse files Browse the repository at this point in the history
release: v3.0.1
  • Loading branch information
technote-space committed Jun 29, 2022
2 parents 3ac32f3 + eff4a99 commit af57bd6
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 393 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/workflow-conclusion-action",
"version": "3.0.0",
"version": "3.0.1",
"description": "GitHub action to get workflow conclusion.",
"keywords": [
"github",
Expand Down Expand Up @@ -38,34 +38,34 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"devDependencies": {
"@actions/core": "^1.8.2",
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@octokit/openapi-types": "^11.2.0",
"@octokit/types": "^6.34.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@octokit/openapi-types": "^12.5.0",
"@octokit/types": "^6.38.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/plugin-typescript": "^8.3.3",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-helper": "^5.3.7",
"@technote-space/github-action-log-helper": "^0.2.5",
"@technote-space/github-action-test-helper": "^0.9.7",
"@technote-space/github-action-log-helper": "^0.2.6",
"@technote-space/github-action-test-helper": "^0.9.8",
"@technote-space/release-github-actions-cli": "^1.9.0",
"@types/node": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"c8": "^7.11.3",
"eslint": "^8.16.0",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"nock": "^13.2.4",
"lint-staged": "^13.0.3",
"nock": "^13.2.7",
"pinst": "^3.0.0",
"rollup": "^2.75.5",
"typescript": "^4.7.2",
"vitest": "^0.13.1"
"rollup": "^2.75.7",
"typescript": "^4.7.4",
"vitest": "^0.16.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit af57bd6

Please sign in to comment.