Skip to content

Commit

Permalink
Merge pull request #272 from technote-space/release/next-v0.11.11
Browse files Browse the repository at this point in the history
chore: tweaks
  • Loading branch information
technote-space authored May 14, 2023
2 parents c28e377 + 577210f commit 6d8fdd4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
18 changes: 6 additions & 12 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.11",
"version": "0.11.12",
"description": "Test helper for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -40,10 +40,10 @@
"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",
"@actions/github": "^5.1.1",
"js-yaml": "^4.1.0",
"vitest": "^0.30.1"
"@actions/core": "*",
"@actions/github": "*",
"js-yaml": "*",
"vitest": "<0.31"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.1",
Expand All @@ -52,18 +52,12 @@
"@types/node": "^20.1.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "<0.31",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.21.7",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@actions/core": "*",
"@actions/github": "*",
"js-yaml": "*",
"vitest": "*"
},
"publishConfig": {
"access": "public"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@actions/core@^1.10.0":
"@actions/core@*":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f"
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
dependencies:
"@actions/http-client" "^2.0.1"
uuid "^8.3.2"

"@actions/github@^5.1.1":
"@actions/github@*":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.1.tgz#40b9b9e1323a5efcf4ff7dadd33d8ea51651bbcb"
integrity sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==
Expand Down Expand Up @@ -481,7 +481,7 @@
"@typescript-eslint/types" "5.59.5"
eslint-visitor-keys "^3.3.0"

"@vitest/coverage-c8@^0.30.1":
"@vitest/coverage-c8@<0.31":
version "0.30.1"
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.30.1.tgz#81cd4f2674e6b2807cd116cd0632d591fd6aad2c"
integrity sha512-/Wa3dtSuckpdngAmiCwowaEXXgJkqPrtfvrs9HTB9QoEfNbZWPu4E4cjEn4lJZb4qcGf4fxFtUA2f9DnDNAzBA==
Expand Down Expand Up @@ -1569,7 +1569,7 @@ js-string-escape@^1.0.1:
resolved "https://registry.yarnpkg.com/js-string-escape/-/js-string-escape-1.0.1.tgz#e2625badbc0d67c7533e9edc1068c587ae4137ef"
integrity sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==

js-yaml@^4.1.0:
js-yaml@*, js-yaml@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
Expand Down Expand Up @@ -2269,7 +2269,7 @@ [email protected]:
optionalDependencies:
fsevents "~2.3.2"

vitest@^0.30.1:
vitest@<0.31:
version "0.30.1"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.30.1.tgz#351d4a2f27aa8cc0245e3583e3ed45e30efc71d6"
integrity sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==
Expand Down

0 comments on commit 6d8fdd4

Please sign in to comment.