@truedat/bg 4.40.4 → 4.40.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "4.40.4",
3
+ "version": "4.40.8",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.14.1",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.40.4",
37
+ "@truedat/test": "4.40.8",
38
38
  "babel-jest": "^27.0.6",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -83,8 +83,8 @@
83
83
  ]
84
84
  },
85
85
  "dependencies": {
86
- "@truedat/core": "4.40.4",
87
- "@truedat/df": "4.40.4",
86
+ "@truedat/core": "4.40.8",
87
+ "@truedat/df": "4.40.8",
88
88
  "file-saver": "^2.0.5",
89
89
  "moment": "^2.24.0",
90
90
  "path-to-regexp": "^1.7.0",
@@ -104,5 +104,5 @@
104
104
  "react-dom": ">= 16.8.6 < 17",
105
105
  "semantic-ui-react": ">= 0.88.2 < 2.1"
106
106
  },
107
- "gitHead": "e9f62f91507d810f91963967a5f3afa20100c1b9"
107
+ "gitHead": "b3570c4151f142384ee7201d05f72ed274f2eeb9"
108
108
  }
@@ -115,7 +115,9 @@ export class ConceptForm extends React.Component {
115
115
  }
116
116
  };
117
117
 
118
- handleContentChange = (content) => this.setState({ content });
118
+ handleContentChange = (content) => {
119
+ this.setState({ content });
120
+ };
119
121
 
120
122
  isInvalid = () => _.negate(isValid)(this.state);
121
123