@finos/legend-extension-store-flat-data 0.0.122 → 0.0.123

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-extension-store-flat-data v0.0.122
1
+ /** @license @finos/legend-extension-store-flat-data v0.0.123
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-flat-data",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "description": "Legend extension for Flat-data store",
5
5
  "keywords": [
6
6
  "legend",
@@ -63,7 +63,7 @@
63
63
  "jest": "29.6.1",
64
64
  "npm-run-all": "4.1.5",
65
65
  "rimraf": "5.0.1",
66
- "sass": "1.63.6",
66
+ "sass": "1.64.1",
67
67
  "typescript": "5.1.6"
68
68
  },
69
69
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-store-flat-data",
3
- "version": "0.0.122",
3
+ "version": "0.0.123",
4
4
  "description": "Legend extension for Flat-data store",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,12 +43,12 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "15.0.33",
47
- "@finos/legend-application-studio": "28.0.0",
48
- "@finos/legend-art": "7.0.33",
49
- "@finos/legend-graph": "31.0.1",
50
- "@finos/legend-shared": "10.0.20",
51
- "@finos/legend-storage": "3.0.70",
46
+ "@finos/legend-application": "15.0.34",
47
+ "@finos/legend-application-studio": "28.0.1",
48
+ "@finos/legend-art": "7.0.34",
49
+ "@finos/legend-graph": "31.0.2",
50
+ "@finos/legend-shared": "10.0.21",
51
+ "@finos/legend-storage": "3.0.71",
52
52
  "@types/react": "18.2.15",
53
53
  "mobx": "6.10.0",
54
54
  "mobx-react-lite": "3.4.3",
@@ -56,14 +56,14 @@
56
56
  "serializr": "3.0.2"
57
57
  },
58
58
  "devDependencies": {
59
- "@finos/legend-dev-utils": "2.0.74",
59
+ "@finos/legend-dev-utils": "2.0.75",
60
60
  "@jest/globals": "29.6.1",
61
61
  "cross-env": "7.0.3",
62
62
  "eslint": "8.45.0",
63
63
  "jest": "29.6.1",
64
64
  "npm-run-all": "4.1.5",
65
65
  "rimraf": "5.0.1",
66
- "sass": "1.63.6",
66
+ "sass": "1.64.1",
67
67
  "typescript": "5.1.6"
68
68
  },
69
69
  "peerDependencies": {