@finos/legend-extension-dsl-text 6.0.6 → 6.0.8

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.
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  export declare const TextElementEditor: (() => JSX.Element) & {
18
17
  displayName: string;
19
18
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TextElementEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/TextElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AA2CH,eAAO,MAAM,iBAAiB;;CAoH5B,CAAC"}
1
+ {"version":3,"file":"TextElementEditor.d.ts","sourceRoot":"","sources":["../../../src/components/studio/TextElementEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2CH,eAAO,MAAM,iBAAiB;;CAoH5B,CAAC"}
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-text v6.0.6
1
+ /** @license @finos/legend-extension-dsl-text v6.0.8
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-dsl-text",
3
- "version": "6.0.6",
3
+ "version": "6.0.8",
4
4
  "description": "Legend extension for Text DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -51,7 +51,7 @@
51
51
  "@finos/legend-lego": "workspace:*",
52
52
  "@finos/legend-shared": "workspace:*",
53
53
  "@finos/legend-storage": "workspace:*",
54
- "@types/react": "18.0.37",
54
+ "@types/react": "18.2.0",
55
55
  "mobx": "6.9.0",
56
56
  "mobx-react-lite": "3.4.3",
57
57
  "react": "18.2.0",
@@ -61,11 +61,11 @@
61
61
  "@finos/legend-dev-utils": "workspace:*",
62
62
  "@jest/globals": "29.5.0",
63
63
  "cross-env": "7.0.3",
64
- "eslint": "8.38.0",
64
+ "eslint": "8.39.0",
65
65
  "jest": "29.5.0",
66
66
  "npm-run-all": "4.1.5",
67
67
  "rimraf": "5.0.0",
68
- "sass": "1.62.0",
68
+ "sass": "1.62.1",
69
69
  "typescript": "5.0.4"
70
70
  },
71
71
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-text",
3
- "version": "6.0.6",
3
+ "version": "6.0.8",
4
4
  "description": "Legend extension for Text DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -44,28 +44,28 @@
44
44
  "test:watch": "jest --watch"
45
45
  },
46
46
  "dependencies": {
47
- "@finos/legend-application": "15.0.3",
48
- "@finos/legend-application-studio": "24.1.0",
49
- "@finos/legend-art": "7.0.4",
50
- "@finos/legend-graph": "28.1.0",
51
- "@finos/legend-lego": "0.1.9",
52
- "@finos/legend-shared": "10.0.1",
53
- "@finos/legend-storage": "3.0.51",
54
- "@types/react": "18.0.37",
47
+ "@finos/legend-application": "15.0.5",
48
+ "@finos/legend-application-studio": "24.1.2",
49
+ "@finos/legend-art": "7.0.6",
50
+ "@finos/legend-graph": "28.1.2",
51
+ "@finos/legend-lego": "0.1.11",
52
+ "@finos/legend-shared": "10.0.2",
53
+ "@finos/legend-storage": "3.0.52",
54
+ "@types/react": "18.2.0",
55
55
  "mobx": "6.9.0",
56
56
  "mobx-react-lite": "3.4.3",
57
57
  "react": "18.2.0",
58
58
  "serializr": "3.0.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@finos/legend-dev-utils": "2.0.55",
61
+ "@finos/legend-dev-utils": "2.0.57",
62
62
  "@jest/globals": "29.5.0",
63
63
  "cross-env": "7.0.3",
64
- "eslint": "8.38.0",
64
+ "eslint": "8.39.0",
65
65
  "jest": "29.5.0",
66
66
  "npm-run-all": "4.1.5",
67
67
  "rimraf": "5.0.0",
68
- "sass": "1.62.0",
68
+ "sass": "1.62.1",
69
69
  "typescript": "5.0.4"
70
70
  },
71
71
  "peerDependencies": {