aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-11-15 06:50:36 +0300
committereug-vs <eug-vs@keemail.me>2020-11-15 06:50:36 +0300
commitb93852c46e92a0000ac08394449d924252b2bf1a (patch)
tree51aa5ae34cd452b068f1a6e6a7e50a9a2c37e8cb
parentc2628857df0c29053c652fee5ffb3a88b6d6b824 (diff)
downloadfamcs-kit-b93852c46e92a0000ac08394449d924252b2bf1a.tar.gz
chore: install material icons
-rw-r--r--package-lock.json8
-rw-r--r--package.json1
2 files changed, 9 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index e3bf16b..8f01a67 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1705,6 +1705,14 @@
}
}
},
+ "@material-ui/icons": {
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.9.1.tgz",
+ "integrity": "sha512-GBitL3oBWO0hzBhvA9KxqcowRUsA0qzwKkURyC8nppnC3fw54KPKZ+d4V1Eeg/UnDRSzDaI9nGCdel/eh9AQMg==",
+ "requires": {
+ "@babel/runtime": "^7.4.4"
+ }
+ },
"@material-ui/styles": {
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.10.0.tgz",
diff --git a/package.json b/package.json
index 124eb76..17c7111 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"homepage": "https://eug-vs.github.io/famcs-kit",
"dependencies": {
"@material-ui/core": "^4.11.0",
+ "@material-ui/icons": "^4.9.1",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-benzin": "^4.0.1",