Skip to content

Commit

Permalink
Update library version in demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
kadikraman committed Feb 14, 2021
1 parent 8bd2ebc commit 7b26fee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"draft-js": "^0.11.6",
"draftjs-md-converter": "^1.4.0",
"draftjs-md-converter": "1.5.0",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
Expand Down
8 changes: 4 additions & 4 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3862,10 +3862,10 @@ draft-js@^0.11.6:
immutable "~3.7.4"
object-assign "^4.1.1"

draftjs-md-converter@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/draftjs-md-converter/-/draftjs-md-converter-1.4.0.tgz#52155d956126333356f08376ee4d9ef379d03221"
integrity sha512-RQ0mhyZMg2+W3RgZbnTLu+AAl4Kghy3ANXYSA/F7ZBbB7fpD2cwCDhR8/vDoPYJfi78Xj0JzwRKLdI62vpJDtw==
draftjs-md-converter@1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/draftjs-md-converter/-/draftjs-md-converter-1.5.0.tgz#a2277f077964e59677aca331ee90fea79faffdad"
integrity sha512-p2vn/cHAIX1Bi+GN77kHcKjooL15+s7f2DGoO4eVZvZajjp1Zrekqp6zq5hm83vUVRHpcAtUZncxLMrnQ/c9Kg==
dependencies:
"@textlint/markdown-to-ast" "6.1.6"

Expand Down

0 comments on commit 7b26fee

Please sign in to comment.