Skip to content

Commit

Permalink
feat: Update dependencies to latest to patch deprecated output (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Nov 9, 2022
1 parent 7439dab commit ad80b41
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 316 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,30 +72,30 @@
]
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.1",
"@octokit/auth-action": "^2.0.1",
"@octokit/rest": "^19.0.4",
"@octokit/auth-action": "^2.0.2",
"@octokit/rest": "^19.0.5",
"string-argv": "^0.3.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vercel/ncc": "^0.34.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.20.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^19.0.3",
"typescript": "^4.7.4"
"typescript": "^4.8.4"
}
}

0 comments on commit ad80b41

Please sign in to comment.