chore: updated lib versions

This commit is contained in:
Anoop M D 2024-03-13 03:05:29 +05:30
parent d0c7c872c9
commit 2cd0e065bd
7 changed files with 26 additions and 26 deletions

32
package-lock.json generated
View File

@ -18419,7 +18419,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",
@ -18660,13 +18660,13 @@
},
"packages/bruno-cli": {
"name": "@usebruno/cli",
"version": "1.9.2",
"version": "1.11.0",
"license": "MIT",
"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",
@ -19708,9 +19708,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",
@ -20778,7 +20778,7 @@
},
"packages/bruno-js": {
"name": "@usebruno/js",
"version": "0.10.1",
"version": "0.11.0",
"license": "MIT",
"dependencies": {
"@usebruno/query": "0.1.0",
@ -20823,7 +20823,7 @@
},
"packages/bruno-lang": {
"name": "@usebruno/lang",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"dependencies": {
"arcsecond": "^5.0.0",
@ -20849,7 +20849,7 @@
},
"packages/bruno-schema": {
"name": "@usebruno/schema",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"peerDependencies": {
"yup": "^0.32.11"
@ -24220,7 +24220,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",
"autoprefixer": "^10.4.17",
"axios": "^1.5.1",
"babel-loader": "^8.2.3",
@ -24375,8 +24375,8 @@
"requires": {
"@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",
@ -26187,9 +26187,9 @@
"requires": {
"@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",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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