@digitaldefiance/express-suite-react-components 2.1.38 → 2.1.42
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/README.md +10 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -261,6 +261,16 @@ MIT © Digital Defiance
|
|
|
261
261
|
|
|
262
262
|
## ChangeLog
|
|
263
263
|
|
|
264
|
+
### v2.1.40
|
|
265
|
+
|
|
266
|
+
- Alignment/upgrade all packages
|
|
267
|
+
|
|
268
|
+
### v2.1.40
|
|
269
|
+
|
|
270
|
+
- Alignment with Express Suite packages
|
|
271
|
+
- All packages updated to v2.1.40 (i18n, ecies-lib, node-ecies-lib, suite-core-lib, node-express-suite, express-suite-react-components)
|
|
272
|
+
- Test utilities remain at v1.0.7
|
|
273
|
+
|
|
264
274
|
### v2.1.38
|
|
265
275
|
|
|
266
276
|
- Fix package/exports/index
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digitaldefiance/express-suite-react-components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.42",
|
|
4
4
|
"description": "React MUI components for Digital Defiance Express Suite",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"react-dom": "^19.0.0"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@digitaldefiance/i18n-lib": "2.1.
|
|
30
|
-
"@digitaldefiance/suite-core-lib": "2.1.
|
|
29
|
+
"@digitaldefiance/i18n-lib": "2.1.40",
|
|
30
|
+
"@digitaldefiance/suite-core-lib": "2.1.42",
|
|
31
31
|
"@emotion/react": "^11.14.0",
|
|
32
32
|
"@emotion/styled": "^11.14.0",
|
|
33
33
|
"@mui/icons-material": "^7.0.2",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"yup": "^1.6.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@digitaldefiance/express-suite-test-utils": "1.0.
|
|
44
|
+
"@digitaldefiance/express-suite-test-utils": "1.0.7",
|
|
45
45
|
"@testing-library/dom": "^10.4.0",
|
|
46
46
|
"@testing-library/jest-dom": "^6.9.1",
|
|
47
47
|
"@testing-library/react": "^16.3.0",
|