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 Feb 8, 2023
1 parent a838a25 commit 8139dca
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 145 deletions.
16 changes: 8 additions & 8 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": "^16.6.3"
"npm-check-updates": "^16.6.5"
},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand All @@ -54,18 +54,18 @@
"@technote-space/github-action-pr-helper": "^2.4.0",
"@technote-space/github-action-test-helper": "^0.11.2",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitest/coverage-c8": "^0.28.3",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-c8": "^0.28.4",
"eslint": "^8.33.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lint-staged": "^13.1.1",
"pinst": "^3.0.0",
"rollup": "^3.12.0",
"rollup": "^3.14.0",
"typescript": "^4.9.5",
"vitest": "^0.28.3"
"vitest": "^0.28.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 8139dca

Please sign in to comment.