@truedat/lm 8.11.0 → 8.11.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/lm",
|
|
3
|
-
"version": "8.11.
|
|
3
|
+
"version": "8.11.3",
|
|
4
4
|
"description": "Truedat Link Manager",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css",
|
|
@@ -53,41 +53,41 @@
|
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@testing-library/dom": "^10.4.
|
|
57
|
-
"@testing-library/jest-dom": "^6.6.
|
|
58
|
-
"@testing-library/react": "^16.3.
|
|
59
|
-
"@testing-library/user-event": "^14.6.
|
|
60
|
-
"@truedat/test": "8.11.
|
|
56
|
+
"@testing-library/dom": "^10.4.1",
|
|
57
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
58
|
+
"@testing-library/react": "^16.3.3",
|
|
59
|
+
"@testing-library/user-event": "^14.6.7",
|
|
60
|
+
"@truedat/test": "8.11.3",
|
|
61
61
|
"identity-obj-proxy": "^3.0.0",
|
|
62
62
|
"jest": "^29.7.0",
|
|
63
63
|
"redux-saga-test-plan": "^4.0.6"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@apollo/client": "^3.13.
|
|
67
|
-
"axios": "^1.15.
|
|
66
|
+
"@apollo/client": "^3.13.9",
|
|
67
|
+
"axios": "^1.15.2",
|
|
68
68
|
"graphql": "^16.11.0",
|
|
69
69
|
"is-hotkey": "^0.2.0",
|
|
70
70
|
"is-url": "^1.2.4",
|
|
71
|
-
"lodash": "^4.17.
|
|
71
|
+
"lodash": "^4.17.23",
|
|
72
72
|
"moment": "^2.30.1",
|
|
73
73
|
"path-to-regexp": "^8.2.0",
|
|
74
74
|
"prop-types": "^15.8.1",
|
|
75
75
|
"query-string": "^7.1.3",
|
|
76
|
-
"react": "^19.2.
|
|
76
|
+
"react": "^19.2.8",
|
|
77
77
|
"react-csv": "^2.2.2",
|
|
78
|
-
"react-dom": "^19.2.
|
|
78
|
+
"react-dom": "^19.2.8",
|
|
79
79
|
"react-dropzone": "^14.3.8",
|
|
80
80
|
"react-hook-form": "^7.56.4",
|
|
81
|
-
"react-intl": "^7.1.
|
|
82
|
-
"react-moment": "^1.1.
|
|
81
|
+
"react-intl": "^7.1.14",
|
|
82
|
+
"react-moment": "^1.1.4",
|
|
83
83
|
"react-redux": "^9.2.0",
|
|
84
|
-
"react-router": "^8.3.
|
|
84
|
+
"react-router": "^8.3.1",
|
|
85
85
|
"redux": "^5.0.1",
|
|
86
86
|
"redux-saga": "^1.3.0",
|
|
87
87
|
"redux-saga-routines": "^3.2.3",
|
|
88
88
|
"reselect": "^5.1.1",
|
|
89
89
|
"semantic-ui-react": "^3.0.0-beta.2",
|
|
90
|
-
"swr": "^2.3.
|
|
90
|
+
"swr": "^2.3.8"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "c0d3c1ed5c9480e6207a6e696d8941043c34de2f"
|
|
93
93
|
}
|
|
@@ -237,7 +237,9 @@ exports[`<ImplementationRelationForm /> matches the latest snapshot 1`] = `
|
|
|
237
237
|
<td
|
|
238
238
|
class=""
|
|
239
239
|
>
|
|
240
|
-
|
|
240
|
+
<span>
|
|
241
|
+
foo domain
|
|
242
|
+
</span>
|
|
241
243
|
</td>
|
|
242
244
|
<td
|
|
243
245
|
class=""
|
|
@@ -260,7 +262,9 @@ exports[`<ImplementationRelationForm /> matches the latest snapshot 1`] = `
|
|
|
260
262
|
<td
|
|
261
263
|
class=""
|
|
262
264
|
>
|
|
263
|
-
|
|
265
|
+
<span>
|
|
266
|
+
foo domain
|
|
267
|
+
</span>
|
|
264
268
|
</td>
|
|
265
269
|
<td
|
|
266
270
|
class=""
|
|
@@ -174,7 +174,9 @@ exports[`<StructureRelationForm /> matches the latest snapshot 1`] = `
|
|
|
174
174
|
<td
|
|
175
175
|
class=""
|
|
176
176
|
>
|
|
177
|
-
|
|
177
|
+
<span>
|
|
178
|
+
foo domain
|
|
179
|
+
</span>
|
|
178
180
|
</td>
|
|
179
181
|
<td
|
|
180
182
|
class=""
|
|
@@ -197,7 +199,9 @@ exports[`<StructureRelationForm /> matches the latest snapshot 1`] = `
|
|
|
197
199
|
<td
|
|
198
200
|
class=""
|
|
199
201
|
>
|
|
200
|
-
|
|
202
|
+
<span>
|
|
203
|
+
foo domain
|
|
204
|
+
</span>
|
|
201
205
|
</td>
|
|
202
206
|
<td
|
|
203
207
|
class=""
|