@finos/legend-application-data-cube-bootstrap 13.43.0 → 13.44.0

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 CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-data-cube-bootstrap v13.43.0
1
+ /** @license @finos/legend-application-data-cube-bootstrap v13.44.0
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- @import"@finos/legend-art/lib/fonts.css";@import"@finos/legend-data-cube/lib/index.css";@import"@finos/legend-application-data-cube/lib/index.css"/*# sourceMappingURL=index.css.map */
17
+ @import"@finos/legend-application-data-cube/lib/index.css";@import"@finos/legend-application/lib/index.css";@import"@finos/legend-art/lib/fonts.css";@import"@finos/legend-art/lib/index.css";@import"@finos/legend-art/lib/normalize.css";@import"@finos/legend-data-cube/lib/index.css";@import"@finos/legend-lego/lib/index.css";@import"@finos/legend-query-builder/lib/index.css"/*# sourceMappingURL=index.css.map */
package/lib/index.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,yCACA,+CACA","file":"index.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../style/index.scss"],"names":[],"mappings":"AAgBQ,2DACA,iDACA,yCACA,yCACA,6CACA,+CACA,0CACA","file":"index.css"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-data-cube-bootstrap",
3
- "version": "13.43.0",
3
+ "version": "13.44.0",
4
4
  "description": "Legend DataCube application bootstrap",
5
5
  "keywords": [
6
6
  "legend",
@@ -44,11 +44,12 @@
44
44
  "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
45
45
  },
46
46
  "dependencies": {
47
- "@finos/legend-application": "16.0.32",
48
- "@finos/legend-application-data-cube": "0.3.14",
49
- "@finos/legend-data-cube": "0.1.20",
50
- "@finos/legend-extension-dsl-data-space": "10.4.63",
51
- "@finos/legend-shared": "11.0.9",
47
+ "@finos/legend-application": "16.0.33",
48
+ "@finos/legend-application-data-cube": "0.3.15",
49
+ "@finos/legend-data-cube": "0.1.21",
50
+ "@finos/legend-extension-dsl-data-space": "10.4.64",
51
+ "@finos/legend-query-builder": "4.16.22",
52
+ "@finos/legend-shared": "11.0.10",
52
53
  "@types/react": "19.0.10",
53
54
  "react": "19.0.0"
54
55
  },