@finos/legend-application-data-cube 0.1.0 → 0.1.2
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 +10 -10
- package/package.json +20 -20
- package/tsconfig.json +2 -0
- package/tsconfig.package.json +2 -0
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-data-cube",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Legend Data Cube application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -51,26 +51,26 @@
|
|
|
51
51
|
"@finos/legend-server-depot": "workspace:*",
|
|
52
52
|
"@finos/legend-shared": "workspace:*",
|
|
53
53
|
"@finos/legend-storage": "workspace:*",
|
|
54
|
-
"@types/react": "
|
|
55
|
-
"@types/react-dom": "
|
|
54
|
+
"@types/react": "19.0.2",
|
|
55
|
+
"@types/react-dom": "19.0.2",
|
|
56
56
|
"mobx": "6.13.5",
|
|
57
|
-
"mobx-react-lite": "4.0
|
|
58
|
-
"react": "
|
|
59
|
-
"react-dom": "
|
|
57
|
+
"mobx-react-lite": "4.1.0",
|
|
58
|
+
"react": "19.0.0",
|
|
59
|
+
"react-dom": "19.0.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@finos/legend-dev-utils": "workspace:*",
|
|
63
63
|
"@jest/globals": "29.7.0",
|
|
64
64
|
"cross-env": "7.0.3",
|
|
65
|
-
"eslint": "9.
|
|
65
|
+
"eslint": "9.17.0",
|
|
66
66
|
"jest": "29.7.0",
|
|
67
67
|
"npm-run-all": "4.1.5",
|
|
68
68
|
"rimraf": "6.0.1",
|
|
69
|
-
"sass": "1.
|
|
70
|
-
"typescript": "5.
|
|
69
|
+
"sass": "1.83.0",
|
|
70
|
+
"typescript": "5.7.2"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"react": "^
|
|
73
|
+
"react": "^19.0.0"
|
|
74
74
|
},
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"directory": "build/publishContent"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-data-cube",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Legend Data Cube application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -42,35 +42,35 @@
|
|
|
42
42
|
"test:watch": "jest --watch"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@finos/legend-application": "16.0.
|
|
46
|
-
"@finos/legend-art": "7.1.
|
|
47
|
-
"@finos/legend-code-editor": "2.0.
|
|
48
|
-
"@finos/legend-data-cube": "0.0.
|
|
49
|
-
"@finos/legend-graph": "31.10.
|
|
50
|
-
"@finos/legend-query-builder": "4.15.
|
|
51
|
-
"@finos/legend-server-depot": "6.0.
|
|
52
|
-
"@finos/legend-shared": "10.0.
|
|
53
|
-
"@finos/legend-storage": "3.0.
|
|
54
|
-
"@types/react": "
|
|
55
|
-
"@types/react-dom": "
|
|
45
|
+
"@finos/legend-application": "16.0.13",
|
|
46
|
+
"@finos/legend-art": "7.1.70",
|
|
47
|
+
"@finos/legend-code-editor": "2.0.27",
|
|
48
|
+
"@finos/legend-data-cube": "0.0.32",
|
|
49
|
+
"@finos/legend-graph": "31.10.61",
|
|
50
|
+
"@finos/legend-query-builder": "4.15.30",
|
|
51
|
+
"@finos/legend-server-depot": "6.0.72",
|
|
52
|
+
"@finos/legend-shared": "10.0.63",
|
|
53
|
+
"@finos/legend-storage": "3.0.114",
|
|
54
|
+
"@types/react": "19.0.2",
|
|
55
|
+
"@types/react-dom": "19.0.2",
|
|
56
56
|
"mobx": "6.13.5",
|
|
57
|
-
"mobx-react-lite": "4.0
|
|
58
|
-
"react": "
|
|
59
|
-
"react-dom": "
|
|
57
|
+
"mobx-react-lite": "4.1.0",
|
|
58
|
+
"react": "19.0.0",
|
|
59
|
+
"react-dom": "19.0.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@finos/legend-dev-utils": "2.1.
|
|
62
|
+
"@finos/legend-dev-utils": "2.1.32",
|
|
63
63
|
"@jest/globals": "29.7.0",
|
|
64
64
|
"cross-env": "7.0.3",
|
|
65
|
-
"eslint": "9.
|
|
65
|
+
"eslint": "9.17.0",
|
|
66
66
|
"jest": "29.7.0",
|
|
67
67
|
"npm-run-all": "4.1.5",
|
|
68
68
|
"rimraf": "6.0.1",
|
|
69
|
-
"sass": "1.
|
|
70
|
-
"typescript": "5.
|
|
69
|
+
"sass": "1.83.0",
|
|
70
|
+
"typescript": "5.7.2"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"react": "^
|
|
73
|
+
"react": "^19.0.0"
|
|
74
74
|
},
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"directory": "build/publishContent"
|
package/tsconfig.json
CHANGED
|
@@ -30,6 +30,8 @@
|
|
|
30
30
|
"isolatedModules": true,
|
|
31
31
|
"esModuleInterop": true,
|
|
32
32
|
"allowSyntheticDefaultImports": true,
|
|
33
|
+
"resolvePackageJsonExports": true,
|
|
34
|
+
"resolvePackageJsonImports": true,
|
|
33
35
|
"preserveConstEnums": true,
|
|
34
36
|
"incremental": true,
|
|
35
37
|
"useDefineForClassFields": true,
|
package/tsconfig.package.json
CHANGED
|
@@ -29,6 +29,8 @@
|
|
|
29
29
|
"isolatedModules": true,
|
|
30
30
|
"esModuleInterop": true,
|
|
31
31
|
"allowSyntheticDefaultImports": true,
|
|
32
|
+
"resolvePackageJsonExports": true,
|
|
33
|
+
"resolvePackageJsonImports": true,
|
|
32
34
|
"preserveConstEnums": true,
|
|
33
35
|
"incremental": true,
|
|
34
36
|
"useDefineForClassFields": true,
|