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

Commit 2003910

Browse files
Merge pull request #188 from technote-space/release/next-v6.1.0
release: v6.1.1
2 parents 7f73d96 + 0e9a406 commit 2003910

File tree

4 files changed

+1480
-1427
lines changed

4 files changed

+1480
-1427
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/get-diff-action",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "GitHub actions to get git diff.",
55
"keywords": [
66
"github",
@@ -38,36 +38,36 @@
3838
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
3939
},
4040
"devDependencies": {
41-
"@actions/core": "^1.9.0",
42-
"@actions/github": "^5.0.3",
43-
"@babel/preset-env": "^7.18.2",
44-
"@commitlint/cli": "^17.0.2",
45-
"@commitlint/config-conventional": "^17.0.2",
46-
"@rollup/plugin-commonjs": "^22.0.0",
47-
"@rollup/plugin-json": "^4.1.0",
48-
"@rollup/plugin-node-resolve": "^13.3.0",
49-
"@rollup/plugin-typescript": "^8.3.3",
41+
"@actions/core": "^1.10.0",
42+
"@actions/github": "^5.1.1",
43+
"@babel/preset-env": "^7.19.4",
44+
"@commitlint/cli": "^17.1.2",
45+
"@commitlint/config-conventional": "^17.1.0",
46+
"@rollup/plugin-commonjs": "^23.0.0",
47+
"@rollup/plugin-json": "^5.0.0",
48+
"@rollup/plugin-node-resolve": "^15.0.0",
49+
"@rollup/plugin-typescript": "^9.0.1",
5050
"@sindresorhus/tsconfig": "^3.0.1",
51-
"@technote-space/filter-github-action": "^0.6.2",
52-
"@technote-space/github-action-helper": "^5.3.7",
53-
"@technote-space/github-action-log-helper": "^0.2.5",
54-
"@technote-space/github-action-test-helper": "^0.9.7",
55-
"@technote-space/release-github-actions-cli": "^1.9.0",
56-
"@types/node": "^18.0.0",
57-
"@typescript-eslint/eslint-plugin": "^5.28.0",
58-
"@typescript-eslint/parser": "^5.28.0",
51+
"@technote-space/filter-github-action": "^0.6.4",
52+
"@technote-space/github-action-helper": "^5.3.8",
53+
"@technote-space/github-action-log-helper": "^0.2.8",
54+
"@technote-space/github-action-test-helper": "^0.11.0",
55+
"@technote-space/release-github-actions-cli": "^1.9.3",
56+
"@types/node": "^18.11.0",
57+
"@typescript-eslint/eslint-plugin": "^5.40.0",
58+
"@typescript-eslint/parser": "^5.40.0",
5959
"@vercel/ncc": "^0.34.0",
60-
"c8": "^7.11.3",
61-
"eslint": "^8.18.0",
60+
"@vitest/coverage-c8": "^0.24.3",
61+
"eslint": "^8.25.0",
6262
"eslint-plugin-import": "^2.26.0",
6363
"husky": "^8.0.1",
64-
"lint-staged": "^13.0.2",
64+
"lint-staged": "^13.0.3",
6565
"multimatch": "^6.0.0",
66-
"nock": "^13.2.7",
66+
"nock": "^13.2.9",
6767
"pinst": "^3.0.0",
68-
"rollup": "^2.75.7",
69-
"typescript": "^4.7.4",
70-
"vitest": "^0.15.1"
68+
"rollup": "^3.2.1",
69+
"typescript": "^4.8.4",
70+
"vitest": "^0.24.3"
7171
},
7272
"publishConfig": {
7373
"access": "public"
File renamed without changes.

0 commit comments

Comments
 (0)