@finos/legend-extension-dsl-data-space-studio 0.1.67 → 0.1.69

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-space-studio v0.1.67
1
+ /** @license @finos/legend-extension-dsl-data-space-studio v0.1.69
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-space-studio",
3
- "version": "0.1.67",
3
+ "version": "0.1.69",
4
4
  "description": "Legend extension for Data Space DSL - Studio",
5
5
  "keywords": [
6
6
  "legend",
@@ -51,7 +51,7 @@
51
51
  "@finos/legend-server-sdlc": "workspace:*",
52
52
  "@finos/legend-shared": "workspace:*",
53
53
  "@types/react": "18.3.5",
54
- "mobx": "6.13.1",
54
+ "mobx": "6.13.2",
55
55
  "mobx-react-lite": "4.0.7",
56
56
  "react": "18.3.1"
57
57
  },
@@ -63,8 +63,8 @@
63
63
  "jest": "29.7.0",
64
64
  "npm-run-all": "4.1.5",
65
65
  "rimraf": "6.0.1",
66
- "sass": "1.77.8",
67
- "typescript": "5.5.4"
66
+ "sass": "1.78.0",
67
+ "typescript": "5.6.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "react": "^18.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-data-space-studio",
3
- "version": "0.1.67",
3
+ "version": "0.1.69",
4
4
  "description": "Legend extension for Data Space DSL - Studio",
5
5
  "keywords": [
6
6
  "legend",
@@ -42,29 +42,29 @@
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-query-builder": "4.14.86",
50
- "@finos/legend-server-depot": "6.0.58",
51
- "@finos/legend-server-sdlc": "5.3.29",
52
- "@finos/legend-shared": "10.0.53",
45
+ "@finos/legend-application": "15.1.29",
46
+ "@finos/legend-application-studio": "28.18.31",
47
+ "@finos/legend-art": "7.1.56",
48
+ "@finos/legend-extension-dsl-data-space": "10.3.69",
49
+ "@finos/legend-query-builder": "4.14.88",
50
+ "@finos/legend-server-depot": "6.0.59",
51
+ "@finos/legend-server-sdlc": "5.3.30",
52
+ "@finos/legend-shared": "10.0.54",
53
53
  "@types/react": "18.3.5",
54
- "mobx": "6.13.1",
54
+ "mobx": "6.13.2",
55
55
  "mobx-react-lite": "4.0.7",
56
56
  "react": "18.3.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@finos/legend-dev-utils": "2.1.19",
59
+ "@finos/legend-dev-utils": "2.1.20",
60
60
  "@jest/globals": "29.7.0",
61
61
  "cross-env": "7.0.3",
62
62
  "eslint": "8.57.0",
63
63
  "jest": "29.7.0",
64
64
  "npm-run-all": "4.1.5",
65
65
  "rimraf": "6.0.1",
66
- "sass": "1.77.8",
67
- "typescript": "5.5.4"
66
+ "sass": "1.78.0",
67
+ "typescript": "5.6.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "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
  },