Skip to content

Commit

Permalink
remove pxblue on import
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Nov 19, 2021
1 parent e48b7d8 commit 418c73f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.56",
"@pxblue/icons-mui": "^2.7.0",
"axios": "^0.19.2",
"clsx": "^1.1.0",
"color": "^3.1.3",
Expand Down
3 changes: 1 addition & 2 deletions src/app/components/icons/IconDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import Select from '@material-ui/core/Select';
import { EmptyState, Spacer } from '@brightlayer-ui/react-components';

import { GetApp, Close } from '@material-ui/icons';
// change pxblue import
import { Pxblue } from '@pxblue/icons-mui';
import { Pxblue } from '@brightlayer-ui/icons-mui';

import { unCamelCase } from '../../shared';
import { emptyIcon } from '.';
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2280,11 +2280,6 @@
schema-utils "^2.6.5"
source-map "^0.7.3"

"@pxblue/icons-mui@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@pxblue/icons-mui/-/icons-mui-2.7.0.tgz#d41a86bd8b8c73a908b5008558e78492e765b1b2"
integrity sha512-6QVQBGewMhagPh7ucXxofb20/86zpfGX3yDQMgPGnsolGt+wCGlcIbZB7LCIu0PPYG8xWC3JU1MC1Sz947PwQg==

"@rollup/plugin-node-resolve@^7.1.1":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz#80de384edfbd7bfc9101164910f86078151a3eca"
Expand Down

0 comments on commit 418c73f

Please sign in to comment.