From b668fbb6ba3a2493675e8c4feeac0196bf994b66 Mon Sep 17 00:00:00 2001 From: vaasu Date: Fri, 31 Jan 2020 20:17:59 +0530 Subject: [PATCH] heroku error: @material-ui/icons --- client/package-lock.json | 1 - client/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 886f24a..e9753a5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2249,7 +2249,6 @@ "version": "4.5.1", "resolved": "https://registry.npmjs.org/@material-ui/icons/-/icons-4.5.1.tgz", "integrity": "sha512-YZ/BgJbXX4a0gOuKWb30mBaHaoXRqPanlePam83JQPZ/y4kl+3aW0Wv9tlR70hB5EGAkEJGW5m4ktJwMgxQAeA==", - "dev": true, "requires": { "@babel/runtime": "^7.4.4" } diff --git a/client/package.json b/client/package.json index d9aee1e..a6fd7d8 100644 --- a/client/package.json +++ b/client/package.json @@ -5,6 +5,7 @@ "homepage": "https://mohiit1502.github.io/PictureStory-v2", "dependencies": { "@material-ui/core": "^4.8.2", + "@material-ui/icons": "^4.5.1", "@svgr/webpack": "4.3.2", "@typescript-eslint/eslint-plugin": "^2.14.0", "@typescript-eslint/parser": "^2.14.0", @@ -161,7 +162,6 @@ "@babel/plugin-transform-react-jsx": "^7.7.7", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", - "@material-ui/icons": "^4.5.1", "body-parser": "^1.19.0", "plop": "^2.5.3" },