fix(#210): fixing bruno libraries dep issues

This commit is contained in:
Anoop M D 2023-09-25 04:41:39 +05:30
parent 1c549f7faf
commit ff40178c8c
2 changed files with 4 additions and 4 deletions

View File

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

View File

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