@finos/legend-extension-dsl-diagram 1.0.20 → 1.0.21

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" />
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;;AAMH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAIjD,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;AAMH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAIjD,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" />
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;;AA+wCH,eAAO,MAAM,aAAa;;CAmDxB,CAAC"}
1
+ {"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA+wCH,eAAO,MAAM,aAAa;;CAmDxB,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-diagram v1.0.20
1
+ /** @license @finos/legend-extension-dsl-diagram v1.0.21
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": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -46,7 +46,7 @@
46
46
  "@finos/legend-model-storage": "workspace:*",
47
47
  "@finos/legend-shared": "workspace:*",
48
48
  "@finos/legend-studio": "workspace:*",
49
- "@types/react": "17.0.41",
49
+ "@types/react": "17.0.42",
50
50
  "mobx": "6.5.0",
51
51
  "mobx-react-lite": "3.3.0",
52
52
  "react": "17.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -40,13 +40,13 @@
40
40
  "test:watch": "jest --watch"
41
41
  },
42
42
  "dependencies": {
43
- "@finos/legend-application": "1.2.2",
44
- "@finos/legend-art": "0.3.9",
45
- "@finos/legend-graph": "1.3.0",
46
- "@finos/legend-model-storage": "0.0.22",
47
- "@finos/legend-shared": "1.2.4",
48
- "@finos/legend-studio": "3.1.0",
49
- "@types/react": "17.0.41",
43
+ "@finos/legend-application": "2.0.0",
44
+ "@finos/legend-art": "0.3.10",
45
+ "@finos/legend-graph": "2.0.0",
46
+ "@finos/legend-model-storage": "0.0.23",
47
+ "@finos/legend-shared": "1.2.5",
48
+ "@finos/legend-studio": "4.0.0",
49
+ "@types/react": "17.0.42",
50
50
  "mobx": "6.5.0",
51
51
  "mobx-react-lite": "3.3.0",
52
52
  "react": "17.0.2",
@@ -56,7 +56,7 @@
56
56
  "serializr": "2.0.5"
57
57
  },
58
58
  "devDependencies": {
59
- "@finos/legend-dev-utils": "0.3.13",
59
+ "@finos/legend-dev-utils": "0.3.14",
60
60
  "@testing-library/react": "12.1.4",
61
61
  "cross-env": "7.0.3",
62
62
  "eslint": "8.11.0",