Skip to content

Commit

Permalink
Merge pull request #208 from technote-space/release/next-v2.1.5
Browse files Browse the repository at this point in the history
release: v2.1.6
  • Loading branch information
technote-space authored Jul 14, 2022
2 parents 5569631 + d289462 commit 1ccab6f
Show file tree
Hide file tree
Showing 2 changed files with 327 additions and 293 deletions.
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-config-helper",
"version": "2.1.5",
"version": "2.1.6",
"description": "Helper for GitHub Action to manage config.",
"keywords": [
"github",
Expand Down Expand Up @@ -41,25 +41,25 @@
},
"dependencies": {
"@actions/github": "^5.0.3",
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0",
"@technote-space/github-action-helper": "^5.3.7",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.2",
"@rollup/plugin-typescript": "^8.3.3",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-test-helper": "^0.9.7",
"@technote-space/github-action-test-helper": "^0.9.8",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@types/node": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"c8": "^7.11.3",
"eslint": "^8.16.0",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"nock": "^13.2.4",
"rollup": "^2.75.4",
"typescript": "^4.7.2",
"vitest": "^0.13.1"
"nock": "^13.2.8",
"rollup": "^2.76.0",
"typescript": "^4.7.4",
"vitest": "^0.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 1ccab6f

Please sign in to comment.