@finos/legend-extension-dsl-diagram 7.0.4 → 7.0.6

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;;CAiEnE,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;;CAiEnE,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;;AAi4CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
1
+ {"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAi4CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-diagram v7.0.4
1
+ /** @license @finos/legend-extension-dsl-diagram v7.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-extension-dsl-diagram",
3
- "version": "7.0.4",
3
+ "version": "7.0.6",
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.21",
52
+ "@types/react": "18.0.23",
53
53
  "mobx": "6.6.2",
54
54
  "mobx-react-lite": "3.4.0",
55
55
  "react": "18.2.0",
@@ -59,11 +59,11 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@finos/legend-dev-utils": "workspace:*",
62
- "@jest/globals": "29.2.1",
62
+ "@jest/globals": "29.2.2",
63
63
  "@testing-library/react": "13.4.0",
64
64
  "cross-env": "7.0.3",
65
- "eslint": "8.25.0",
66
- "jest": "29.2.1",
65
+ "eslint": "8.26.0",
66
+ "jest": "29.2.2",
67
67
  "jest-canvas-mock": "2.4.0",
68
68
  "npm-run-all": "4.1.5",
69
69
  "rimraf": "3.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "7.0.4",
3
+ "version": "7.0.6",
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.0.0",
47
- "@finos/legend-application-studio": "19.0.0",
48
- "@finos/legend-art": "4.1.0",
49
- "@finos/legend-graph": "19.0.0",
50
- "@finos/legend-shared": "6.1.5",
51
- "@finos/legend-storage": "3.0.14",
52
- "@types/react": "18.0.21",
46
+ "@finos/legend-application": "10.0.2",
47
+ "@finos/legend-application-studio": "20.0.0",
48
+ "@finos/legend-art": "5.0.0",
49
+ "@finos/legend-graph": "19.2.0",
50
+ "@finos/legend-shared": "6.2.0",
51
+ "@finos/legend-storage": "3.0.15",
52
+ "@types/react": "18.0.23",
53
53
  "mobx": "6.6.2",
54
54
  "mobx-react-lite": "3.4.0",
55
55
  "react": "18.2.0",
@@ -58,12 +58,12 @@
58
58
  "serializr": "3.0.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@finos/legend-dev-utils": "2.0.21",
62
- "@jest/globals": "29.2.1",
61
+ "@finos/legend-dev-utils": "2.0.22",
62
+ "@jest/globals": "29.2.2",
63
63
  "@testing-library/react": "13.4.0",
64
64
  "cross-env": "7.0.3",
65
- "eslint": "8.25.0",
66
- "jest": "29.2.1",
65
+ "eslint": "8.26.0",
66
+ "jest": "29.2.2",
67
67
  "jest-canvas-mock": "2.4.0",
68
68
  "npm-run-all": "4.1.5",
69
69
  "rimraf": "3.0.2",