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

Commit

Permalink
Merge pull request #152 from technote-space/release/next-v4.1.1
Browse files Browse the repository at this point in the history
release: v4.1.2
  • Loading branch information
technote-space authored Jun 25, 2021
2 parents ad7516e + 88f912e commit 8b33d77
Show file tree
Hide file tree
Showing 2 changed files with 1,228 additions and 2,237 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/get-diff-action",
"version": "4.1.1",
"version": "4.1.2",
"description": "GitHub actions to get git diff.",
"keywords": [
"github",
Expand Down Expand Up @@ -37,31 +37,31 @@
"postpublish": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/pinst ] || pinst --enable"
},
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0",
"@technote-space/filter-github-action": "^0.5.24",
"@technote-space/github-action-helper": "^5.2.6",
"@technote-space/github-action-log-helper": "^0.1.24",
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0",
"@technote-space/filter-github-action": "^0.5.29",
"@technote-space/github-action-helper": "^5.2.9",
"@technote-space/github-action-log-helper": "^0.1.28",
"multimatch": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@technote-space/github-action-test-helper": "^0.7.9",
"@technote-space/release-github-actions-cli": "^1.8.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@technote-space/github-action-test-helper": "^0.7.13",
"@technote-space/release-github-actions-cli": "^1.8.6",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.4",
"nock": "^13.0.11",
"jest": "^27.0.5",
"jest-circus": "^27.0.5",
"lint-staged": "^11.0.0",
"nock": "^13.1.0",
"pinst": "^2.1.6",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 8b33d77

Please sign in to comment.