diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-10-09 00:30:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 00:30:59 +0300 |
commit | a5d0f3edcd5478c81262524cbfef8273a065df36 (patch) | |
tree | 48725733e1650fb11f59e4e8dd4f752950a26f72 /package.json | |
parent | bdb4d194307c9755c2083c1a11bb876abebcb6de (diff) | |
parent | 8e9245d18ba591e93dd7dd1de9a271d0b51941a7 (diff) | |
download | which-ui-a5d0f3edcd5478c81262524cbfef8273a065df36.tar.gz |
Merge pull request #103 from which-ecosystem/feat/description
Add description to Poll Model
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 2bb2500..6f0bc12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "which", - "version": "1.2.5", + "version": "1.2.6", "homepage": "https://which-ecosystem.github.io/", "dependencies": { "@material-ui/core": "^4.10.1", @@ -21,7 +21,7 @@ "react-virtualized": "^9.21.2", "swr": "^0.3.0", "typeface-roboto": "0.0.75", - "which-types": "^1.6.1", + "which-types": "^1.6.2", "yup": "^0.29.3" }, "scripts": { |