Skip to content
This repository was 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 Oct 17, 2021
1 parent 98f86cc commit 7f55e68
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 151 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@octokit/openapi-types": "^11.1.0",
"@octokit/types": "^6.33.0",
"@technote-space/github-action-helper": "^5.2.20",
"@octokit/openapi-types": "^11.2.0",
"@octokit/types": "^6.34.0",
"@technote-space/github-action-helper": "^5.2.21",
"@technote-space/github-action-log-helper": "^0.1.40"
},
"devDependencies": {
Expand All @@ -50,18 +50,18 @@
"@technote-space/github-action-test-helper": "^0.7.27",
"@technote-space/release-github-actions-cli": "^1.8.7",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^8.0.0",
"@types/node": "^16.11.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"husky": "^7.0.2",
"jest": "^27.2.5",
"jest-circus": "^27.2.5",
"lint-staged": "^11.2.2",
"lint-staged": "^11.2.3",
"nock": "^13.1.3",
"pinst": "^2.1.6",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 7f55e68

Please sign in to comment.