diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-03 02:21:54 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-03 02:22:28 +0300 |
commit | 15cf186e8b5ef25188df92be18d421a486033ee2 (patch) | |
tree | f8a66f4c60176cf8c3d759bbd68a26642b07283a /package-lock.json | |
parent | 3cc00d726e40886d64b2554fb0c48571621d4191 (diff) | |
download | chrono-cube-ui-15cf186e8b5ef25188df92be18d421a486033ee2.tar.gz |
Apply styles to the Scoreboard
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 647c38b..08b138a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1269,6 +1269,14 @@ "react-transition-group": "^4.3.0" } }, + "@material-ui/icons": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.5.1.tgz", + "integrity": "sha512-YZ/BgJbXX4a0gOuKWb30mBaHaoXRqPanlePam83JQPZ/y4kl+3aW0Wv9tlR70hB5EGAkEJGW5m4ktJwMgxQAeA==", + "requires": { + "@babel/runtime": "^7.4.4" + } + }, "@material-ui/styles": { "version": "4.8.2", "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.8.2.tgz", |