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 #198 from technote-space/release/next-v6.1.1
Browse files Browse the repository at this point in the history
release: v6.1.2
  • Loading branch information
technote-space authored Dec 6, 2022
2 parents 2003910 + c0555dd commit 8b488b8
Show file tree
Hide file tree
Showing 2 changed files with 765 additions and 697 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/get-diff-action",
"version": "6.1.1",
"version": "6.1.2",
"description": "GitHub actions to get git diff.",
"keywords": [
"github",
Expand Down Expand Up @@ -40,34 +40,34 @@
"devDependencies": {
"@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",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@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/filter-github-action": "^0.6.6",
"@technote-space/github-action-helper": "^5.3.10",
"@technote-space/github-action-log-helper": "^0.2.9",
"@technote-space/github-action-test-helper": "^0.11.1",
"@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",
"@vitest/coverage-c8": "^0.24.3",
"eslint": "^8.25.0",
"@types/node": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vercel/ncc": "^0.36.0",
"@vitest/coverage-c8": "^0.25.4",
"eslint": "^8.29.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"multimatch": "^6.0.0",
"nock": "^13.2.9",
"pinst": "^3.0.0",
"rollup": "^3.2.1",
"typescript": "^4.8.4",
"vitest": "^0.24.3"
"rollup": "^3.6.0",
"typescript": "^4.9.3",
"vitest": "^0.25.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 8b488b8

Please sign in to comment.