@finos/legend-query-builder 4.14.86 → 4.14.88

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-query-builder v4.14.86
1
+ /** @license @finos/legend-query-builder v4.14.88
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-query-builder",
3
- "version": "4.14.86",
3
+ "version": "4.14.88",
4
4
  "description": "Legend query builder core",
5
5
  "keywords": [
6
6
  "legend",
@@ -55,7 +55,7 @@
55
55
  "@types/react-dom": "18.3.0",
56
56
  "chart.js": "4.4.4",
57
57
  "mathjs": "13.1.1",
58
- "mobx": "6.13.1",
58
+ "mobx": "6.13.2",
59
59
  "mobx-react-lite": "4.0.7",
60
60
  "monaco-editor": "0.51.0",
61
61
  "react": "18.3.1",
@@ -63,7 +63,7 @@
63
63
  "react-dnd": "16.0.1",
64
64
  "react-dom": "18.3.1",
65
65
  "serializr": "3.0.2",
66
- "sql-formatter": "15.4.1"
66
+ "sql-formatter": "15.4.2"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@finos/legend-dev-utils": "workspace:*",
@@ -73,8 +73,8 @@
73
73
  "jest": "29.7.0",
74
74
  "npm-run-all": "4.1.5",
75
75
  "rimraf": "6.0.1",
76
- "sass": "1.77.8",
77
- "typescript": "5.5.4"
76
+ "sass": "1.78.0",
77
+ "typescript": "5.6.2"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "react": "^18.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-query-builder",
3
- "version": "4.14.86",
3
+ "version": "4.14.88",
4
4
  "description": "Legend query builder core",
5
5
  "keywords": [
6
6
  "legend",
@@ -42,20 +42,20 @@
42
42
  "test:watch": "jest --watch"
43
43
  },
44
44
  "dependencies": {
45
- "@finos/legend-application": "15.1.28",
46
- "@finos/legend-art": "7.1.55",
47
- "@finos/legend-graph": "31.10.27",
48
- "@finos/legend-lego": "1.2.66",
49
- "@finos/legend-server-depot": "6.0.58",
50
- "@finos/legend-shared": "10.0.53",
51
- "@finos/legend-storage": "3.0.103",
45
+ "@finos/legend-application": "15.1.29",
46
+ "@finos/legend-art": "7.1.56",
47
+ "@finos/legend-graph": "31.10.29",
48
+ "@finos/legend-lego": "1.2.68",
49
+ "@finos/legend-server-depot": "6.0.59",
50
+ "@finos/legend-shared": "10.0.54",
51
+ "@finos/legend-storage": "3.0.104",
52
52
  "@testing-library/dom": "10.4.0",
53
53
  "@testing-library/react": "16.0.1",
54
54
  "@types/react": "18.3.5",
55
55
  "@types/react-dom": "18.3.0",
56
56
  "chart.js": "4.4.4",
57
57
  "mathjs": "13.1.1",
58
- "mobx": "6.13.1",
58
+ "mobx": "6.13.2",
59
59
  "mobx-react-lite": "4.0.7",
60
60
  "monaco-editor": "0.51.0",
61
61
  "react": "18.3.1",
@@ -63,18 +63,18 @@
63
63
  "react-dnd": "16.0.1",
64
64
  "react-dom": "18.3.1",
65
65
  "serializr": "3.0.2",
66
- "sql-formatter": "15.4.1"
66
+ "sql-formatter": "15.4.2"
67
67
  },
68
68
  "devDependencies": {
69
- "@finos/legend-dev-utils": "2.1.19",
69
+ "@finos/legend-dev-utils": "2.1.20",
70
70
  "@jest/globals": "29.7.0",
71
71
  "cross-env": "7.0.3",
72
72
  "eslint": "8.57.0",
73
73
  "jest": "29.7.0",
74
74
  "npm-run-all": "4.1.5",
75
75
  "rimraf": "6.0.1",
76
- "sass": "1.77.8",
77
- "typescript": "5.5.4"
76
+ "sass": "1.78.0",
77
+ "typescript": "5.6.2"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "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
  },