@finos/legend-application-query 13.0.4 → 13.0.6

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.
@@ -15,7 +15,7 @@
15
15
  */
16
16
  export declare const LegendQueryWebApplication: ((props: {
17
17
  baseUrl: string;
18
- }) => JSX.Element) & {
18
+ }) => import("react/jsx-runtime").JSX.Element) & {
19
19
  displayName: string;
20
20
  };
21
21
  //# sourceMappingURL=LegendQueryWebApplication.d.ts.map
@@ -13,16 +13,16 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const QueryEditor: (() => JSX.Element) & {
16
+ export declare const QueryEditor: (() => import("react/jsx-runtime").JSX.Element) & {
17
17
  displayName: string;
18
18
  };
19
- export declare const ExistingQueryEditor: (() => JSX.Element) & {
19
+ export declare const ExistingQueryEditor: (() => import("react/jsx-runtime").JSX.Element) & {
20
20
  displayName: string;
21
21
  };
22
- export declare const ServiceQueryCreator: (() => JSX.Element) & {
22
+ export declare const ServiceQueryCreator: (() => import("react/jsx-runtime").JSX.Element) & {
23
23
  displayName: string;
24
24
  };
25
- export declare const MappingQueryCreator: (() => JSX.Element) & {
25
+ export declare const MappingQueryCreator: (() => import("react/jsx-runtime").JSX.Element) & {
26
26
  displayName: string;
27
27
  };
28
28
  //# sourceMappingURL=QueryEditor.d.ts.map
@@ -33,7 +33,7 @@ export declare const BaseQuerySetupStoreContext: import("react").Context<BaseQue
33
33
  export declare const useBaseQuerySetupStore: () => BaseQuerySetupStore;
34
34
  export declare const BaseQuerySetup: ((props: {
35
35
  children: React.ReactNode;
36
- }) => JSX.Element) & {
36
+ }) => import("react/jsx-runtime").JSX.Element) & {
37
37
  displayName: string;
38
38
  };
39
39
  //# sourceMappingURL=QuerySetup.d.ts.map
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-query v13.0.4
1
+ /** @license @finos/legend-application-query v13.0.6
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-query",
3
- "version": "13.0.4",
3
+ "version": "13.0.6",
4
4
  "description": "Legend Query application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -52,8 +52,8 @@
52
52
  "@finos/legend-shared": "workspace:*",
53
53
  "@finos/legend-storage": "workspace:*",
54
54
  "@testing-library/react": "14.0.0",
55
- "@types/react": "18.2.2",
56
- "@types/react-dom": "18.2.3",
55
+ "@types/react": "18.2.6",
56
+ "@types/react-dom": "18.2.4",
57
57
  "mobx": "6.9.0",
58
58
  "mobx-react-lite": "3.4.3",
59
59
  "react": "18.2.0",
@@ -64,7 +64,7 @@
64
64
  "@finos/legend-dev-utils": "workspace:*",
65
65
  "@jest/globals": "29.5.0",
66
66
  "cross-env": "7.0.3",
67
- "eslint": "8.39.0",
67
+ "eslint": "8.40.0",
68
68
  "jest": "29.5.0",
69
69
  "npm-run-all": "4.1.5",
70
70
  "rimraf": "5.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-query",
3
- "version": "13.0.4",
3
+ "version": "13.0.6",
4
4
  "description": "Legend Query application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,17 +43,17 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "15.0.10",
47
- "@finos/legend-art": "7.0.11",
48
- "@finos/legend-graph": "28.1.6",
49
- "@finos/legend-lego": "1.0.3",
50
- "@finos/legend-query-builder": "3.2.4",
51
- "@finos/legend-server-depot": "6.0.5",
52
- "@finos/legend-shared": "10.0.4",
53
- "@finos/legend-storage": "3.0.54",
46
+ "@finos/legend-application": "15.0.12",
47
+ "@finos/legend-art": "7.0.13",
48
+ "@finos/legend-graph": "28.1.7",
49
+ "@finos/legend-lego": "1.0.5",
50
+ "@finos/legend-query-builder": "3.2.6",
51
+ "@finos/legend-server-depot": "6.0.6",
52
+ "@finos/legend-shared": "10.0.5",
53
+ "@finos/legend-storage": "3.0.55",
54
54
  "@testing-library/react": "14.0.0",
55
- "@types/react": "18.2.2",
56
- "@types/react-dom": "18.2.3",
55
+ "@types/react": "18.2.6",
56
+ "@types/react-dom": "18.2.4",
57
57
  "mobx": "6.9.0",
58
58
  "mobx-react-lite": "3.4.3",
59
59
  "react": "18.2.0",
@@ -61,10 +61,10 @@
61
61
  "serializr": "3.0.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@finos/legend-dev-utils": "2.0.59",
64
+ "@finos/legend-dev-utils": "2.0.60",
65
65
  "@jest/globals": "29.5.0",
66
66
  "cross-env": "7.0.3",
67
- "eslint": "8.39.0",
67
+ "eslint": "8.40.0",
68
68
  "jest": "29.5.0",
69
69
  "npm-run-all": "4.1.5",
70
70
  "rimraf": "5.0.0",