@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
|
|
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
|
|
package/admin/differ/Differ.scss
CHANGED
package/kit/ag-grid/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "76.0.0-SNAPSHOT.
|
|
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.
|
|
32
|
-
"@azure/msal-browser": "~4.
|
|
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": "
|
|
111
|
+
"stylelint-config-standard-scss": "16.x",
|
|
112
112
|
"type-fest": "4.x",
|
|
113
|
-
"typescript": "~5.
|
|
113
|
+
"typescript": "~5.9.2"
|
|
114
114
|
},
|
|
115
115
|
"resolutions": {
|
|
116
116
|
"core-js": "3.x",
|