chore: published libs

This commit is contained in:
Anoop M D 2023-09-28 05:17:59 +05:30
parent 559fcb0806
commit 3661fa7df3
5 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@
"@tabler/icons": "^1.46.0",
"@tippyjs/react": "^4.2.6",
"@usebruno/graphql-docs": "0.1.0",
"@usebruno/schema": "0.4.0",
"@usebruno/schema": "0.5.0",
"axios": "^0.26.0",
"classnames": "^2.3.1",
"codemirror": "^5.65.2",

View File

@ -1,7 +1,7 @@
{
"name": "@usebruno/cli",
"version": "0.9.0",
"license" : "MIT",
"license": "MIT",
"main": "src/index.js",
"bin": {
"bru": "./bin/bru.js"
@ -21,9 +21,9 @@
"package.json"
],
"dependencies": {
"@usebruno/js": "0.5.0",
"@usebruno/js": "0.6.0",
"@usebruno/lang": "0.4.0",
"axios": "^1.3.2",
"axios": "^1.5.1",
"chai": "^4.3.7",
"chalk": "^3.0.0",
"form-data": "^4.0.0",

View File

@ -14,9 +14,9 @@
"test": "jest"
},
"dependencies": {
"@usebruno/js": "0.5.0",
"@usebruno/js": "0.6.0",
"@usebruno/lang": "0.4.0",
"@usebruno/schema": "0.4.0",
"@usebruno/schema": "0.5.0",
"about-window": "^1.15.2",
"axios": "^1.5.1",
"chai": "^4.3.7",

View File

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

View File

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