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 #188 from technote-space/release/next-v6.1.0
Browse files Browse the repository at this point in the history
release: v6.1.1
  • Loading branch information
technote-space committed Oct 16, 2022
2 parents 7f73d96 + 0e9a406 commit 2003910
Show file tree
Hide file tree
Showing 4 changed files with 1,480 additions and 1,427 deletions.
50 changes: 25 additions & 25 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@technote-space/get-diff-action",
"version": "6.1.0",
"version": "6.1.1",
"description": "GitHub actions to get git diff.",
"keywords": [
"github",
Expand Down Expand Up @@ -38,36 +38,36 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"devDependencies": {
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"@babel/preset-env": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@babel/preset-env": "^7.19.4",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^9.0.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/filter-github-action": "^0.6.2",
"@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/release-github-actions-cli": "^1.9.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@technote-space/filter-github-action": "^0.6.4",
"@technote-space/github-action-helper": "^5.3.8",
"@technote-space/github-action-log-helper": "^0.2.8",
"@technote-space/github-action-test-helper": "^0.11.0",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vercel/ncc": "^0.34.0",
"c8": "^7.11.3",
"eslint": "^8.18.0",
"@vitest/coverage-c8": "^0.24.3",
"eslint": "^8.25.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"lint-staged": "^13.0.3",
"multimatch": "^6.0.0",
"nock": "^13.2.7",
"nock": "^13.2.9",
"pinst": "^3.0.0",
"rollup": "^2.75.7",
"typescript": "^4.7.4",
"vitest": "^0.15.1"
"rollup": "^3.2.1",
"typescript": "^4.8.4",
"vitest": "^0.24.3"
},
"publishConfig": {
"access": "public"
Expand Down
File renamed without changes.

0 comments on commit 2003910

Please sign in to comment.