Skip to content

Commit

Permalink
fix: Update dependencies to latest and re-compile action artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed May 18, 2022
1 parent a6d0a54 commit a875eb0
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 577 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,30 +75,30 @@
"minimist": ">=1.2.6"
},
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/core": "^1.8.2",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^1.7.2",
"@actions/tool-cache": "^2.0.1",
"@octokit/auth-action": "^1.3.3",
"@octokit/rest": "^18.12.0",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vercel/ncc": "^0.33.3",
"@types/node": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vercel/ncc": "^0.33.4",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^19.0.2",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
}
}
Loading

0 comments on commit a875eb0

Please sign in to comment.