mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-03 04:29:09 +01:00
fix(#210): fixing bruno libraries dep issues
This commit is contained in:
parent
1c549f7faf
commit
ff40178c8c
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user