diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-06-28 18:56:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 18:56:38 +0300 |
commit | 699c702ca941c0e7e5fdcb971c9135e28b80c221 (patch) | |
tree | 782231cf1b155acbbedcf2642628b9e6d2f008c4 /package.json | |
parent | ccb26a42a3ad8d748e00cfbe9687f3198d5b8cb4 (diff) | |
parent | 8c06adcb2d79a9966003760eebf21388b35d2b4d (diff) | |
download | which-ui-699c702ca941c0e7e5fdcb971c9135e28b80c221.tar.gz |
Merge pull request #51 from which-ecosystem/votes-update
Migrate to new Poll interface
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ca1967a..f75c0e8 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react-icons": "^3.10.0", "react-scripts": "3.4.1", "typeface-roboto": "0.0.75", - "which-types": "^1.4.2" + "which-types": "^1.6.1" }, "scripts": { "start": "react-scripts start", |