Skip to content

Commit

Permalink
Merge branch 'main' into unstable-branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Mar 6, 2024
2 parents 4f64fb6 + 603f47c commit 3c4f93f
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 136 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"homepage": "https://github.com/paritytech/auto-merge-bot#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.1.1",
"@octokit/graphql": "^7.0.2",
"@octokit/graphql-schema": "^14.32.1",
"@octokit/webhooks-types": "^7.3.1"
"@actions/github": "^6.0.0",
"@octokit/graphql": "^8.0.1",
"@octokit/graphql-schema": "^14.58.0",
"@octokit/webhooks-types": "^7.3.2"
},
"devDependencies": {
"@eng-automation/js-style": "^2.3.0",
"@types/jest": "^29.5.5",
"@vercel/ncc": "^0.38.0",
"@types/jest": "^29.5.12",
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 3c4f93f

Please sign in to comment.