Skip to content

Commit

Permalink
Merge pull request wso2#1471 from brionmario/fix-ts-build-5.1.2021
Browse files Browse the repository at this point in the history
Fix build issues on a clean setup
  • Loading branch information
brionmario authored Jan 13, 2021
2 parents c6f9048 + 3731abc commit f4fd963
Show file tree
Hide file tree
Showing 18 changed files with 4,092 additions and 4,388 deletions.
2,513 changes: 1,674 additions & 839 deletions apps/console/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions apps/myaccount/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@
* under the License.
*/

import { TestableComponentInterface } from "@wso2is/core/models";
import { IBrowser, IDevice, IOS, TestableComponentInterface } from "@wso2is/core/models";
import moment from "moment";
import React, { FunctionComponent } from "react";
import { useTranslation } from "react-i18next";
import { Divider, Grid, Icon, List, Responsive, SemanticICONS, Table } from "semantic-ui-react";
import {
IBrowser,
IDevice,
IOS,
UserSession
} from "../../models";
import { UserSession } from "../../models";
import { DangerZone, DangerZoneGroup, EditSection } from "../shared";

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
* under the License.
*/

import { UserAgentParser } from "@wso2is/core/helpers";
import { TestableComponentInterface } from "@wso2is/core/models";
import { GenericIcon } from "@wso2is/react-components";
import moment from "moment";
import React, { FunctionComponent, MouseEvent } from "react";
import { useTranslation } from "react-i18next";
import { Button, Grid, Icon, List, Responsive, SemanticICONS } from "semantic-ui-react";
import { UserAgentParser } from "../../helpers";
import { UserSession } from "../../models";
import { UserSessionsEdit } from "./user-sessions-edit";
import { UserSession } from "../../models";

/**
* Proptypes for the user sessions list component.
Expand Down
1 change: 0 additions & 1 deletion apps/myaccount/src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ export * from "./history";
export * from "./http-headers";
export * from "./image";
export * from "./user";
export * from "./user-agent-parser";
export * from "./app-config-context";
127 changes: 0 additions & 127 deletions apps/myaccount/src/helpers/user-agent-parser.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/myaccount/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ export * from "./global";
export * from "./loaders";
export * from "./app-config";
export * from "./reducer-state";
export * from "./ua-parser";
export * from "./configs";
Loading

0 comments on commit f4fd963

Please sign in to comment.