Skip to content

Commit

Permalink
feat: support 2.3.0 version of spec (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Feb 1, 2022
1 parent ecc8e6f commit f89ebe3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
],
"dependencies": {
"@asyncapi/avro-schema-parser": "^1.0.1",
"@asyncapi/converter": "^0.6.1",
"@asyncapi/converter": "^0.7.0",
"@asyncapi/openapi-schema-parser": "^2.0.1",
"@asyncapi/parser": "^1.12.0",
"@asyncapi/parser": "^1.14.0",
"@asyncapi/react-component": "^1.0.0-next.33",
"@asyncapi/specs": "^2.12.0",
"@asyncapi/specs": "^2.13.0",
"@headlessui/react": "1.4.1",
"@hookstate/core": "^3.0.12",
"@monaco-editor/react": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/state/editor.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createState, useState } from '@hookstate/core';

const schema =
localStorage.getItem('document') || `asyncapi: '2.2.0'
localStorage.getItem('document') || `asyncapi: '2.3.0'
info:
title: Streetlights Kafka API
version: '1.0.0'
Expand Down

0 comments on commit f89ebe3

Please sign in to comment.