@truedat/ie 4.53.9 → 4.53.11

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/ie",
3
- "version": "4.53.9",
3
+ "version": "4.53.11",
4
4
  "description": "Truedat Web Ingests",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.4",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.53.9",
37
+ "@truedat/test": "4.53.11",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
@@ -87,8 +87,8 @@
87
87
  ]
88
88
  },
89
89
  "dependencies": {
90
- "@truedat/core": "4.53.9",
91
- "@truedat/df": "4.53.9",
90
+ "@truedat/core": "4.53.11",
91
+ "@truedat/df": "4.53.11",
92
92
  "file-saver": "^2.0.5",
93
93
  "moment": "^2.24.0",
94
94
  "path-to-regexp": "^1.7.0",
@@ -107,5 +107,5 @@
107
107
  "react-dom": ">= 16.8.6 < 17",
108
108
  "semantic-ui-react": ">= 0.88.2 < 2.1"
109
109
  },
110
- "gitHead": "cfb29ec044aeb972df15ad73f30cf7fb06e2a54b"
110
+ "gitHead": "f0bff07f7491edcbe2195f2ff9d0ef74736edef9"
111
111
  }
@@ -109,7 +109,7 @@ const IngestRoutes = ({ ingestLoaded, ingest_id, templatesLoaded }) => {
109
109
  {ingestLoaded && (
110
110
  <CommentsLoader
111
111
  resource_id={ingest_id}
112
- resource_type={"ingest"}
112
+ resource_type="ingest"
113
113
  />
114
114
  )}
115
115
  </Segment>
@@ -23,7 +23,7 @@ StructureLink.propTypes = {
23
23
  };
24
24
 
25
25
  const dateDecorator = (date) => (
26
- <Label className={"alert warning"}>
26
+ <Label className="alert warning">
27
27
  <Icon name="warning circle" color="red" />
28
28
  <Moment locale="es" date={date} format="YYYY-MM-DD HH:mm" />
29
29
  </Label>