Skip to content

Commit eea0e7c

Browse files
Update dev dependencies
1 parent 66c861f commit eea0e7c

File tree

3 files changed

+34
-64
lines changed

3 files changed

+34
-64
lines changed

docs/src/App.js

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class App extends Component {
9898
backgroundColor="white"
9999
size={40}
100100
margin={16}
101+
onClick={() => console.log('First button clicked')}
101102
/>
102103
<ChildButton
103104
iconButton={MdAdd}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-floating-button-menu",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "A Customizable Material floating button menu implementation made with styled-component & react",
55
"devDependencies": {
66
"babel-core": "^6.24.1",
@@ -20,6 +20,7 @@
2020
"html-webpack-plugin": "^2.28.0",
2121
"in-publish": "^2.0.0",
2222
"pretty-bytes": "^4.0.2",
23+
"react-hot-loader": "^4.0.0",
2324
"webpack": "^2.4.1",
2425
"webpack-dev-server": "^2.4.3"
2526
},
@@ -30,7 +31,6 @@
3031
"prop-types": "^15.5.8",
3132
"react": "^16.4.0",
3233
"react-dom": "^16.3.0",
33-
"react-hot-loader": "next",
3434
"react-icons": "^2.2.3",
3535
"styled-components": "1.4.5",
3636
"styled-jss": "^2.2.3",

yarn.lock

+31-62
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ align-text@^0.1.1, align-text@^0.1.3:
5656
longest "^1.0.1"
5757
repeat-string "^1.5.2"
5858

59-
amdefine@>=0.0.4:
60-
version "1.0.1"
61-
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
62-
6359
ansi-escapes@^1.1.0:
6460
version "1.4.0"
6561
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
@@ -856,7 +852,7 @@ babel-runtime@^6.18.0, babel-runtime@^6.22.0:
856852
core-js "^2.4.0"
857853
regenerator-runtime "^0.10.0"
858854

859-
babel-template@^6.24.1, babel-template@^6.7.0:
855+
babel-template@^6.24.1:
860856
version "6.24.1"
861857
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.24.1.tgz#04ae514f1f93b3a2537f2a0f60a5a45fb8308333"
862858
dependencies:
@@ -1611,12 +1607,6 @@ error-ex@^1.2.0:
16111607
dependencies:
16121608
is-arrayish "^0.2.1"
16131609

1614-
error-stack-parser@^1.3.6:
1615-
version "1.3.6"
1616-
resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-1.3.6.tgz#e0e73b93e417138d1cd7c0b746b1a4a14854c292"
1617-
dependencies:
1618-
stackframe "^0.3.1"
1619-
16201610
es-abstract@^1.7.0:
16211611
version "1.7.0"
16221612
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.7.0.tgz#dfade774e01bfcd97f96180298c449c8623fb94c"
@@ -1946,7 +1936,7 @@ [email protected]:
19461936
version "1.0.2"
19471937
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
19481938

1949-
fast-levenshtein@~2.0.4:
1939+
fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.4:
19501940
version "2.0.6"
19511941
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
19521942

@@ -2318,6 +2308,10 @@ [email protected]:
23182308
version "2.16.3"
23192309
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
23202310

2311+
hoist-non-react-statics@^2.5.0:
2312+
version "2.5.0"
2313+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.0.tgz#d2ca2dfc19c5a91c5a6615ce8e564ef0347e2a40"
2314+
23212315
home-or-tmp@^2.0.0:
23222316
version "2.0.0"
23232317
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -2951,7 +2945,7 @@ lodash.cond@^4.3.0:
29512945
version "4.5.2"
29522946
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
29532947

2954-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.6.1:
2948+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.2.0, lodash@^4.3.0:
29552949
version "4.17.4"
29562950
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
29572951

@@ -3531,20 +3525,20 @@ promise@^7.1.1:
35313525
dependencies:
35323526
asap "~2.0.3"
35333527

3534-
prop-types@^15.5.10, prop-types@^15.6.0:
3528+
prop-types@^15.5.4, prop-types@^15.5.8:
3529+
version "15.5.8"
3530+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394"
3531+
dependencies:
3532+
fbjs "^0.8.9"
3533+
3534+
prop-types@^15.6.0:
35353535
version "15.6.1"
35363536
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.1.tgz#36644453564255ddda391191fb3a125cbdf654ca"
35373537
dependencies:
35383538
fbjs "^0.8.16"
35393539
loose-envify "^1.3.1"
35403540
object-assign "^4.1.1"
35413541

3542-
prop-types@^15.5.4, prop-types@^15.5.8:
3543-
version "15.5.8"
3544-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394"
3545-
dependencies:
3546-
fbjs "^0.8.9"
3547-
35483542
proxy-addr@~1.1.3:
35493543
version "1.1.4"
35503544
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-1.1.4.tgz#27e545f6960a44a627d9b44467e35c1b6b4ce2f3"
@@ -3629,29 +3623,24 @@ rc@^1.1.7:
36293623
minimist "^1.2.0"
36303624
strip-json-comments "~2.0.1"
36313625

3632-
react-deep-force-update@^2.0.1:
3633-
version "2.0.1"
3634-
resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-2.0.1.tgz#4f7f6c12c3e7de42f345992a3c518236fa1ecad3"
3635-
3636-
react-dom@^15.6.2:
3637-
version "15.6.2"
3638-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.6.2.tgz#41cfadf693b757faf2708443a1d1fd5a02bef730"
3626+
react-dom@^16.3.0:
3627+
version "16.4.0"
3628+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.0.tgz#099f067dd5827ce36a29eaf9a6cdc7cbf6216b1e"
36393629
dependencies:
3640-
fbjs "^0.8.9"
3630+
fbjs "^0.8.16"
36413631
loose-envify "^1.1.0"
3642-
object-assign "^4.1.0"
3643-
prop-types "^15.5.10"
3632+
object-assign "^4.1.1"
3633+
prop-types "^15.6.0"
36443634

3645-
react-hot-loader@next:
3646-
version "3.0.0-beta.6"
3647-
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-3.0.0-beta.6.tgz#463fac0bfc8b63a8385258af20c91636abce75f4"
3635+
react-hot-loader@^4.0.0:
3636+
version "4.0.0"
3637+
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.0.0.tgz#3452fa9bc0d0ba9dfc5b0ccfa25101ca8dbd2de2"
36483638
dependencies:
3649-
babel-template "^6.7.0"
3639+
fast-levenshtein "^2.0.6"
36503640
global "^4.3.0"
3651-
react-deep-force-update "^2.0.1"
3652-
react-proxy "^3.0.0-alpha.0"
3653-
redbox-react "^1.2.5"
3654-
source-map "^0.4.4"
3641+
hoist-non-react-statics "^2.5.0"
3642+
prop-types "^15.6.0"
3643+
shallowequal "^1.0.2"
36553644

36563645
36573646
version "2.0.4"
@@ -3663,12 +3652,6 @@ react-icons@^2.2.3:
36633652
dependencies:
36643653
react-icon-base "2.0.4"
36653654

3666-
react-proxy@^3.0.0-alpha.0:
3667-
version "3.0.0-alpha.1"
3668-
resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-3.0.0-alpha.1.tgz#4400426bcfa80caa6724c7755695315209fa4b07"
3669-
dependencies:
3670-
lodash "^4.6.1"
3671-
36723655
react@^16.4.0:
36733656
version "16.4.0"
36743657
resolved "https://registry.yarnpkg.com/react/-/react-16.4.0.tgz#402c2db83335336fba1962c08b98c6272617d585"
@@ -3752,14 +3735,6 @@ rechoir@^0.6.2:
37523735
dependencies:
37533736
resolve "^1.1.6"
37543737

3755-
redbox-react@^1.2.5:
3756-
version "1.3.6"
3757-
resolved "https://registry.yarnpkg.com/redbox-react/-/redbox-react-1.3.6.tgz#70314c57c066257eb70b0a24dc794b5cef4f1c4e"
3758-
dependencies:
3759-
error-stack-parser "^1.3.6"
3760-
object-assign "^4.0.1"
3761-
prop-types "^15.5.4"
3762-
37633738
regenerate@^1.2.1:
37643739
version "1.3.2"
37653740
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.2.tgz#d1941c67bad437e1be76433add5b385f95b19260"
@@ -4003,6 +3978,10 @@ sha.js@^2.3.6:
40033978
dependencies:
40043979
inherits "^2.0.1"
40053980

3981+
shallowequal@^1.0.2:
3982+
version "1.0.2"
3983+
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.0.2.tgz#1561dbdefb8c01408100319085764da3fcf83f8f"
3984+
40063985
shelljs@^0.7.5:
40073986
version "0.7.7"
40083987
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.7.tgz#b2f5c77ef97148f4b4f6e22682e10bba8667cff1"
@@ -4061,12 +4040,6 @@ [email protected], source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, sourc
40614040
version "0.5.6"
40624041
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
40634042

4064-
source-map@^0.4.4:
4065-
version "0.4.4"
4066-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
4067-
dependencies:
4068-
amdefine ">=0.0.4"
4069-
40704043
spdx-correct@~1.0.0:
40714044
version "1.0.2"
40724045
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40"
@@ -4120,10 +4093,6 @@ sshpk@^1.7.0:
41204093
jsbn "~0.1.0"
41214094
tweetnacl "~0.14.0"
41224095

4123-
stackframe@^0.3.1:
4124-
version "0.3.1"
4125-
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-0.3.1.tgz#33aa84f1177a5548c8935533cbfeb3420975f5a4"
4126-
41274096
"statuses@>= 1.3.1 < 2", statuses@~1.3.1:
41284097
version "1.3.1"
41294098
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e"

0 commit comments

Comments
 (0)