@xh/hoist 76.0.0-SNAPSHOT.1758570404363 → 76.0.0-SNAPSHOT.1758751683536

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/CHANGELOG.md CHANGED
@@ -68,7 +68,13 @@
68
68
 
69
69
  ### ⚙️ Typescript API Adjustments
70
70
 
71
- * Corrected `ColChooserConfig` `width` and `height` types.
71
+ * Corrected `ColChooserConfig.width` and `height` types.
72
+
73
+ ### 📚 Libraries
74
+
75
+ * @auth0/auth0-spa-js `2.3 → 2.4`
76
+ * @azure/msal-browser `4.16 → 4.23`
77
+ * typescript `5.8 → 5.9`
72
78
 
73
79
  ## 75.0.1 - 2025-08-11
74
80
 
@@ -39,7 +39,7 @@
39
39
  vertical-align: top;
40
40
  width: 290px;
41
41
  max-width: 290px;
42
- word-wrap: break-word;
42
+ overflow-wrap: break-word;
43
43
 
44
44
  &.diff {
45
45
  color: var(--xh-green);
@@ -41,7 +41,7 @@
41
41
  max-width: 600px;
42
42
  min-width: 600px;
43
43
  padding: var(--xh-pad-half-px);
44
- word-wrap: break-word;
44
+ overflow-wrap: break-word;
45
45
  }
46
46
  }
47
47
 
@@ -63,7 +63,7 @@ export type {
63
63
  export type {CustomCellEditorProps} from 'ag-grid-react';
64
64
  export {useGridCellEditor} from 'ag-grid-react';
65
65
 
66
- const MIN_VERSION = '34.1.1';
66
+ const MIN_VERSION = '34.2.0';
67
67
  const MAX_VERSION = '34.*.*';
68
68
 
69
69
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "76.0.0-SNAPSHOT.1758570404363",
3
+ "version": "76.0.0-SNAPSHOT.1758751683536",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",
@@ -28,8 +28,8 @@
28
28
  ]
29
29
  },
30
30
  "dependencies": {
31
- "@auth0/auth0-spa-js": "~2.3.0",
32
- "@azure/msal-browser": "~4.16.0",
31
+ "@auth0/auth0-spa-js": "~2.4.1",
32
+ "@azure/msal-browser": "~4.23.0",
33
33
  "@blueprintjs/core": "^5.10.5",
34
34
  "@blueprintjs/datetime": "^5.3.7",
35
35
  "@blueprintjs/datetime2": "^2.3.7",
@@ -108,9 +108,9 @@
108
108
  "react": "~18.2.0",
109
109
  "react-dom": "~18.2.0",
110
110
  "stylelint": "16.x",
111
- "stylelint-config-standard-scss": "15.x",
111
+ "stylelint-config-standard-scss": "16.x",
112
112
  "type-fest": "4.x",
113
- "typescript": "~5.8.3"
113
+ "typescript": "~5.9.2"
114
114
  },
115
115
  "resolutions": {
116
116
  "core-js": "3.x",