Skip to content

Commit

Permalink
fix: update core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tlawrie committed Aug 7, 2024
1 parent c847422 commit cebd0fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "boomerang-task-flow",
"version": "3.0.0",
"description": "Default Boomerang Flow Task encapsulated all the out of the box Tasks",
"description": "Default Boomerang Flow Task encapsulating all the out of the box Tasks",
"main": "cli.js",
"repository": "[email protected]:boomerang-io/worker.flow.git",
"license": "Apache-2.0",
"type": "module",
"dependencies": {
"@boomerang-io/task-cli": "^1.0.0-alpha.24",
"@boomerang-io/task-core": "^2.0.0-alpha.6",
"@boomerang-io/task-core": "^2.0.0-alpha.8",
"@octokit/graphql": "^8.1.1",
"@octokit/rest": "^21.0.1",
"@sendgrid/client": "^8.1.3",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit cebd0fb

Please sign in to comment.