Skip to content

Commit

Permalink
chore: updated lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Mar 12, 2024
1 parent d0c7c87 commit 2cd0e06
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 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/common": "0.1.0",
"@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.6.0",
"@usebruno/schema": "0.7.0",
"axios": "^1.5.1",
"classnames": "^2.3.1",
"codemirror": "5.65.2",
Expand Down
6 changes: 3 additions & 3 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.9.2",
"version": "1.11.0",
"license": "MIT",
"main": "src/index.js",
"bin": {
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@aws-sdk/credential-providers": "3.525.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.10.0",
"@usebruno/js": "0.11.0",
"@usebruno/lang": "0.11.0",
"aws4-axios": "^3.3.0",
"axios": "^1.5.1",
"chai": "^4.3.7",
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 @@ -21,9 +21,9 @@
"dependencies": {
"@aws-sdk/credential-providers": "3.525.0",
"@usebruno/common": "0.1.0",
"@usebruno/js": "0.10.1",
"@usebruno/lang": "0.10.0",
"@usebruno/schema": "0.6.0",
"@usebruno/js": "0.11.0",
"@usebruno/lang": "0.11.0",
"@usebruno/schema": "0.7.0",
"about-window": "^1.15.2",
"aws4-axios": "^3.3.0",
"axios": "^1.5.1",
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.1",
"version": "0.11.0",
"license": "MIT",
"main": "src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-lang/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usebruno/lang",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"main": "src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@usebruno/schema",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 2cd0e06

Please sign in to comment.