Skip to content

Commit

Permalink
fix(#210): fixing bruno libraries dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Sep 24, 2023
1 parent 1c549f7 commit ff40178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/bruno-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tabler/icons": "^1.46.0",
"@tippyjs/react": "^4.2.6",
"@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.3.1",
"@usebruno/schema": "0.4.0",
"axios": "^0.26.0",
"classnames": "^2.3.1",
"codemirror": "^5.65.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/bruno-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"test": "jest"
},
"dependencies": {
"@usebruno/js": "0.4.0",
"@usebruno/lang": "0.3.0",
"@usebruno/schema": "0.3.1",
"@usebruno/js": "0.5.0",
"@usebruno/lang": "0.4.0",
"@usebruno/schema": "0.4.0",
"about-window": "^1.15.2",
"axios": "^0.26.0",
"chai": "^4.3.7",
Expand Down

0 comments on commit ff40178

Please sign in to comment.