@finos/legend-query-builder 0.6.12 → 0.6.14
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/package.json +3 -3
- package/package.json +10 -10
package/lib/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-query-builder",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.14",
|
4
4
|
"description": "Legend query builder core",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -67,11 +67,11 @@
|
|
67
67
|
"@finos/legend-dev-utils": "workspace:*",
|
68
68
|
"@jest/globals": "29.3.1",
|
69
69
|
"cross-env": "7.0.3",
|
70
|
-
"eslint": "8.
|
70
|
+
"eslint": "8.30.0",
|
71
71
|
"jest": "29.3.1",
|
72
72
|
"npm-run-all": "4.1.5",
|
73
73
|
"rimraf": "3.0.2",
|
74
|
-
"sass": "1.
|
74
|
+
"sass": "1.57.1",
|
75
75
|
"typescript": "4.9.4"
|
76
76
|
},
|
77
77
|
"peerDependencies": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-query-builder",
|
3
|
-
"version": "0.6.
|
3
|
+
"version": "0.6.14",
|
4
4
|
"description": "Legend query builder core",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -44,12 +44,12 @@
|
|
44
44
|
"@ag-grid-community/client-side-row-model": "28.2.1",
|
45
45
|
"@ag-grid-community/core": "28.2.1",
|
46
46
|
"@ag-grid-community/react": "28.2.1",
|
47
|
-
"@finos/legend-application": "10.2.
|
48
|
-
"@finos/legend-art": "5.0.
|
49
|
-
"@finos/legend-graph": "22.0
|
50
|
-
"@finos/legend-server-depot": "4.2.
|
51
|
-
"@finos/legend-shared": "6.2.
|
52
|
-
"@finos/legend-storage": "3.0.
|
47
|
+
"@finos/legend-application": "10.2.5",
|
48
|
+
"@finos/legend-art": "5.0.17",
|
49
|
+
"@finos/legend-graph": "22.1.0",
|
50
|
+
"@finos/legend-server-depot": "4.2.3",
|
51
|
+
"@finos/legend-shared": "6.2.11",
|
52
|
+
"@finos/legend-storage": "3.0.26",
|
53
53
|
"@testing-library/react": "13.4.0",
|
54
54
|
"@types/papaparse": "5.3.5",
|
55
55
|
"@types/react": "18.0.26",
|
@@ -64,14 +64,14 @@
|
|
64
64
|
"serializr": "3.0.2"
|
65
65
|
},
|
66
66
|
"devDependencies": {
|
67
|
-
"@finos/legend-dev-utils": "2.0.
|
67
|
+
"@finos/legend-dev-utils": "2.0.34",
|
68
68
|
"@jest/globals": "29.3.1",
|
69
69
|
"cross-env": "7.0.3",
|
70
|
-
"eslint": "8.
|
70
|
+
"eslint": "8.30.0",
|
71
71
|
"jest": "29.3.1",
|
72
72
|
"npm-run-all": "4.1.5",
|
73
73
|
"rimraf": "3.0.2",
|
74
|
-
"sass": "1.
|
74
|
+
"sass": "1.57.1",
|
75
75
|
"typescript": "4.9.4"
|
76
76
|
},
|
77
77
|
"peerDependencies": {
|