Skip to content

Commit 983527c

Browse files
committed
lol
1 parent 02aff2f commit 983527c

File tree

3 files changed

+24
-11
lines changed

3 files changed

+24
-11
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "^16.3.0",
1111
"react-dom": "^16.3.0",
1212
"react-scripts": "^1.1.1",
13-
"react-text-selection-popover": "latest",
13+
"react-text-selection-popover": "^1.0.0",
1414
"slate": "^0.34.7",
1515
"slate-react": "^0.13.4",
1616
"styled-components": "^3.3.3"

example/yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,10 @@ colormin@^1.0.5:
15381538
css-color-names "0.0.4"
15391539
has "^1.0.1"
15401540

1541+
colors@^1.1.2:
1542+
version "1.3.2"
1543+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.2.tgz#2df8ff573dfbf255af562f8ce7181d6b971a359b"
1544+
15411545
colors@~1.1.2:
15421546
version "1.1.2"
15431547
resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
@@ -2859,7 +2863,7 @@ fresh@0.5.2:
28592863
version "0.5.2"
28602864
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"
28612865

2862-
fs-extra@3.0.1:
2866+
fs-extra@3.0.1, fs-extra@^3.0.0:
28632867
version "3.0.1"
28642868
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
28652869
dependencies:
@@ -5649,9 +5653,9 @@ react-is@^16.3.1:
56495653
version "16.4.1"
56505654
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.1.tgz#d624c4650d2c65dbd52c72622bbf389435d9776e"
56515655

5652-
react-measure@^2.0.2:
5653-
version "2.0.2"
5654-
resolved "https://registry.yarnpkg.com/react-measure/-/react-measure-2.0.2.tgz#072a9a5fafc01dfbadc1fa5fb09fc351037f636c"
5656+
"react-measure@github:juliankrispel/react-measure#proptype-release":
5657+
version "2.1.0"
5658+
resolved "https://codeload.github.com/juliankrispel/react-measure/tar.gz/410e7d63a9612f54c4f0d2075d28b35f2a25d136"
56555659
dependencies:
56565660
get-node-dimensions "^1.2.0"
56575661
prop-types "^15.5.10"
@@ -5708,14 +5712,15 @@ react-scripts@^1.1.1:
57085712
optionalDependencies:
57095713
fsevents "^1.1.3"
57105714

5711-
react-text-selection-popover@latest:
5712-
version "0.3.0"
5713-
resolved "https://registry.yarnpkg.com/react-text-selection-popover/-/react-text-selection-popover-0.3.0.tgz#364e83324788c68a34893b6cf9b3f0832350d5c5"
5715+
react-text-selection-popover@^1.0.0:
5716+
version "1.0.0"
5717+
resolved "https://registry.yarnpkg.com/react-text-selection-popover/-/react-text-selection-popover-1.0.0.tgz#34bbeb77d81a19a49da624f74da2dadb2f6564b3"
57145718
dependencies:
57155719
lodash.debounce "^4.0.8"
57165720
react-event-listener "^0.6.1"
5717-
react-measure "^2.0.2"
5721+
react-measure juliankrispel/react-measure#proptype-release
57185722
react-window-dimensions "^1.0.2"
5723+
rollup-plugin-copy "^0.2.3"
57195724

57205725
react-window-dimensions@^1.0.2:
57215726
version "1.0.2"
@@ -6044,6 +6049,13 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
60446049
hash-base "^3.0.0"
60456050
inherits "^2.0.1"
60466051

6052+
rollup-plugin-copy@^0.2.3:
6053+
version "0.2.3"
6054+
resolved "https://registry.yarnpkg.com/rollup-plugin-copy/-/rollup-plugin-copy-0.2.3.tgz#dac1ab81d1f220baeb98e5c4c0108252e1edbb98"
6055+
dependencies:
6056+
colors "^1.1.2"
6057+
fs-extra "^3.0.0"
6058+
60476059
run-async@^2.2.0:
60486060
version "2.3.0"
60496061
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-text-selection-popover",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"author": "juliankrispel",
66
"license": "MIT",
@@ -71,6 +71,7 @@
7171
"rollup-plugin-url": "^1.3.0"
7272
},
7373
"files": [
74-
"dist"
74+
"dist",
75+
"lib"
7576
]
7677
}

0 commit comments

Comments
 (0)