Skip to content

Commit

Permalink
Merge pull request #274 from technote-space/release/next-v0.11.13
Browse files Browse the repository at this point in the history
release: v0.11.14
  • Loading branch information
technote-space authored May 21, 2023
2 parents a110ec4 + b0662f7 commit da8b9b3
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 151 deletions.
18 changes: 9 additions & 9 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.13",
"version": "0.11.14",
"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 -x /vitest/ -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"js-yaml": "4.1.0"
Expand All @@ -48,15 +48,15 @@
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.1.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.40.0",
"@types/node": "^20.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitest/coverage-c8": "^0.31.1",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.21.7",
"rollup": "^3.22.0",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"vitest": "^0.31.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit da8b9b3

Please sign in to comment.