Skip to content

Commit

Permalink
Merge pull request #269 from technote-space/release/next-v0.11.8
Browse files Browse the repository at this point in the history
release: v0.11.9
  • Loading branch information
technote-space authored May 13, 2023
2 parents f87e105 + 225be1c commit ec14c69
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 118 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-test-helper",
"version": "0.11.8",
"version": "0.11.9",
"description": "Test helper for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -37,7 +37,7 @@
"lint:fix": "eslint --fix 'src/**/*.ts'",
"test": "yarn lint && yarn typecheck && yarn cover",
"typecheck": "tsc --noEmit",
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
"update": "npm_config_yes=true npx npm-check-updates -x /vitest/ -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand All @@ -49,13 +49,13 @@
"@rollup/plugin-typescript": "^11.1.0",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@types/node": "^20.1.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.21.0",
"rollup": "^3.21.6",
"typescript": "^5.0.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit ec14c69

Please sign in to comment.