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

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jan 8, 2023
1 parent 9f68117 commit 92d5b04
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 416 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@octokit/openapi-types": "^14.0.0",
"@octokit/types": "^8.0.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@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/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/github-action-log-helper": "^0.2.10",
"@technote-space/github-action-test-helper": "^0.11.2",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.17",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@vitest/coverage-c8": "^0.26.2",
"eslint": "^8.30.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@vitest/coverage-c8": "^0.26.3",
"eslint": "^8.31.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"nock": "^13.2.9",
"pinst": "^3.0.0",
"rollup": "^3.8.1",
"rollup": "^3.9.1",
"typescript": "^4.9.4",
"vitest": "^0.26.2"
"vitest": "^0.26.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 92d5b04

Please sign in to comment.