Skip to content

Commit

Permalink
feat: bump argo default version to 2.2.2. and update dependencies to …
Browse files Browse the repository at this point in the history
…latest
  • Loading branch information
bryantbiggs committed Jan 13, 2022
1 parent d2e5d92 commit 0ed6c1a
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 680 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
description: >
Version of Argo CD to install - https://github.com/argoproj/argo-cd/releases
required: false
default: 2.2.1
default: 2.2.2

runs:
using: node16
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
}
},
"resolutions": {
"ansi-regex": "^5.0.1"
"ansi-regex": "^5.0.1",
"uuid": "^7.0"
},
"dependencies": {
"@actions/core": "^1.6.0",
Expand All @@ -58,17 +59,17 @@
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vercel/ncc": "^0.33.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.5.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.1.3",
"lint-staged": "^12.1.7",
"prettier": "^2.5.1",
"prettier-plugin-package": "^1.3.0",
"semantic-release": "^18.0.1",
Expand Down
Loading

0 comments on commit 0ed6c1a

Please sign in to comment.