diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2020-02-11 20:16:56 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2020-02-11 20:54:38 +0100 |
commit | e5f52401b2a839881fedef5a446f0ed21d2d34c2 (patch) | |
tree | 2baee2e99ffe2833b9bb6acb317e951606f72ba2 /webui/package.json | |
parent | b83670821cfb36de211c1d9bc077dad43496d7eb (diff) | |
download | git-bug-e5f52401b2a839881fedef5a446f0ed21d2d34c2.tar.gz |
webui: typecheck remaining bug list components
Diffstat (limited to 'webui/package.json')
-rw-r--r-- | webui/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webui/package.json b/webui/package.json index 031d411b..03ac4da9 100644 --- a/webui/package.json +++ b/webui/package.json @@ -4,6 +4,7 @@ "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.3", + "@arrows/composition": "^1.2.2", "@material-ui/core": "^4.9.0", "@material-ui/icons": "^4.2.1", "@material-ui/lab": "^4.0.0-alpha.40", @@ -13,6 +14,7 @@ "@types/react-dom": "^16.9.5", "@types/react-router-dom": "^5.1.3", "apollo-boost": "^0.4.7", + "clsx": "^1.1.0", "graphql": "^14.6.0", "graphql.macro": "^1.4.2", "moment": "^2.24.0", |