@xh/hoist 71.0.0-SNAPSHOT.1735830010593 → 71.0.0-SNAPSHOT.1735844948971

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
@@ -59,6 +59,8 @@
59
59
 
60
60
  ### 📚 Libraries
61
61
 
62
+ * @azure/msal-browser `3.27 → 3.28`
63
+ * dompurify `3.1 → 3.2`
62
64
  * react-grid-layout `1.4.3 → 1.5.0`
63
65
 
64
66
  ## v70.0.0 - 2024-11-15
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
3
4
  import { SwitchInputProps } from '@xh/hoist/desktop/cmp/input';
4
5
  import { FormFieldProps } from '@xh/hoist/desktop/cmp/form';
5
6
  import '@xh/hoist/desktop/register';
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  /// <reference types="react" />
3
+ /// <reference types="trusted-types" />
3
4
  import { ButtonGroupInputProps } from '@xh/hoist/desktop/cmp/input';
4
5
  import { FormFieldProps } from '@xh/hoist/desktop/cmp/form';
5
6
  import '@xh/hoist/desktop/register';
@@ -549,7 +549,7 @@ export class ViewManagerModel<T = PlainObject> extends HoistModel {
549
549
  track: () => this.userPinned,
550
550
  run: userPinned => dataAccess.updateStateAsync({userPinned}),
551
551
  equals: comparer.structural,
552
- debounce: 2 * SECONDS
552
+ debounce: 1 * SECONDS
553
553
  },
554
554
  {
555
555
  track: () => this.autoSave,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "71.0.0-SNAPSHOT.1735830010593",
3
+ "version": "71.0.0-SNAPSHOT.1735844948971",
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",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@auth0/auth0-spa-js": "~2.1.3",
34
- "@azure/msal-browser": "~3.27.0",
34
+ "@azure/msal-browser": "~3.28.0",
35
35
  "@blueprintjs/core": "^5.10.5",
36
36
  "@blueprintjs/datetime": "^5.3.7",
37
37
  "@blueprintjs/datetime2": "^2.3.7",
@@ -50,7 +50,7 @@
50
50
  "codemirror": "~5.65.0",
51
51
  "core-js": "^3.0",
52
52
  "debounce-promise": "~3.1.0",
53
- "dompurify": "~3.1.1",
53
+ "dompurify": "~3.2.3",
54
54
  "downloadjs": "~1.4.7",
55
55
  "fast-deep-equal": "~3.1.1",
56
56
  "filesize": "~6.4.0",
@@ -109,7 +109,7 @@
109
109
  "react": "~18.2.0",
110
110
  "react-dom": "~18.2.0",
111
111
  "stylelint": "16.x",
112
- "stylelint-config-standard-scss": "13.x",
112
+ "stylelint-config-standard-scss": "14.x",
113
113
  "type-fest": "4.x",
114
114
  "typescript": "~5.1.6"
115
115
  },