Skip to content

Commit

Permalink
Build fix and TS update (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Indra Shukla <ishukla@localhost.localdomain>
  • Loading branch information
indraraj and Indra Shukla committed Sep 9, 2020
1 parent aae9c23 commit 1df7bd6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/packages/ui/package.json
Expand Up @@ -50,7 +50,7 @@
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^3.6.0",
"typescript": "^3.3.3333",
"typescript": "^4.0.2",
"url-loader": "^1.1.2",
"webpack": "^4.25.1",
"webpack-bundle-analyzer": "^3.0.3",
Expand Down
Expand Up @@ -252,7 +252,7 @@ export const FiltersStepComponent: React.FunctionComponent<IFiltersStepComponent
>
Apply
</Button>
<Button variant="link" isInline onClick={clearFilter}>
<Button variant="link" isInline={true} onClick={clearFilter}>
Clear filters
</Button>
</ActionGroup>
Expand Down
Expand Up @@ -3,9 +3,9 @@ import {
TextInput
} from '@patternfly/react-core';
import { ExclamationCircleIcon } from '@patternfly/react-icons';
import { useField } from 'formik';
import * as React from 'react';
import { HelpInfoIcon } from './HelpInfoIcon';
import { useField } from 'formik';

export interface IFormInputComponentProps {
label: string;
Expand Down
@@ -1,6 +1,6 @@
import * as React from 'react';
import { Switch } from '@patternfly/react-core';
import { useField } from 'formik';
import * as React from 'react';

export interface IFormSwitchComponentProps {
label: string;
Expand Down
7 changes: 6 additions & 1 deletion ui/yarn.lock
Expand Up @@ -10206,11 +10206,16 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@^3.3.3333, typescript@^3.5.3:
typescript@^3.5.3:
version "3.9.7"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

typescript@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2.tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2"
integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==

uglify-js@3.4.x:
version "3.4.10"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f"
Expand Down

0 comments on commit 1df7bd6

Please sign in to comment.