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

Commit

Permalink
Merge pull request #24 from technote-space/release/next-v1.1.3
Browse files Browse the repository at this point in the history
release: v1.1.4
  • Loading branch information
technote-space authored May 28, 2020
2 parents 510852b + 44d0be2 commit 546a0d5
Show file tree
Hide file tree
Showing 2 changed files with 1,250 additions and 1,176 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/workflow-conclusion-action",
"version": "1.1.3",
"version": "1.1.4",
"description": "GitHub action to get workflow conclusion.",
"author": {
"name": "Technote",
Expand All @@ -25,27 +25,27 @@
"action.yml"
],
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
"@technote-space/github-action-helper": "^2.0.7"
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@technote-space/github-action-helper": "^2.0.9"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@technote-space/github-action-test-helper": "^0.3.6",
"@technote-space/release-github-actions-cli": "^1.6.0",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.0",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"eslint": "^6.8.0",
"@technote-space/github-action-test-helper": "^0.3.7",
"@technote-space/release-github-actions-cli": "^1.6.3",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^7.1.0",
"husky": "^4.2.5",
"jest": "^25.3.0",
"jest-circus": "^25.3.0",
"lint-staged": "^10.1.6",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"lint-staged": "^10.2.6",
"nock": "^12.0.3",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 546a0d5

Please sign in to comment.