@xh/hoist 77.0.0-SNAPSHOT.1760709229150 → 77.0.0-SNAPSHOT.1760722044277

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
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## 77.0.0-SNAPSHOT - unreleased
4
4
 
5
+ ## 76.1.0 - 2025-10-17
6
+
5
7
  ### 🎁 New Features
6
8
 
7
9
  * Added a public `@bindable titleDetails` config to `DashViewModel` to support displaying additional
@@ -13,6 +15,13 @@
13
15
 
14
16
  * Autofocus the user input when the impersonation bar is shown.
15
17
 
18
+ ### 📚 Libraries
19
+
20
+ * @auth0/auth0-spa-js `2.4 → 2.7`
21
+ * @azure/msal-browser `4.23 → 4.25`
22
+ * dompurify `3.2 → 3.3`
23
+ * mobx `6.13 → 6.15`
24
+
16
25
  ## 76.0.0 - 2025-09-26
17
26
 
18
27
  ### 💥 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.1760709229150",
3
+ "version": "77.0.0-SNAPSHOT.1760722044277",
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.4.1",
32
- "@azure/msal-browser": "~4.23.0",
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.2.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.13.2",
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",