@finos/legend-extension-dsl-diagram 8.1.5 → 8.1.7

Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-diagram v8.1.5
1
+ /** @license @finos/legend-extension-dsl-diagram v8.1.7
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.1.5",
3
+ "version": "8.1.7",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -54,7 +54,7 @@
54
54
  "@finos/legend-shared": "workspace:*",
55
55
  "@finos/legend-storage": "workspace:*",
56
56
  "@types/react": "18.3.5",
57
- "mobx": "6.13.1",
57
+ "mobx": "6.13.2",
58
58
  "mobx-react-lite": "4.0.7",
59
59
  "react": "18.3.1",
60
60
  "react-dnd": "16.0.1",
@@ -71,8 +71,8 @@
71
71
  "jest": "29.7.0",
72
72
  "npm-run-all": "4.1.5",
73
73
  "rimraf": "6.0.1",
74
- "sass": "1.77.8",
75
- "typescript": "5.5.4"
74
+ "sass": "1.78.0",
75
+ "typescript": "5.6.2"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "react": "^18.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "8.1.5",
3
+ "version": "8.1.7",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -46,15 +46,15 @@
46
46
  "test:watch": "jest --watch"
47
47
  },
48
48
  "dependencies": {
49
- "@finos/legend-application": "15.1.28",
50
- "@finos/legend-application-studio": "28.18.29",
51
- "@finos/legend-art": "7.1.55",
52
- "@finos/legend-graph": "31.10.27",
53
- "@finos/legend-lego": "1.2.66",
54
- "@finos/legend-shared": "10.0.53",
55
- "@finos/legend-storage": "3.0.103",
49
+ "@finos/legend-application": "15.1.29",
50
+ "@finos/legend-application-studio": "28.18.31",
51
+ "@finos/legend-art": "7.1.56",
52
+ "@finos/legend-graph": "31.10.29",
53
+ "@finos/legend-lego": "1.2.68",
54
+ "@finos/legend-shared": "10.0.54",
55
+ "@finos/legend-storage": "3.0.104",
56
56
  "@types/react": "18.3.5",
57
- "mobx": "6.13.1",
57
+ "mobx": "6.13.2",
58
58
  "mobx-react-lite": "4.0.7",
59
59
  "react": "18.3.1",
60
60
  "react-dnd": "16.0.1",
@@ -62,7 +62,7 @@
62
62
  "serializr": "3.0.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@finos/legend-dev-utils": "2.1.19",
65
+ "@finos/legend-dev-utils": "2.1.20",
66
66
  "@jest/globals": "29.7.0",
67
67
  "@testing-library/dom": "10.4.0",
68
68
  "@testing-library/react": "16.0.1",
@@ -71,8 +71,8 @@
71
71
  "jest": "29.7.0",
72
72
  "npm-run-all": "4.1.5",
73
73
  "rimraf": "6.0.1",
74
- "sass": "1.77.8",
75
- "typescript": "5.5.4"
74
+ "sass": "1.78.0",
75
+ "typescript": "5.6.2"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "react": "^18.0.0"
package/tsconfig.json CHANGED
@@ -39,6 +39,7 @@
39
39
  "strictFunctionTypes": true,
40
40
  "strictBindCallApply": true,
41
41
  "strictPropertyInitialization": true,
42
+ "strictBuiltinIteratorReturn": true,
42
43
  "alwaysStrict": true,
43
44
  "useUnknownInCatchVariables": true
44
45
  },
@@ -38,6 +38,7 @@
38
38
  "strictFunctionTypes": true,
39
39
  "strictBindCallApply": true,
40
40
  "strictPropertyInitialization": true,
41
+ "strictBuiltinIteratorReturn": true,
41
42
  "alwaysStrict": true,
42
43
  "useUnknownInCatchVariables": true
43
44
  },