Skip to content
24 changes: 12 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.9.5",
"version": "0.9.6",
"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.6.0",
"@actions/github": "^5.0.1",
"@actions/core": "^1.8.2",
"@actions/github": "^5.0.3",
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
"js-yaml": "^4.1.0",
"vitest": "^0.9.3"
"vitest": "^0.13.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.2",
"@sindresorhus/tsconfig": "^2.0.0",
"@sindresorhus/tsconfig": "^3.0.1",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"c8": "^7.11.2",
"eslint": "^8.13.0",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"c8": "^7.11.3",
"eslint": "^8.16.0",
"eslint-plugin-import": "^2.26.0",
"rollup": "^2.70.2",
"typescript": "^4.6.3"
"rollup": "^2.75.3",
"typescript": "^4.7.2"
},
"peerDependencies": {
"vitest": "*"
Expand Down
Loading