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 Oct 19, 2022
1 parent 3ae3612 commit 24c0d84
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 445 deletions.
18 changes: 9 additions & 9 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.3.11"
"npm-check-updates": "^16.3.13"
},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand All @@ -52,20 +52,20 @@
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-helper": "^5.3.8",
"@technote-space/github-action-pr-helper": "^2.3.5",
"@technote-space/github-action-test-helper": "^0.9.10",
"@technote-space/release-github-actions-cli": "^1.9.2",
"@types/node": "^18.8.4",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitest/coverage-c8": "^0.24.1",
"@technote-space/github-action-test-helper": "^0.11.0",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitest/coverage-c8": "^0.24.3",
"eslint": "^8.25.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"pinst": "^3.0.0",
"rollup": "^3.0.0",
"rollup": "^3.2.3",
"typescript": "^4.8.4",
"vitest": "^0.24.1"
"vitest": "^0.24.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 24c0d84

Please sign in to comment.