@finos/legend-extension-dsl-diagram 1.0.20 → 1.0.23
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/components/studio/ClassDiagramPreview.d.ts +0 -1
- package/lib/components/studio/ClassDiagramPreview.d.ts.map +1 -1
- package/lib/components/studio/DiagramEditor.d.ts +0 -1
- package/lib/components/studio/DiagramEditor.d.ts.map +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +3 -3
- package/package.json +10 -10
@@ -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
|
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 +1 @@
|
|
1
|
-
{"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
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
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-diagram",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.23",
|
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.
|
49
|
+
"@types/react": "17.0.43",
|
50
50
|
"mobx": "6.5.0",
|
51
51
|
"mobx-react-lite": "3.3.0",
|
52
52
|
"react": "17.0.2",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"npm-run-all": "4.1.5",
|
66
66
|
"rimraf": "3.0.2",
|
67
67
|
"sass": "1.49.9",
|
68
|
-
"typescript": "4.6.
|
68
|
+
"typescript": "4.6.3"
|
69
69
|
},
|
70
70
|
"peerDependencies": {
|
71
71
|
"react": "^17.0.0"
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-diagram",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.23",
|
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": "
|
44
|
-
"@finos/legend-art": "0.3.
|
45
|
-
"@finos/legend-graph": "
|
46
|
-
"@finos/legend-model-storage": "0.0.
|
47
|
-
"@finos/legend-shared": "1.2.
|
48
|
-
"@finos/legend-studio": "
|
49
|
-
"@types/react": "17.0.
|
43
|
+
"@finos/legend-application": "2.0.2",
|
44
|
+
"@finos/legend-art": "0.3.11",
|
45
|
+
"@finos/legend-graph": "2.0.2",
|
46
|
+
"@finos/legend-model-storage": "0.0.24",
|
47
|
+
"@finos/legend-shared": "1.2.6",
|
48
|
+
"@finos/legend-studio": "4.1.0",
|
49
|
+
"@types/react": "17.0.43",
|
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.
|
59
|
+
"@finos/legend-dev-utils": "0.3.15",
|
60
60
|
"@testing-library/react": "12.1.4",
|
61
61
|
"cross-env": "7.0.3",
|
62
62
|
"eslint": "8.11.0",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"npm-run-all": "4.1.5",
|
66
66
|
"rimraf": "3.0.2",
|
67
67
|
"sass": "1.49.9",
|
68
|
-
"typescript": "4.6.
|
68
|
+
"typescript": "4.6.3"
|
69
69
|
},
|
70
70
|
"peerDependencies": {
|
71
71
|
"react": "^17.0.0"
|