Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
juliankrispel committed Sep 7, 2018
1 parent 02aff2f commit 983527c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-scripts": "^1.1.1",
"react-text-selection-popover": "latest",
"react-text-selection-popover": "^1.0.0",
"slate": "^0.34.7",
"slate-react": "^0.13.4",
"styled-components": "^3.3.3"
Expand Down
28 changes: 20 additions & 8 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,10 @@ colormin@^1.0.5:
css-color-names "0.0.4"
has "^1.0.1"

colors@^1.1.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.2.tgz#2df8ff573dfbf255af562f8ce7181d6b971a359b"

colors@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
Expand Down Expand Up @@ -2859,7 +2863,7 @@ [email protected]:
version "0.5.2"
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"

[email protected]:
[email protected], fs-extra@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
dependencies:
Expand Down Expand Up @@ -5649,9 +5653,9 @@ react-is@^16.3.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.1.tgz#d624c4650d2c65dbd52c72622bbf389435d9776e"

react-measure@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/react-measure/-/react-measure-2.0.2.tgz#072a9a5fafc01dfbadc1fa5fb09fc351037f636c"
"react-measure@github:juliankrispel/react-measure#proptype-release":
version "2.1.0"
resolved "https://codeload.github.com/juliankrispel/react-measure/tar.gz/410e7d63a9612f54c4f0d2075d28b35f2a25d136"
dependencies:
get-node-dimensions "^1.2.0"
prop-types "^15.5.10"
Expand Down Expand Up @@ -5708,14 +5712,15 @@ react-scripts@^1.1.1:
optionalDependencies:
fsevents "^1.1.3"

react-text-selection-popover@latest:
version "0.3.0"
resolved "https://registry.yarnpkg.com/react-text-selection-popover/-/react-text-selection-popover-0.3.0.tgz#364e83324788c68a34893b6cf9b3f0832350d5c5"
react-text-selection-popover@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/react-text-selection-popover/-/react-text-selection-popover-1.0.0.tgz#34bbeb77d81a19a49da624f74da2dadb2f6564b3"
dependencies:
lodash.debounce "^4.0.8"
react-event-listener "^0.6.1"
react-measure "^2.0.2"
react-measure juliankrispel/react-measure#proptype-release
react-window-dimensions "^1.0.2"
rollup-plugin-copy "^0.2.3"

react-window-dimensions@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -6044,6 +6049,13 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"

rollup-plugin-copy@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/rollup-plugin-copy/-/rollup-plugin-copy-0.2.3.tgz#dac1ab81d1f220baeb98e5c4c0108252e1edbb98"
dependencies:
colors "^1.1.2"
fs-extra "^3.0.0"

run-async@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-text-selection-popover",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "juliankrispel",
"license": "MIT",
Expand Down Expand Up @@ -71,6 +71,7 @@
"rollup-plugin-url": "^1.3.0"
},
"files": [
"dist"
"dist",
"lib"
]
}

0 comments on commit 983527c

Please sign in to comment.