@truedat/audit 7.0.8 → 7.1.0
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/audit",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Truedat Web Audit Module",
|
|
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": "7.0
|
|
37
|
+
"@truedat/test": "7.1.0",
|
|
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",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@truedat/auth": "7.0
|
|
88
|
-
"@truedat/core": "7.0
|
|
87
|
+
"@truedat/auth": "7.1.0",
|
|
88
|
+
"@truedat/core": "7.1.0",
|
|
89
89
|
"moment": "^2.29.4",
|
|
90
90
|
"path-to-regexp": "^1.7.0",
|
|
91
91
|
"prop-types": "^15.8.1",
|
|
@@ -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": "cb08380da04c7286e694540bc24d32f01a728dfc"
|
|
111
111
|
}
|
|
@@ -50,6 +50,7 @@ exports[`<Subscription /> matches the latest snapshot 1`] = `
|
|
|
50
50
|
class="right aligned four wide column"
|
|
51
51
|
>
|
|
52
52
|
<div
|
|
53
|
+
aria-disabled="false"
|
|
53
54
|
aria-expanded="false"
|
|
54
55
|
class="ui floating dropdown button icon group-actions"
|
|
55
56
|
role="listbox"
|
|
@@ -140,6 +141,7 @@ exports[`<SubscriptionHeader /> matches the latest snapshot 1`] = `
|
|
|
140
141
|
class="right aligned four wide column"
|
|
141
142
|
>
|
|
142
143
|
<div
|
|
144
|
+
aria-disabled="false"
|
|
143
145
|
aria-expanded="false"
|
|
144
146
|
class="ui floating dropdown button icon group-actions"
|
|
145
147
|
role="listbox"
|
|
@@ -17,6 +17,7 @@ exports[`<ModalDelete /> matches the latest snapshot 1`] = `
|
|
|
17
17
|
exports[`<SubscriptionActions /> matches the latest snapshot 1`] = `
|
|
18
18
|
<div>
|
|
19
19
|
<div
|
|
20
|
+
aria-disabled="false"
|
|
20
21
|
aria-expanded="false"
|
|
21
22
|
class="ui floating dropdown button icon group-actions"
|
|
22
23
|
role="listbox"
|