chore: updated monorepo package versions

This commit is contained in:
Anoop M D 2023-10-23 03:28:22 +05:30
parent a35b04ad48
commit b35596bb59
7 changed files with 27 additions and 27 deletions

34
package-lock.json generated
View File

@ -16534,7 +16534,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",
@ -16625,11 +16625,11 @@
},
"packages/bruno-cli": {
"name": "@usebruno/cli",
"version": "0.14.0",
"version": "0.15.0",
"license": "MIT",
"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",
@ -16717,12 +16717,12 @@
},
"packages/bruno-electron": {
"name": "bruno",
"version": "v0.25.0",
"version": "v0.27.0",
"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",
@ -16928,7 +16928,7 @@
},
"packages/bruno-js": {
"name": "@usebruno/js",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"dependencies": {
"@usebruno/query": "0.1.0",
@ -16977,7 +16977,7 @@
},
"packages/bruno-lang": {
"name": "@usebruno/lang",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"dependencies": {
"arcsecond": "^5.0.0",
@ -17014,7 +17014,7 @@
},
"packages/bruno-schema": {
"name": "@usebruno/schema",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"peerDependencies": {
"yup": "^0.32.11"
@ -20578,7 +20578,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",
"babel-loader": "^8.2.3",
"classnames": "^2.3.1",
@ -20660,8 +20660,8 @@
"@usebruno/cli": {
"version": "file:packages/bruno-cli",
"requires": {
"@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",
@ -21607,9 +21607,9 @@
"version": "file:packages/bruno-electron",
"requires": {
"@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",

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/cli",
"version": "0.14.0",
"version": "0.15.0",
"license": "MIT",
"main": "src/index.js",
"bin": {
@ -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",

View File

@ -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",

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/js",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"main": "src/index.js",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/lang",
"version": "0.8.0",
"version": "0.9.0",
"license": "MIT",
"main": "src/index.js",
"files": [

View File

@ -1,6 +1,6 @@
{
"name": "@usebruno/schema",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"main": "src/index.js",
"files": [