@finos/legend-extension-dsl-data-quality 1.0.34 → 1.0.35

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-data-quality v1.0.34
1
+ /** @license @finos/legend-extension-dsl-data-quality v1.0.35
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-data-quality",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "Legend extension for Data Quality",
5
5
  "keywords": [
6
6
  "legend",
@@ -53,7 +53,7 @@
53
53
  "@finos/legend-storage": "workspace:*",
54
54
  "@types/react": "18.3.5",
55
55
  "@types/react-dom": "18.3.0",
56
- "mobx": "6.13.1",
56
+ "mobx": "6.13.2",
57
57
  "mobx-react-lite": "4.0.7",
58
58
  "react": "18.3.1",
59
59
  "react-dnd": "16.0.1",
@@ -68,8 +68,8 @@
68
68
  "jest": "29.7.0",
69
69
  "npm-run-all": "4.1.5",
70
70
  "rimraf": "6.0.1",
71
- "sass": "1.77.8",
72
- "typescript": "5.5.4"
71
+ "sass": "1.78.0",
72
+ "typescript": "5.6.2"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "react": "^18.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-data-quality",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "Legend extension for Data Quality",
5
5
  "keywords": [
6
6
  "legend",
@@ -42,18 +42,18 @@
42
42
  "test:watch": "jest --watch"
43
43
  },
44
44
  "dependencies": {
45
- "@finos/legend-application": "15.1.28",
46
- "@finos/legend-application-studio": "28.18.29",
47
- "@finos/legend-art": "7.1.55",
48
- "@finos/legend-extension-dsl-data-space": "10.3.67",
49
- "@finos/legend-graph": "31.10.27",
50
- "@finos/legend-lego": "1.2.66",
51
- "@finos/legend-query-builder": "4.14.86",
52
- "@finos/legend-shared": "10.0.53",
53
- "@finos/legend-storage": "3.0.103",
45
+ "@finos/legend-application": "15.1.29",
46
+ "@finos/legend-application-studio": "28.18.30",
47
+ "@finos/legend-art": "7.1.56",
48
+ "@finos/legend-extension-dsl-data-space": "10.3.68",
49
+ "@finos/legend-graph": "31.10.28",
50
+ "@finos/legend-lego": "1.2.67",
51
+ "@finos/legend-query-builder": "4.14.87",
52
+ "@finos/legend-shared": "10.0.54",
53
+ "@finos/legend-storage": "3.0.104",
54
54
  "@types/react": "18.3.5",
55
55
  "@types/react-dom": "18.3.0",
56
- "mobx": "6.13.1",
56
+ "mobx": "6.13.2",
57
57
  "mobx-react-lite": "4.0.7",
58
58
  "react": "18.3.1",
59
59
  "react-dnd": "16.0.1",
@@ -61,15 +61,15 @@
61
61
  "serializr": "3.0.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@finos/legend-dev-utils": "2.1.19",
64
+ "@finos/legend-dev-utils": "2.1.20",
65
65
  "@jest/globals": "29.7.0",
66
66
  "cross-env": "7.0.3",
67
67
  "eslint": "8.57.0",
68
68
  "jest": "29.7.0",
69
69
  "npm-run-all": "4.1.5",
70
70
  "rimraf": "6.0.1",
71
- "sass": "1.77.8",
72
- "typescript": "5.5.4"
71
+ "sass": "1.78.0",
72
+ "typescript": "5.6.2"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "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
  },