Skip to content

Commit

Permalink
Merge pull request #270 from technote-space/release/next-v0.11.9
Browse files Browse the repository at this point in the history
release: v0.11.10
  • Loading branch information
technote-space authored May 13, 2023
2 parents ec14c69 + 35770c7 commit e53a667
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
EXECUTE_COMMANDS: |
npx npm-check-updates -u --packageFile package.json
npx npm-check-updates -x /vitest/ -u --packageFile package.json
yarn install
yarn upgrade
yarn audit
Expand Down
9 changes: 5 additions & 4 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.9",
"version": "0.11.10",
"description": "Test helper for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -46,19 +46,20 @@
"vitest": "^0.30.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.1.2",
"@types/node": "^20.1.3",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.21.6",
"rollup": "^3.21.7",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@vitest/coverage-c8": "*",
"vitest": "*"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit e53a667

Please sign in to comment.