@finos/legend-extension-dsl-diagram 7.1.22 → 7.1.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  import { type Class } from '@finos/legend-graph';
18
17
  export declare const ClassDiagramPreview: ((props: {
19
18
  _class: Class;
@@ -1 +1 @@
1
- {"version":3,"file":"ClassDiagramPreview.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ClassDiagramPreview.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAKH,OAAO,EAAE,KAAK,KAAK,EAAqB,MAAM,qBAAqB,CAAC;AAKpE,eAAO,MAAM,mBAAmB,WAAoB;IAAE,MAAM,EAAE,KAAK,CAAA;CAAE;;CA4DnE,CAAC"}
1
+ {"version":3,"file":"ClassDiagramPreview.d.ts","sourceRoot":"","sources":["../../../src/components/studio/ClassDiagramPreview.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,EAAE,KAAK,KAAK,EAAqB,MAAM,qBAAqB,CAAC;AAKpE,eAAO,MAAM,mBAAmB,WAAoB;IAAE,MAAM,EAAE,KAAK,CAAA;CAAE;;CA4DnE,CAAC"}
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  export declare const DiagramEditor: (() => JSX.Element) & {
18
17
  displayName: string;
19
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAg5CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
1
+ {"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAg5CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-diagram v7.1.22
1
+ /** @license @finos/legend-extension-dsl-diagram v7.1.23
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-extension-dsl-diagram",
3
- "version": "7.1.22",
3
+ "version": "7.1.23",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -49,7 +49,7 @@
49
49
  "@finos/legend-graph": "workspace:*",
50
50
  "@finos/legend-shared": "workspace:*",
51
51
  "@finos/legend-storage": "workspace:*",
52
- "@types/react": "18.0.26",
52
+ "@types/react": "18.0.27",
53
53
  "mobx": "6.7.0",
54
54
  "mobx-react-lite": "3.4.0",
55
55
  "react": "18.2.0",
@@ -62,7 +62,7 @@
62
62
  "@jest/globals": "29.3.1",
63
63
  "@testing-library/react": "13.4.0",
64
64
  "cross-env": "7.0.3",
65
- "eslint": "8.31.0",
65
+ "eslint": "8.32.0",
66
66
  "jest": "29.3.1",
67
67
  "jest-canvas-mock": "2.4.0",
68
68
  "npm-run-all": "4.1.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "7.1.22",
3
+ "version": "7.1.23",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,13 +43,13 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "10.2.7",
47
- "@finos/legend-application-studio": "22.3.2",
48
- "@finos/legend-art": "5.0.19",
49
- "@finos/legend-graph": "22.2.0",
50
- "@finos/legend-shared": "6.2.13",
51
- "@finos/legend-storage": "3.0.28",
52
- "@types/react": "18.0.26",
46
+ "@finos/legend-application": "10.2.8",
47
+ "@finos/legend-application-studio": "22.3.3",
48
+ "@finos/legend-art": "5.0.20",
49
+ "@finos/legend-graph": "22.2.1",
50
+ "@finos/legend-shared": "6.2.14",
51
+ "@finos/legend-storage": "3.0.29",
52
+ "@types/react": "18.0.27",
53
53
  "mobx": "6.7.0",
54
54
  "mobx-react-lite": "3.4.0",
55
55
  "react": "18.2.0",
@@ -58,11 +58,11 @@
58
58
  "serializr": "3.0.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@finos/legend-dev-utils": "2.0.36",
61
+ "@finos/legend-dev-utils": "2.0.37",
62
62
  "@jest/globals": "29.3.1",
63
63
  "@testing-library/react": "13.4.0",
64
64
  "cross-env": "7.0.3",
65
- "eslint": "8.31.0",
65
+ "eslint": "8.32.0",
66
66
  "jest": "29.3.1",
67
67
  "jest-canvas-mock": "2.4.0",
68
68
  "npm-run-all": "4.1.5",