@finos/legend-extension-dsl-diagram 8.0.6 → 8.0.8

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;;CA0DnE,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;;CA0DnE,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;;AA25CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
1
+ {"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA25CH,eAAO,MAAM,aAAa;;CAyDxB,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-diagram v8.0.6
1
+ /** @license @finos/legend-extension-dsl-diagram v8.0.8
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": "8.0.6",
3
+ "version": "8.0.8",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -52,7 +52,7 @@
52
52
  "@finos/legend-lego": "workspace:*",
53
53
  "@finos/legend-shared": "workspace:*",
54
54
  "@finos/legend-storage": "workspace:*",
55
- "@types/react": "18.0.37",
55
+ "@types/react": "18.2.0",
56
56
  "mobx": "6.9.0",
57
57
  "mobx-react-lite": "3.4.3",
58
58
  "react": "18.2.0",
@@ -65,11 +65,11 @@
65
65
  "@jest/globals": "29.5.0",
66
66
  "@testing-library/react": "14.0.0",
67
67
  "cross-env": "7.0.3",
68
- "eslint": "8.38.0",
68
+ "eslint": "8.39.0",
69
69
  "jest": "29.5.0",
70
70
  "npm-run-all": "4.1.5",
71
71
  "rimraf": "5.0.0",
72
- "sass": "1.62.0",
72
+ "sass": "1.62.1",
73
73
  "typescript": "5.0.4"
74
74
  },
75
75
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "8.0.6",
3
+ "version": "8.0.8",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -45,14 +45,14 @@
45
45
  "test:watch": "jest --watch"
46
46
  },
47
47
  "dependencies": {
48
- "@finos/legend-application": "15.0.3",
49
- "@finos/legend-application-studio": "24.1.0",
50
- "@finos/legend-art": "7.0.4",
51
- "@finos/legend-graph": "28.1.0",
52
- "@finos/legend-lego": "0.1.9",
53
- "@finos/legend-shared": "10.0.1",
54
- "@finos/legend-storage": "3.0.51",
55
- "@types/react": "18.0.37",
48
+ "@finos/legend-application": "15.0.5",
49
+ "@finos/legend-application-studio": "24.1.2",
50
+ "@finos/legend-art": "7.0.6",
51
+ "@finos/legend-graph": "28.1.2",
52
+ "@finos/legend-lego": "0.1.11",
53
+ "@finos/legend-shared": "10.0.2",
54
+ "@finos/legend-storage": "3.0.52",
55
+ "@types/react": "18.2.0",
56
56
  "mobx": "6.9.0",
57
57
  "mobx-react-lite": "3.4.3",
58
58
  "react": "18.2.0",
@@ -61,15 +61,15 @@
61
61
  "serializr": "3.0.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@finos/legend-dev-utils": "2.0.55",
64
+ "@finos/legend-dev-utils": "2.0.57",
65
65
  "@jest/globals": "29.5.0",
66
66
  "@testing-library/react": "14.0.0",
67
67
  "cross-env": "7.0.3",
68
- "eslint": "8.38.0",
68
+ "eslint": "8.39.0",
69
69
  "jest": "29.5.0",
70
70
  "npm-run-all": "4.1.5",
71
71
  "rimraf": "5.0.0",
72
- "sass": "1.62.0",
72
+ "sass": "1.62.1",
73
73
  "typescript": "5.0.4"
74
74
  },
75
75
  "peerDependencies": {