@truedat/ie 5.3.1 → 5.3.3
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": "5.3.
|
|
3
|
+
"version": "5.3.3",
|
|
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.5",
|
|
35
35
|
"@testing-library/react": "^12.0.0",
|
|
36
36
|
"@testing-library/user-event": "^13.2.1",
|
|
37
|
-
"@truedat/test": "5.3.
|
|
37
|
+
"@truedat/test": "5.3.3",
|
|
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",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@truedat/core": "5.3.
|
|
90
|
-
"@truedat/df": "5.3.
|
|
89
|
+
"@truedat/core": "5.3.3",
|
|
90
|
+
"@truedat/df": "5.3.3",
|
|
91
91
|
"file-saver": "^2.0.5",
|
|
92
92
|
"moment": "^2.29.4",
|
|
93
93
|
"path-to-regexp": "^1.7.0",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"react-dom": ">= 16.8.6 < 17",
|
|
108
108
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "019b7a3383879ed824b1b494e78e03ad8cc9556f"
|
|
111
111
|
}
|
|
@@ -22,7 +22,7 @@ exports[`<IngestForm /> with a single template matches the latest snapshot 1`] =
|
|
|
22
22
|
class="ui form"
|
|
23
23
|
>
|
|
24
24
|
<div
|
|
25
|
-
class="required field"
|
|
25
|
+
class="required field fix-dropdown-selector"
|
|
26
26
|
>
|
|
27
27
|
<label>
|
|
28
28
|
Domain
|
|
@@ -309,7 +309,7 @@ exports[`<IngestForm /> with multiple templates matches the latest snapshot 1`]
|
|
|
309
309
|
class="ui form"
|
|
310
310
|
>
|
|
311
311
|
<div
|
|
312
|
-
class="required field"
|
|
312
|
+
class="required field fix-dropdown-selector"
|
|
313
313
|
>
|
|
314
314
|
<label>
|
|
315
315
|
Domain
|