Skip to content

Commit

Permalink
chore: update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jul 27, 2022
1 parent c4e441a commit 8a826f4
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 226 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"npm-check-updates": "^15.3.4"
"npm-check-updates": "^16.0.1"
},
"devDependencies": {
"@actions/core": "^1.9.0",
Expand All @@ -54,19 +54,19 @@
"@technote-space/github-action-pr-helper": "^2.3.3",
"@technote-space/github-action-test-helper": "^0.9.8",
"@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.1",
"@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.1",
"typescript": "^4.7.4",
"vitest": "^0.18.1"
"vitest": "^0.19.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 8a826f4

Please sign in to comment.