@finos/legend-extension-dsl-data-space 6.1.7 → 6.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.css +1 -1
- package/lib/package.json +8 -8
- package/package.json +18 -18
- package/tsconfig.json +1 -1
- package/tsconfig.package.json +1 -1
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.10",
|
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@finos/legend-server-depot": "workspace:*",
|
|
53
53
|
"@finos/legend-shared": "workspace:*",
|
|
54
54
|
"@finos/legend-storage": "workspace:*",
|
|
55
|
-
"@types/react": "18.0.
|
|
56
|
-
"mobx": "6.6.
|
|
55
|
+
"@types/react": "18.0.18",
|
|
56
|
+
"mobx": "6.6.2",
|
|
57
57
|
"mobx-react-lite": "3.4.0",
|
|
58
58
|
"react": "18.2.0",
|
|
59
59
|
"react-dom": "18.2.0",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@finos/legend-dev-utils": "workspace:*",
|
|
66
|
-
"@jest/globals": "
|
|
66
|
+
"@jest/globals": "29.0.2",
|
|
67
67
|
"cross-env": "7.0.3",
|
|
68
|
-
"eslint": "8.
|
|
69
|
-
"jest": "
|
|
68
|
+
"eslint": "8.23.0",
|
|
69
|
+
"jest": "29.0.2",
|
|
70
70
|
"npm-run-all": "4.1.5",
|
|
71
71
|
"rimraf": "3.0.2",
|
|
72
|
-
"sass": "1.54.
|
|
73
|
-
"typescript": "4.
|
|
72
|
+
"sass": "1.54.8",
|
|
73
|
+
"typescript": "4.8.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"react": "^18.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.10",
|
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"test:watch": "jest --watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@finos/legend-application": "7.1.
|
|
47
|
-
"@finos/legend-application-query": "5.2.
|
|
48
|
-
"@finos/legend-application-studio": "
|
|
49
|
-
"@finos/legend-art": "3.0.
|
|
50
|
-
"@finos/legend-extension-dsl-diagram": "5.0.
|
|
51
|
-
"@finos/legend-graph": "14.0.
|
|
52
|
-
"@finos/legend-server-depot": "3.0.
|
|
53
|
-
"@finos/legend-shared": "6.0.
|
|
54
|
-
"@finos/legend-storage": "3.0.
|
|
55
|
-
"@types/react": "18.0.
|
|
56
|
-
"mobx": "6.6.
|
|
46
|
+
"@finos/legend-application": "7.1.6",
|
|
47
|
+
"@finos/legend-application-query": "5.2.7",
|
|
48
|
+
"@finos/legend-application-studio": "15.1.0",
|
|
49
|
+
"@finos/legend-art": "3.0.4",
|
|
50
|
+
"@finos/legend-extension-dsl-diagram": "5.0.10",
|
|
51
|
+
"@finos/legend-graph": "14.0.6",
|
|
52
|
+
"@finos/legend-server-depot": "3.0.9",
|
|
53
|
+
"@finos/legend-shared": "6.0.4",
|
|
54
|
+
"@finos/legend-storage": "3.0.8",
|
|
55
|
+
"@types/react": "18.0.18",
|
|
56
|
+
"mobx": "6.6.2",
|
|
57
57
|
"mobx-react-lite": "3.4.0",
|
|
58
58
|
"react": "18.2.0",
|
|
59
59
|
"react-dom": "18.2.0",
|
|
@@ -62,15 +62,15 @@
|
|
|
62
62
|
"serializr": "2.0.5"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@finos/legend-dev-utils": "2.0.
|
|
66
|
-
"@jest/globals": "
|
|
65
|
+
"@finos/legend-dev-utils": "2.0.14",
|
|
66
|
+
"@jest/globals": "29.0.2",
|
|
67
67
|
"cross-env": "7.0.3",
|
|
68
|
-
"eslint": "8.
|
|
69
|
-
"jest": "
|
|
68
|
+
"eslint": "8.23.0",
|
|
69
|
+
"jest": "29.0.2",
|
|
70
70
|
"npm-run-all": "4.1.5",
|
|
71
71
|
"rimraf": "3.0.2",
|
|
72
|
-
"sass": "1.54.
|
|
73
|
-
"typescript": "4.
|
|
72
|
+
"sass": "1.54.8",
|
|
73
|
+
"typescript": "4.8.2"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"react": "^18.0.0"
|
package/tsconfig.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"noImplicitOverride": true,
|
|
22
22
|
"noUncheckedIndexedAccess": true,
|
|
23
23
|
"exactOptionalPropertyTypes": true,
|
|
24
|
-
"forceConsistentCasingInFileNames":
|
|
24
|
+
"forceConsistentCasingInFileNames": false,
|
|
25
25
|
"outDir": "./lib",
|
|
26
26
|
"tsBuildInfoFile": "./build/prod.tsbuildinfo",
|
|
27
27
|
"rootDir": "./src",
|
package/tsconfig.package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"noImplicitOverride": true,
|
|
22
22
|
"noUncheckedIndexedAccess": true,
|
|
23
23
|
"exactOptionalPropertyTypes": true,
|
|
24
|
-
"forceConsistentCasingInFileNames":
|
|
24
|
+
"forceConsistentCasingInFileNames": false,
|
|
25
25
|
"outDir": "./lib",
|
|
26
26
|
"tsBuildInfoFile": "./build/package.tsbuildinfo",
|
|
27
27
|
"rootDir": "./"
|