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 Jul 31, 2022
1 parent 7e5ed31 commit dd81ba8
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 258 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,30 @@
"@actions/github": "^5.0.3",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@octokit/openapi-types": "^12.10.1",
"@octokit/types": "^6.40.0",
"@octokit/openapi-types": "^12.11.0",
"@octokit/types": "^6.41.0",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@rollup/plugin-typescript": "^8.3.4",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-helper": "^5.3.8",
"@technote-space/github-action-log-helper": "^0.2.6",
"@technote-space/github-action-test-helper": "^0.9.8",
"@technote-space/github-action-log-helper": "^0.2.7",
"@technote-space/github-action-test-helper": "^0.9.10",
"@technote-space/release-github-actions-cli": "^1.9.2",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@types/node": "^18.6.3",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"c8": "^7.12.0",
"eslint": "^8.20.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"nock": "^13.2.9",
"pinst": "^3.0.0",
"rollup": "^2.77.0",
"rollup": "^2.77.2",
"typescript": "^4.7.4",
"vitest": "^0.19.0"
"vitest": "^0.20.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit dd81ba8

Please sign in to comment.