From cf9c6b725ea58fac8489903957439a8a141246cc Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 21 May 2023 20:30:01 +0900 Subject: [PATCH 1/2] chore: tweaks --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab16fe2..14391b0 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" From 34a9f4725fb6175b20d6232363d5e5a62ce73516 Mon Sep 17 00:00:00 2001 From: Technote Date: Sun, 21 May 2023 20:31:13 +0900 Subject: [PATCH 2/2] feat: update package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14391b0..11d5db2 100644 --- a/package.json +++ b/package.json @@ -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",