@xh/hoist 76.0.0-SNAPSHOT.1758310971360 → 76.0.0-SNAPSHOT.1758565564006
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
|
@@ -49,7 +49,13 @@
|
|
|
49
49
|
|
|
50
50
|
### ⚙️ Typescript API Adjustments
|
|
51
51
|
|
|
52
|
-
* Corrected `ColChooserConfig
|
|
52
|
+
* Corrected `ColChooserConfig.width` and `height` types.
|
|
53
|
+
|
|
54
|
+
### 📚 Libraries
|
|
55
|
+
|
|
56
|
+
* @auth0/auth0-spa-js `2.3 → 2.4`
|
|
57
|
+
* @azure/msal-browser `4.16 → 4.23`
|
|
58
|
+
* typescript `5.8 → 5.9`
|
|
53
59
|
|
|
54
60
|
## 75.0.1 - 2025-08-11
|
|
55
61
|
|
package/admin/differ/Differ.scss
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.1758565564006",
|
|
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",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
"react": "~18.2.0",
|
|
110
110
|
"react-dom": "~18.2.0",
|
|
111
111
|
"stylelint": "16.x",
|
|
112
|
-
"stylelint-config-standard-scss": "
|
|
112
|
+
"stylelint-config-standard-scss": "16.x",
|
|
113
113
|
"type-fest": "4.x",
|
|
114
|
-
"typescript": "~5.
|
|
114
|
+
"typescript": "~5.9.2"
|
|
115
115
|
},
|
|
116
116
|
"resolutions": {
|
|
117
117
|
"core-js": "3.x",
|