@intuitionrobotics/bug-report 0.42.62 → 0.42.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,8 @@
1
+ import * as React from "react";
1
2
  import { BaseComponent } from "@intuitionrobotics/thunderstorm/frontend";
2
3
  import { OnRequestListener } from "@intuitionrobotics/thunderstorm";
3
4
  export declare class AdminBR extends BaseComponent implements OnRequestListener {
4
- render(): JSX.Element;
5
+ render(): React.JSX.Element;
5
6
  private createRow;
6
7
  __onRequestCompleted: (key: string, success: boolean) => void;
7
8
  }
@@ -12,6 +12,6 @@ export declare class BugReport extends React.Component<Props, State> {
12
12
  constructor(props: Props);
13
13
  componentDidCatch(error: Error, errorInfo: React.ErrorInfo): void;
14
14
  showAppConfirmationDialogExample: () => void;
15
- render(): JSX.Element;
15
+ render(): React.JSX.Element;
16
16
  }
17
17
  export {};
@@ -1,4 +1,5 @@
1
1
  import { BaseComponent } from "@intuitionrobotics/thunderstorm/app-frontend/core/BaseComponent";
2
+ import * as React from "react";
2
3
  declare type Props = {
3
4
  url: string;
4
5
  };
@@ -6,6 +7,6 @@ export declare class Dialog_JiraOpened extends BaseComponent<Props, {}> {
6
7
  constructor(props: Props);
7
8
  static show(url: string): void;
8
9
  redirectToJira: () => void;
9
- render(): JSX.Element;
10
+ render(): React.JSX.Element;
10
11
  }
11
12
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuitionrobotics/bug-report",
3
- "version": "0.42.62",
3
+ "version": "0.42.64",
4
4
  "description": "Bug Report",
5
5
  "keywords": [
6
6
  "IR",
@@ -35,17 +35,12 @@
35
35
  "@intuitionrobotics/user-account": "~0.42.0",
36
36
  "@intuitionrobotics/jira": "~0.42.0",
37
37
  "express": "^4.16.4",
38
- "firebase": "^9.9.1",
39
- "firebase-admin": "^11.0.0",
40
38
  "jszip": "^3.3.0",
41
39
  "moment": "^2.24.0",
42
40
  "use-strict": "^1.0.1"
43
41
  },
44
42
  "devDependencies": {
45
43
  "@types/express": "^4.16.1",
46
- "@types/file-saver": "^2.0.1",
47
- "@types/history": "^4.7.2",
48
- "@types/jszip": "^3.1.7",
49
44
  "@types/react": "^16.8.7",
50
45
  "@types/node": "^16.0.0",
51
46
  "module-alias": "^2.2.0",