@digitaldefiance/express-suite-react-components 2.1.40 → 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 +7 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -263,7 +263,13 @@ MIT © Digital Defiance
|
|
|
263
263
|
|
|
264
264
|
### v2.1.40
|
|
265
265
|
|
|
266
|
-
- Alignment
|
|
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
|
|
267
273
|
|
|
268
274
|
### v2.1.38
|
|
269
275
|
|
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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@digitaldefiance/i18n-lib": "2.1.40",
|
|
30
|
-
"@digitaldefiance/suite-core-lib": "2.1.
|
|
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",
|