@digitaldefiance/express-suite-react-components 2.8.5 → 2.9.1

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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -362,6 +362,14 @@ MIT © Digital Defiance
362
362
 
363
363
  ## ChangeLog
364
364
 
365
+ ### Version 2.9.1
366
+
367
+ - Upgrade libraries
368
+
369
+ ### Version 2.9.0
370
+
371
+ - Upgrade libraries
372
+
365
373
  ### Version 2.7.5
366
374
 
367
375
  **Type Safety Improvements**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/express-suite-react-components",
3
- "version": "2.8.5",
3
+ "version": "2.9.1",
4
4
  "description": "React MUI components for Digital Defiance Express Suite",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -25,8 +25,8 @@
25
25
  "react-router-dom": "6.29.0"
26
26
  },
27
27
  "dependencies": {
28
- "@digitaldefiance/i18n-lib": "3.7.5",
29
- "@digitaldefiance/suite-core-lib": "3.5.7",
28
+ "@digitaldefiance/i18n-lib": "3.8.0",
29
+ "@digitaldefiance/suite-core-lib": "3.6.6",
30
30
  "@emotion/react": "^11.14.0",
31
31
  "@emotion/styled": "^11.14.0",
32
32
  "@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.10",
44
+ "@digitaldefiance/express-suite-test-utils": "1.0.11",
45
45
  "@testing-library/dom": "^10.4.0",
46
46
  "@testing-library/jest-dom": "^6.9.1",
47
47
  "@testing-library/react": "^16.0.1",