Skip to content

Commit

Permalink
chore: merge w the upstream main and fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Nov 1, 2024
2 parents 1ac83ed + bd0e281 commit cbdcd4c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm run build

- name: "unit(test): upload coverage to CodeCov"
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
directory: ./coverage
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
66 changes: 37 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"homepage": "https://github.com/slackapi/slack-github-action#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@slack/web-api": "^7.5.0",
"@slack/web-api": "^7.7.0",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"flat": "^5.0.2",
Expand All @@ -55,7 +55,7 @@
"@vercel/ncc": "^0.38.1",
"c8": "^10.1.2",
"chai": "^5.1.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"mocha-suppress-logs": "^0.5.1",
"sinon": "^19.0.2",
"typescript": "^5.5.3"
Expand Down

0 comments on commit cbdcd4c

Please sign in to comment.