Skip to content

Commit

Permalink
v2.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
margox committed Dec 11, 2018
1 parent 0782c98 commit b9f4c61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braft-editor",
"version": "2.1.34",
"version": "2.1.35",
"description": "Rich Text Editor Based On Draft.js",
"main": "dist/index.js",
"author": "Margox",
Expand Down Expand Up @@ -59,9 +59,9 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"braft-convert": "^2.1.4",
"braft-finder": "^0.0.14",
"braft-utils": "^3.0.6",
"braft-convert": "^2.1.10",
"braft-finder": "^0.0.16",
"braft-utils": "^3.0.8",
"draft-convert": "^2.0.0",
"draft-js": "^0.10.3",
"draft-js-multidecorators": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1144,18 +1144,18 @@ braces@^2.3.0, braces@^2.3.1:
split-string "^3.0.2"
to-regex "^3.0.1"

braft-convert@^2.1.4:
braft-convert@^2.1.10:
version "2.1.10"
resolved "https://registry.yarnpkg.com/braft-convert/-/braft-convert-2.1.10.tgz#b90ee326c15af86384b122a56af4c871984576e5"
dependencies:
draft-convert "^2.0.0"
draft-js "^0.10.3"

braft-finder@^0.0.14:
version "0.0.14"
resolved "https://registry.yarnpkg.com/braft-finder/-/braft-finder-0.0.14.tgz#f5a65548a00dbe3193be58a90fffe5264f0a1184"
braft-finder@^0.0.16:
version "0.0.16"
resolved "https://registry.yarnpkg.com/braft-finder/-/braft-finder-0.0.16.tgz#56a31de8c8465a75a272cab195c6189cbf655eac"

braft-utils@^3.0.6:
braft-utils@^3.0.8:
version "3.0.8"
resolved "https://registry.yarnpkg.com/braft-utils/-/braft-utils-3.0.8.tgz#3e19663cbafab9695f443f2392dbbee1a0a5c425"

Expand Down

0 comments on commit b9f4c61

Please sign in to comment.