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

release: v6.1.3 #202

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cfd395d
chore: update npm dependencies
technote-space Dec 10, 2022
0477aab
feat: update package version
technote-space Dec 10, 2022
ae8dc89
chore: update npm dependencies
technote-space Dec 13, 2022
dafa65f
chore: update npm dependencies
technote-space Dec 17, 2022
991e5ad
chore: update npm dependencies
technote-space Dec 20, 2022
0c807ab
chore: update npm dependencies
technote-space Dec 24, 2022
a95f729
Merge remote-tracking branch 'origin/main' into release/next-v6.1.2
technote-space Dec 27, 2022
0af82f3
chore: update npm dependencies
technote-space Dec 27, 2022
50de19a
chore: update npm dependencies
technote-space Jan 7, 2023
23cb50f
chore: update npm dependencies
technote-space Jan 10, 2023
36498f3
chore: update npm dependencies
technote-space Jan 14, 2023
84b9946
chore: update npm dependencies
technote-space Jan 17, 2023
af1edce
chore: update npm dependencies
technote-space Jan 21, 2023
8bb37d9
chore: update npm dependencies
technote-space Jan 24, 2023
01263e8
chore: update npm dependencies
technote-space Jan 28, 2023
145571f
chore: update npm dependencies
technote-space Jan 31, 2023
49dd24f
chore: update npm dependencies
technote-space Feb 4, 2023
6868691
chore: update npm dependencies
technote-space Feb 7, 2023
7ab0fbb
chore: update npm dependencies
technote-space Feb 11, 2023
8eed9f7
chore: update npm dependencies
technote-space Feb 14, 2023
46cfbf2
chore: update npm dependencies
technote-space Feb 18, 2023
39e6c0a
chore: update npm dependencies
technote-space Feb 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2",
"version": "6.1.3",
"description": "GitHub actions to get git diff.",
"keywords": [
"github",
Expand Down Expand Up @@ -41,33 +41,33 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.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",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/filter-github-action": "^0.6.6",
"@technote-space/filter-github-action": "^0.6.7",
"@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.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.2",
"lint-staged": "^13.1.0",
"@technote-space/github-action-log-helper": "^0.2.10",
"@technote-space/github-action-test-helper": "^0.11.2",
"@technote-space/release-github-actions-cli": "^1.9.4",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vercel/ncc": "^0.36.1",
"@vitest/coverage-c8": "^0.28.5",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"multimatch": "^6.0.0",
"nock": "^13.2.9",
"nock": "^13.3.0",
"pinst": "^3.0.0",
"rollup": "^3.6.0",
"typescript": "^4.9.3",
"vitest": "^0.25.4"
"rollup": "^3.17.2",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading