Skip to content

Commit

Permalink
Update draft.js on website to v0.11.5 (facebookarchive#2370)
Browse files Browse the repository at this point in the history
Summary:
Draft.js v0.11.5 was released yesterday! 🎉 Let's update the website to use the new version.
Pull Request resolved: facebookarchive#2370

Test Plan: Ran the site. Everything seems to work.

Reviewed By: nmn

Differential Revision: D20717210

Pulled By: mrkev

fbshipit-source-id: df59486ce913f9e184a2bbd8372740b222e46229
  • Loading branch information
mrkev authored and vilemj-Viclick committed Jul 16, 2020
1 parent 9f7b620 commit 63d6b92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@docusaurus/core": "^2.0.0-alpha.36",
"@docusaurus/preset-classic": "^2.0.0-alpha.36",
"classnames": "^2.2.6",
"draft-js": "^0.11.4",
"draft-js": "0.11.5",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3096,10 +3096,10 @@ dot-prop@^4.1.1:
dependencies:
is-obj "^1.0.0"

draft-js@^0.11.4:
version "0.11.4"
resolved "https://registry.yarnpkg.com/draft-js/-/draft-js-0.11.4.tgz#e48782b96b90a5c14f2cb34c164c2a1a359d8a48"
integrity sha512-BLZ59s0vkDj/zI8UPo9Nit/hPsl11ztDejxDCQlVbvEXJSWrTXqO6ZYgdw3hXLtuojq/URqq3wTrpnb3dvzvLA==
draft-js@0.11.5:
version "0.11.5"
resolved "https://registry.yarnpkg.com/draft-js/-/draft-js-0.11.5.tgz#b5dd30c30c9316801ab9766d45a8f88b1cd43b2c"
integrity sha512-RlHcoDtblwCD6Bw2ay3D0dTLA6lH8862OcdJrHGnYrY5JjlitzSzGvGQwqqumVvbGUNDSZLD3FyNpSs4z5WIUg==
dependencies:
fbjs "^1.0.0"
immutable "~3.7.4"
Expand Down

0 comments on commit 63d6b92

Please sign in to comment.