Skip to content

Commit

Permalink
fix(deps): update dependencies to latest and re-compile action
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Apr 27, 2021
1 parent 8ff0b69 commit 4775248
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 278 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "npx ts-node src/search.ts"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.2.7",
"@actions/io": "^1.1.0",
"find-in-files": "^0.5.0",
"node-fetch": "^2.6.1",
Expand All @@ -39,17 +39,17 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/find-in-files": "^0.5.0",
"@types/node": "^14.14.37",
"@types/node": "^15.0.0",
"@types/node-fetch": "^2.5.10",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"@vercel/ncc": "^0.28.2",
"@types/semver": "^7.3.5",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vercel/ncc": "^0.28.3",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
Expand Down
Loading

0 comments on commit 4775248

Please sign in to comment.