Skip to content

Commit

Permalink
fix(catalog-view-extension): remove unused packages (#3332)
Browse files Browse the repository at this point in the history
remove unused packages from packages.json
  • Loading branch information
jcaianirh committed Nov 20, 2019
1 parent 3735c3c commit a3fcfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions packages/patternfly-4/react-catalog-view-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,8 @@
"@patternfly/patternfly": "2.43.0",
"@patternfly/react-core": "^3.122.2",
"@patternfly/react-styles": "^3.6.10",
"breakjs": "^1.0.0",
"classnames": "^2.2.5",
"css-element-queries": "^1.0.1",
"patternfly": "^3.59.4",
"patternfly-react": "^2.39.9",
"react-bootstrap": "^0.33.0",
"react-click-outside": "^3.0.1",
"react-diff-view": "^1.8.1",
"react-ellipsis-with-tooltip": "^1.0.8",
"react-virtualized": "^9.21.1",
"unidiff": "^1.0.1"
"patternfly": "^3.59.4"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import { CogIcon, OutlinedCheckCircleIcon } from '@patternfly/react-icons';
import { shallow, mount } from 'enzyme';

Expand Down

0 comments on commit a3fcfcc

Please sign in to comment.