@finos/legend-extension-dsl-diagram 7.0.10 → 7.0.12

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;;AAq4CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
1
+ {"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAq4CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-diagram v7.0.10
1
+ /** @license @finos/legend-extension-dsl-diagram v7.0.12
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.10",
3
+ "version": "7.0.12",
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.24",
52
+ "@types/react": "18.0.25",
53
53
  "mobx": "6.6.2",
54
54
  "mobx-react-lite": "3.4.0",
55
55
  "react": "18.2.0",
@@ -59,15 +59,15 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@finos/legend-dev-utils": "workspace:*",
62
- "@jest/globals": "29.2.2",
62
+ "@jest/globals": "29.3.0",
63
63
  "@testing-library/react": "13.4.0",
64
64
  "cross-env": "7.0.3",
65
- "eslint": "8.26.0",
66
- "jest": "29.2.2",
65
+ "eslint": "8.27.0",
66
+ "jest": "29.3.0",
67
67
  "jest-canvas-mock": "2.4.0",
68
68
  "npm-run-all": "4.1.5",
69
69
  "rimraf": "3.0.2",
70
- "sass": "1.55.0",
70
+ "sass": "1.56.0",
71
71
  "typescript": "4.8.4"
72
72
  },
73
73
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "7.0.10",
3
+ "version": "7.0.12",
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.6",
47
- "@finos/legend-application-studio": "20.0.4",
48
- "@finos/legend-art": "5.0.4",
49
- "@finos/legend-graph": "20.0.0",
50
- "@finos/legend-shared": "6.2.1",
51
- "@finos/legend-storage": "3.0.16",
52
- "@types/react": "18.0.24",
46
+ "@finos/legend-application": "10.0.8",
47
+ "@finos/legend-application-studio": "20.0.6",
48
+ "@finos/legend-art": "5.0.5",
49
+ "@finos/legend-graph": "20.0.2",
50
+ "@finos/legend-shared": "6.2.2",
51
+ "@finos/legend-storage": "3.0.17",
52
+ "@types/react": "18.0.25",
53
53
  "mobx": "6.6.2",
54
54
  "mobx-react-lite": "3.4.0",
55
55
  "react": "18.2.0",
@@ -58,16 +58,16 @@
58
58
  "serializr": "3.0.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@finos/legend-dev-utils": "2.0.24",
62
- "@jest/globals": "29.2.2",
61
+ "@finos/legend-dev-utils": "2.0.25",
62
+ "@jest/globals": "29.3.0",
63
63
  "@testing-library/react": "13.4.0",
64
64
  "cross-env": "7.0.3",
65
- "eslint": "8.26.0",
66
- "jest": "29.2.2",
65
+ "eslint": "8.27.0",
66
+ "jest": "29.3.0",
67
67
  "jest-canvas-mock": "2.4.0",
68
68
  "npm-run-all": "4.1.5",
69
69
  "rimraf": "3.0.2",
70
- "sass": "1.55.0",
70
+ "sass": "1.56.0",
71
71
  "typescript": "4.8.4"
72
72
  },
73
73
  "peerDependencies": {