Skip to content

Commit

Permalink
upgraded parser
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Nov 16, 2023
1 parent f19d045 commit a92ab98
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 315 deletions.
14 changes: 7 additions & 7 deletions library/package-lock.json

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

2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@asyncapi/avro-schema-parser": "3.0.3",
"@asyncapi/openapi-schema-parser": "3.0.4",
"@asyncapi/protobuf-schema-parser": "3.0.0",
"@asyncapi/parser": "^3.0.0-next-major-spec.7",
"@asyncapi/parser": "^3.0.0-next-major-spec.10",
"highlight.js": "^10.7.2",
"isomorphic-dompurify": "^0.13.0",
"marked": "^4.0.14",
Expand Down
306 changes: 0 additions & 306 deletions playground/package-lock.json

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

2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-scripts": "3.1.2"
},
"scripts": {
"start": "react-app-rewired --openssl-legacy-provider start",
"start": "react-app-rewired start",
"test": "react-app-rewired test",
"build": "react-app-rewired build",
"install:reactcomp": "chmod +x ./bump-react-comp.sh && ./bump-react-comp.sh"
Expand Down

0 comments on commit a92ab98

Please sign in to comment.