Skip to content
26 changes: 13 additions & 13 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.9.10",
"version": "0.9.11",
"description": "Test helper for GitHub Actions.",
"keywords": [
"github",
Expand Down Expand Up @@ -40,24 +40,24 @@
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
},
"dependencies": {
"@actions/core": "^1.9.0",
"@actions/github": "^5.0.3",
"@octokit/plugin-rest-endpoint-methods": "^6.2.0",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/plugin-rest-endpoint-methods": "^6.6.2",
"js-yaml": "^4.1.0",
"vitest": "^0.19.1"
"vitest": "^0.24.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.4",
"@rollup/plugin-typescript": "^9.0.1",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"c8": "^7.12.0",
"eslint": "^8.20.0",
"@types/node": "^18.8.4",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitest/coverage-c8": "^0.24.1",
"eslint": "^8.25.0",
"eslint-plugin-import": "^2.26.0",
"rollup": "^2.77.2",
"typescript": "^4.7.4"
"rollup": "^3.1.0",
"typescript": "^4.8.4"
},
"peerDependencies": {
"vitest": "*"
Expand Down
Loading