@finos/legend-extension-store-relational 0.0.238 → 0.0.240

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-store-relational v0.0.238
1
+ /** @license @finos/legend-extension-store-relational v0.0.240
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-store-relational",
3
- "version": "0.0.238",
3
+ "version": "0.0.240",
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.31",
53
- "mobx": "6.10.2",
54
- "mobx-react-lite": "4.0.5",
55
- "react": "18.2.0",
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.52.0",
62
+ "eslint": "8.57.0",
63
63
  "jest": "29.7.0",
64
64
  "npm-run-all": "4.1.5",
65
- "rimraf": "5.0.5",
66
- "sass": "1.69.4",
67
- "typescript": "5.2.2"
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.238",
3
+ "version": "0.0.240",
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.75",
47
- "@finos/legend-application-studio": "28.16.22",
48
- "@finos/legend-art": "7.1.27",
49
- "@finos/legend-graph": "31.9.14",
50
- "@finos/legend-shared": "10.0.34",
51
- "@finos/legend-storage": "3.0.84",
52
- "@types/react": "18.2.31",
53
- "mobx": "6.10.2",
54
- "mobx-react-lite": "4.0.5",
55
- "react": "18.2.0",
46
+ "@finos/legend-application": "15.1.0",
47
+ "@finos/legend-application-studio": "28.16.24",
48
+ "@finos/legend-art": "7.1.29",
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.4",
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.52.0",
62
+ "eslint": "8.57.0",
63
63
  "jest": "29.7.0",
64
64
  "npm-run-all": "4.1.5",
65
- "rimraf": "5.0.5",
66
- "sass": "1.69.4",
67
- "typescript": "5.2.2"
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
  {
@@ -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"