Skip to content

Commit

Permalink
Merge pull request #276 from technote-space/release/next-v0.11.14
Browse files Browse the repository at this point in the history
release: v0.11.15
  • Loading branch information
technote-space authored May 21, 2023
2 parents da8b9b3 + 34a9f47 commit 2829838
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.14",
"version": "0.11.15",
"description": "Test helper for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -40,11 +40,12 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"js-yaml": "4.1.0"
},
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"js-yaml": "4.1.0",
"vitest": "^0.31.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/js-yaml": "^4.0.5",
Expand All @@ -55,8 +56,7 @@
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.22.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"typescript": "^5.0.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2829838

Please sign in to comment.