Skip to content

Commit

Permalink
fix(#1487): updated deps and bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Jan 30, 2024
1 parent e258e7f commit c39b8ff
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/bruno-cli/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.1

- Fixing [bug](https://github.com/usebruno/bruno/issues/1487)

## 1.4.0

- --bail and --test-only flags
Expand Down
4 changes: 2 additions & 2 deletions packages/bruno-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"main": "src/index.js",
"bin": {
Expand All @@ -25,7 +25,7 @@
],
"dependencies": {
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@aws-sdk/credential-providers": "^3.425.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.9.0",
"@usebruno/schema": "0.6.0",
"about-window": "^1.15.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usebruno/js",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit c39b8ff

Please sign in to comment.