@finos/legend-extension-store-relational 0.0.237 → 0.0.239
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/index.css +1 -1
- package/lib/package.json +9 -9
- package/package.json +16 -16
- package/tsconfig.json +17 -1
- package/tsconfig.package.json +17 -1
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-store-relational",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.239",
|
4
4
|
"description": "Legend extension for Relational store",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -49,22 +49,22 @@
|
|
49
49
|
"@finos/legend-graph": "workspace:*",
|
50
50
|
"@finos/legend-shared": "workspace:*",
|
51
51
|
"@finos/legend-storage": "workspace:*",
|
52
|
-
"@types/react": "18.2
|
53
|
-
"mobx": "6.
|
54
|
-
"mobx-react-lite": "4.0.
|
55
|
-
"react": "18.
|
52
|
+
"@types/react": "18.3.2",
|
53
|
+
"mobx": "6.12.3",
|
54
|
+
"mobx-react-lite": "4.0.7",
|
55
|
+
"react": "18.3.1",
|
56
56
|
"serializr": "3.0.2"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
59
|
"@finos/legend-dev-utils": "workspace:*",
|
60
60
|
"@jest/globals": "29.7.0",
|
61
61
|
"cross-env": "7.0.3",
|
62
|
-
"eslint": "8.
|
62
|
+
"eslint": "8.57.0",
|
63
63
|
"jest": "29.7.0",
|
64
64
|
"npm-run-all": "4.1.5",
|
65
|
-
"rimraf": "5.0.
|
66
|
-
"sass": "1.
|
67
|
-
"typescript": "5.
|
65
|
+
"rimraf": "5.0.7",
|
66
|
+
"sass": "1.77.1",
|
67
|
+
"typescript": "5.4.5"
|
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-store-relational",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.239",
|
4
4
|
"description": "Legend extension for Relational store",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -43,28 +43,28 @@
|
|
43
43
|
"test:watch": "jest --watch"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@finos/legend-application": "15.0.
|
47
|
-
"@finos/legend-application-studio": "28.16.
|
48
|
-
"@finos/legend-art": "7.1.
|
49
|
-
"@finos/legend-graph": "31.9.
|
50
|
-
"@finos/legend-shared": "10.0.
|
51
|
-
"@finos/legend-storage": "3.0.
|
52
|
-
"@types/react": "18.2
|
53
|
-
"mobx": "6.
|
54
|
-
"mobx-react-lite": "4.0.
|
55
|
-
"react": "18.
|
46
|
+
"@finos/legend-application": "15.0.76",
|
47
|
+
"@finos/legend-application-studio": "28.16.23",
|
48
|
+
"@finos/legend-art": "7.1.28",
|
49
|
+
"@finos/legend-graph": "31.9.15",
|
50
|
+
"@finos/legend-shared": "10.0.35",
|
51
|
+
"@finos/legend-storage": "3.0.85",
|
52
|
+
"@types/react": "18.3.2",
|
53
|
+
"mobx": "6.12.3",
|
54
|
+
"mobx-react-lite": "4.0.7",
|
55
|
+
"react": "18.3.1",
|
56
56
|
"serializr": "3.0.2"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@finos/legend-dev-utils": "2.1.
|
59
|
+
"@finos/legend-dev-utils": "2.1.5",
|
60
60
|
"@jest/globals": "29.7.0",
|
61
61
|
"cross-env": "7.0.3",
|
62
|
-
"eslint": "8.
|
62
|
+
"eslint": "8.57.0",
|
63
63
|
"jest": "29.7.0",
|
64
64
|
"npm-run-all": "4.1.5",
|
65
|
-
"rimraf": "5.0.
|
66
|
-
"sass": "1.
|
67
|
-
"typescript": "5.
|
65
|
+
"rimraf": "5.0.7",
|
66
|
+
"sass": "1.77.1",
|
67
|
+
"typescript": "5.4.5"
|
68
68
|
},
|
69
69
|
"peerDependencies": {
|
70
70
|
"react": "^18.0.0"
|
package/tsconfig.json
CHANGED
@@ -24,7 +24,23 @@
|
|
24
24
|
"outDir": "./lib",
|
25
25
|
"tsBuildInfoFile": "./build/prod.tsbuildinfo",
|
26
26
|
"rootDir": "./src",
|
27
|
-
"jsx": "react-jsx"
|
27
|
+
"jsx": "react-jsx",
|
28
|
+
"moduleResolution": "nodenext",
|
29
|
+
"moduleDetection": "force",
|
30
|
+
"isolatedModules": true,
|
31
|
+
"esModuleInterop": true,
|
32
|
+
"allowSyntheticDefaultImports": true,
|
33
|
+
"preserveConstEnums": true,
|
34
|
+
"incremental": true,
|
35
|
+
"useDefineForClassFields": true,
|
36
|
+
"noImplicitAny": true,
|
37
|
+
"noImplicitThis": true,
|
38
|
+
"strictNullChecks": true,
|
39
|
+
"strictFunctionTypes": true,
|
40
|
+
"strictBindCallApply": true,
|
41
|
+
"strictPropertyInitialization": true,
|
42
|
+
"alwaysStrict": true,
|
43
|
+
"useUnknownInCatchVariables": true
|
28
44
|
},
|
29
45
|
"references": [
|
30
46
|
{
|
package/tsconfig.package.json
CHANGED
@@ -23,7 +23,23 @@
|
|
23
23
|
"forceConsistentCasingInFileNames": true,
|
24
24
|
"outDir": "./lib",
|
25
25
|
"tsBuildInfoFile": "./build/package.tsbuildinfo",
|
26
|
-
"rootDir": "./"
|
26
|
+
"rootDir": "./",
|
27
|
+
"moduleResolution": "nodenext",
|
28
|
+
"moduleDetection": "force",
|
29
|
+
"isolatedModules": true,
|
30
|
+
"esModuleInterop": true,
|
31
|
+
"allowSyntheticDefaultImports": true,
|
32
|
+
"preserveConstEnums": true,
|
33
|
+
"incremental": true,
|
34
|
+
"useDefineForClassFields": true,
|
35
|
+
"noImplicitAny": true,
|
36
|
+
"noImplicitThis": true,
|
37
|
+
"strictNullChecks": true,
|
38
|
+
"strictFunctionTypes": true,
|
39
|
+
"strictBindCallApply": true,
|
40
|
+
"strictPropertyInitialization": true,
|
41
|
+
"alwaysStrict": true,
|
42
|
+
"useUnknownInCatchVariables": true
|
27
43
|
},
|
28
44
|
"files": [
|
29
45
|
"./package.json"
|