Skip to content

Commit

Permalink
Fix web dependency names
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Feb 22, 2024
1 parent 58d8413 commit cd026dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashgit-web/app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"type": "module",
"dependencies": {
"octokit/rest": "20.0.2",
"@octokit/rest": "20.0.2",

"octokit/graphql": "7.0.2",
"@octokit/graphql": "7.0.2",

"gitbeaker/rest": "39.33.0"
"@gitbeaker/rest": "39.33.0"
}
}

0 comments on commit cd026dc

Please sign in to comment.