From 07f2f4036510fed52b251aa212bd190c392f3fff Mon Sep 17 00:00:00 2001 From: Qolzam Date: Tue, 10 Jul 2018 16:46:22 +0700 Subject: [PATCH] [Resolved] Update package and make button look better. --- package.json | 6 +++--- src/components/post/PostComponent.tsx | 1 - yarn.lock | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3df0c3e..a7e0e2f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "react-router": "^4.1.1 ", "react-router-dom": "^4.1.1", "react-router-redux": "^5.0.0-alpha.6", - "react-share": "^2.0.0", + "react-share": "2.2.0", "react-string-replace": "^0.4.0", "react-tap-event-plugin": "^3.0.2", "redux": "^3.7.2", @@ -73,9 +73,9 @@ "redux-thunk": "^2.2.0", "reflect-metadata": "^0.1.10", "save": "^2.3.0", + "snyk": "^1.88.0", "typeface-roboto": "0.0.50", - "uuid": "^3.0.1", - "snyk": "^1.88.0" + "uuid": "^3.0.1" }, "devDependencies": { "@types/classnames": "^2.2.3", diff --git a/src/components/post/PostComponent.tsx b/src/components/post/PostComponent.tsx index 2f3cd7b..4a1a826 100644 --- a/src/components/post/PostComponent.tsx +++ b/src/components/post/PostComponent.tsx @@ -62,7 +62,6 @@ import { IPostComponentState } from './IPostComponentState' const styles = (theme: any) => ({ iconButton: { - width: 27, marginLeft: 5 }, vote: { diff --git a/yarn.lock b/yarn.lock index d43c3a9..6da84a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7763,9 +7763,9 @@ react-scrollbar-size@^2.0.2: react-event-listener "^0.5.1" stifle "^1.0.2" -react-share@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/react-share/-/react-share-2.1.1.tgz#611c9d5a45412a628ebd8202863f32f2507ce742" +react-share@2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/react-share/-/react-share-2.2.0.tgz#49fa2525409a030d94375f8b9926b0db916c3049" dependencies: babel-runtime "^6.6.1" classnames "^2.2.5"