Skip to content

Commit

Permalink
Merge pull request #827 from martinsefcik/fix-axios-versions-inconsis…
Browse files Browse the repository at this point in the history
…tency

fix (#759): fixed axios versions inconsistency
  • Loading branch information
helloanoop authored Nov 6, 2023
2 parents 8fb8eee + ff63cea commit 1e6c85e
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 70 deletions.
140 changes: 72 additions & 68 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/bruno-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@tippyjs/react": "^4.2.6",
"@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.6.0",
"axios": "^0.26.0",
"axios": "^1.5.1",
"classnames": "^2.3.1",
"codemirror": "^5.65.2",
"codemirror-graphql": "^1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@usebruno/query": "0.1.0",
"ajv": "^8.12.0",
"atob": "^2.1.2",
"axios": "^0.26.0",
"axios": "^1.5.1",
"btoa": "^1.2.1",
"chai": "^4.3.7",
"chai-string": "^1.5.0",
Expand Down

0 comments on commit 1e6c85e

Please sign in to comment.