Skip to content

Commit e25aac8

Browse files
chore: update npm dependencies
1 parent 2301f5f commit e25aac8

File tree

2 files changed

+482
-424
lines changed

2 files changed

+482
-424
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,33 +41,33 @@
4141
"devDependencies": {
4242
"@actions/core": "^1.10.0",
4343
"@actions/github": "^5.1.1",
44-
"@commitlint/cli": "^17.3.0",
45-
"@commitlint/config-conventional": "^17.3.0",
44+
"@commitlint/cli": "^17.4.0",
45+
"@commitlint/config-conventional": "^17.4.0",
4646
"@rollup/plugin-commonjs": "^24.0.0",
4747
"@rollup/plugin-json": "^6.0.0",
4848
"@rollup/plugin-node-resolve": "^15.0.1",
49-
"@rollup/plugin-typescript": "^10.0.1",
49+
"@rollup/plugin-typescript": "^11.0.0",
5050
"@sindresorhus/tsconfig": "^3.0.1",
5151
"@technote-space/doctoc": "^2.6.1",
5252
"@technote-space/github-action-helper": "^5.3.10",
53-
"@technote-space/github-action-log-helper": "^0.2.9",
53+
"@technote-space/github-action-log-helper": "^0.2.10",
5454
"@technote-space/github-action-pr-helper": "^2.4.0",
55-
"@technote-space/github-action-test-helper": "^0.11.1",
55+
"@technote-space/github-action-test-helper": "^0.11.2",
5656
"@technote-space/release-github-actions-cli": "^1.9.3",
57-
"@types/node": "^18.11.17",
58-
"@typescript-eslint/eslint-plugin": "^5.47.0",
59-
"@typescript-eslint/parser": "^5.47.0",
60-
"@vitest/coverage-c8": "^0.26.2",
61-
"eslint": "^8.30.0",
57+
"@types/node": "^18.11.18",
58+
"@typescript-eslint/eslint-plugin": "^5.48.0",
59+
"@typescript-eslint/parser": "^5.48.0",
60+
"@vitest/coverage-c8": "^0.26.3",
61+
"eslint": "^8.31.0",
6262
"eslint-plugin-import": "^2.26.0",
6363
"fast-glob": "^3.2.12",
64-
"husky": "^8.0.2",
64+
"husky": "^8.0.3",
6565
"lint-staged": "^13.1.0",
6666
"nock": "^13.2.9",
6767
"pinst": "^3.0.0",
68-
"rollup": "^3.8.1",
68+
"rollup": "^3.9.1",
6969
"typescript": "^4.9.4",
70-
"vitest": "^0.26.2"
70+
"vitest": "^0.26.3"
7171
},
7272
"publishConfig": {
7373
"access": "public"

0 commit comments

Comments
 (0)