Skip to content

Commit

Permalink
bump and move dependencies (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 authored Mar 18, 2024
1 parent 63cc2cc commit 6995cdf
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .changeset/moody-rabbits-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@asyncapi/studio": patch
---
bump dependencies
5 changes: 5 additions & 0 deletions apps/studio-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
},
"dependencies": {
"@codemirror/state": "^6.4.1",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-yaml": "^6.0.0",
"@codemirror/language": "^6.10.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
Expand Down
4 changes: 2 additions & 2 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"dependencies": {
"@asyncapi/avro-schema-parser": "^3.0.18",
"@asyncapi/converter": "^1.4.13",
"@asyncapi/converter": "^1.4.15",
"@asyncapi/openapi-schema-parser": "^3.0.18",
"@asyncapi/parser": "^3.0.9",
"@asyncapi/parser": "^3.0.10",
"@asyncapi/protobuf-schema-parser": "^3.2.8",
"@asyncapi/react-component": "^1.2.2",
"@asyncapi/specs": "^6.5.3",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
],
"packageManager": "[email protected]",
"dependencies": {
"@changesets/cli": "^2.26.2",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-yaml": "^6.0.0",
"@codemirror/language": "^6.10.1",
"@codemirror/theme-one-dark": "^6.1.2"
"@changesets/cli": "^2.26.2"
}
}

0 comments on commit 6995cdf

Please sign in to comment.