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 Oct 2, 2022
1 parent 4ca0329 commit 53b60f3
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 246 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"devDependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.1.0",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@octokit/openapi-types": "^13.12.0",
"@octokit/types": "^7.5.0",
"@octokit/openapi-types": "^14.0.0",
"@octokit/types": "^7.5.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
Expand All @@ -53,9 +53,9 @@
"@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.7.20",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@types/node": "^18.7.23",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"c8": "^7.12.0",
"eslint": "^8.24.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -64,7 +64,7 @@
"nock": "^13.2.9",
"pinst": "^3.0.0",
"rollup": "^2.79.1",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"vitest": "^0.23.4"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 53b60f3

Please sign in to comment.