@truedat/df 4.28.2 → 4.28.6
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/df",
|
|
3
|
-
"version": "4.28.
|
|
3
|
+
"version": "4.28.6",
|
|
4
4
|
"description": "Truedat Web Data Quality Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
|
|
31
31
|
"@babel/preset-env": "^7.15.0",
|
|
32
32
|
"@babel/preset-react": "^7.14.5",
|
|
33
|
-
"@truedat/test": "4.28.
|
|
33
|
+
"@truedat/test": "4.28.6",
|
|
34
34
|
"babel-jest": "^27.0.6",
|
|
35
35
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
36
36
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@truedat/auth": "4.28.
|
|
84
|
-
"@truedat/core": "4.28.
|
|
83
|
+
"@truedat/auth": "4.28.6",
|
|
84
|
+
"@truedat/core": "4.28.6",
|
|
85
85
|
"axios": "^0.19.2",
|
|
86
86
|
"path-to-regexp": "^1.7.0",
|
|
87
87
|
"prop-types": "^15.7.2",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"react-dom": ">= 16.8.6 < 17",
|
|
101
101
|
"semantic-ui-react": ">= 0.88.2 < 2.1"
|
|
102
102
|
},
|
|
103
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "c1ed65b6c8440e73e478f07db743c0fd3a473c24"
|
|
104
104
|
}
|
|
@@ -205,7 +205,6 @@ ActiveGroupForm.propTypes = {
|
|
|
205
205
|
activeGroup: PropTypes.number.isRequired,
|
|
206
206
|
setActiveGroup: PropTypes.func.isRequired,
|
|
207
207
|
content: PropTypes.array.isRequired,
|
|
208
|
-
allowSecretOption: PropTypes.bool,
|
|
209
208
|
onChange: PropTypes.func.isRequired,
|
|
210
209
|
};
|
|
211
210
|
|