Skip to content

Commit

Permalink
chore: updated monorepo package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 22, 2023
1 parent a35b04a commit b35596b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
34 changes: 17 additions & 17 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 @@ -19,7 +19,7 @@
"@tabler/icons": "^1.46.0",
"@tippyjs/react": "^4.2.6",
"@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.5.0",
"@usebruno/schema": "0.6.0",
"axios": "^0.26.0",
"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": "0.14.0",
"version": "0.15.0",
"license": "MIT",
"main": "src/index.js",
"bin": {
Expand All @@ -24,8 +24,8 @@
"package.json"
],
"dependencies": {
"@usebruno/js": "0.8.0",
"@usebruno/lang": "0.8.0",
"@usebruno/js": "0.9.0",
"@usebruno/lang": "0.9.0",
"axios": "^1.5.1",
"chai": "^4.3.7",
"chalk": "^3.0.0",
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 @@ -20,9 +20,9 @@
},
"dependencies": {
"@aws-sdk/credential-providers": "^3.425.0",
"@usebruno/js": "0.8.0",
"@usebruno/lang": "0.8.0",
"@usebruno/schema": "0.5.0",
"@usebruno/js": "0.9.0",
"@usebruno/lang": "0.9.0",
"@usebruno/schema": "0.6.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.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.5.0",
"version": "0.6.0",
"license": "MIT",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit b35596b

Please sign in to comment.