@xh/hoist 77.0.0-SNAPSHOT.1760709229150 → 77.0.0-SNAPSHOT.1760710210101
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 +7 -0
- package/package.json +5 -5
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
* Autofocus the user input when the impersonation bar is shown.
|
|
15
15
|
|
|
16
|
+
### 📚 Libraries
|
|
17
|
+
|
|
18
|
+
* @auth0/auth0-spa-js `2.4 → 2.7`
|
|
19
|
+
* @azure/msal-browser `4.23 → 4.25`
|
|
20
|
+
* dompurify `3.2 → 3.3`
|
|
21
|
+
* mobx `6.13 → 6.15`
|
|
22
|
+
|
|
16
23
|
## 76.0.0 - 2025-09-26
|
|
17
24
|
|
|
18
25
|
### 💥 Breaking Changes (upgrade difficulty: 🟠 MEDIUM - AG Grid update, Hoist React upgrade)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "77.0.0-SNAPSHOT.
|
|
3
|
+
"version": "77.0.0-SNAPSHOT.1760710210101",
|
|
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.7.0",
|
|
32
|
+
"@azure/msal-browser": "~4.25.0",
|
|
33
33
|
"@blueprintjs/core": "^5.10.5",
|
|
34
34
|
"@blueprintjs/datetime": "^5.3.7",
|
|
35
35
|
"@blueprintjs/datetime2": "^2.3.7",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"codemirror": "~5.65.0",
|
|
49
49
|
"core-js": "3.x",
|
|
50
50
|
"debounce-promise": "~3.1.0",
|
|
51
|
-
"dompurify": "~3.
|
|
51
|
+
"dompurify": "~3.3.0",
|
|
52
52
|
"downloadjs": "~1.4.7",
|
|
53
53
|
"fast-deep-equal": "~3.1.1",
|
|
54
54
|
"filesize": "~11.0.2",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"jwt-decode": "~4.0.0",
|
|
59
59
|
"lodash": "~4.17.21",
|
|
60
60
|
"lodash-inflection": "~1.5.0",
|
|
61
|
-
"mobx": "~6.
|
|
61
|
+
"mobx": "~6.15.0",
|
|
62
62
|
"mobx-react-lite": "~4.1.0",
|
|
63
63
|
"moment": "~2.30.1",
|
|
64
64
|
"numbro": "~2.5.0",
|