@itwin/presentation-hierarchies-react 1.11.2 → 1.11.4

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.
Files changed (22) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/lib/cjs/presentation-hierarchies-react/LocalizationContext.js.map +1 -1
  3. package/lib/cjs/presentation-hierarchies-react/TreeNode.js.map +1 -1
  4. package/lib/cjs/presentation-hierarchies-react/UnifiedSelectionContext.js.map +1 -1
  5. package/lib/cjs/presentation-hierarchies-react/UseIModelTree.js.map +1 -1
  6. package/lib/cjs/presentation-hierarchies-react/UseSelectionHandler.js.map +1 -1
  7. package/lib/cjs/presentation-hierarchies-react/UseTree.js.map +1 -1
  8. package/lib/cjs/presentation-hierarchies-react/internal/TreeActions.d.ts.map +1 -1
  9. package/lib/cjs/presentation-hierarchies-react/internal/TreeActions.js.map +1 -1
  10. package/lib/cjs/presentation-hierarchies-react/internal/TreeLoader.d.ts.map +1 -1
  11. package/lib/cjs/presentation-hierarchies-react/internal/TreeLoader.js.map +1 -1
  12. package/lib/cjs/presentation-hierarchies-react/internal/TreeModel.js.map +1 -1
  13. package/lib/cjs/presentation-hierarchies-react/internal/UseUnifiedSelection.js.map +1 -1
  14. package/lib/cjs/presentation-hierarchies-react/internal/Utils.js.map +1 -1
  15. package/lib/cjs/presentation-hierarchies-react/itwinui/TreeNodeRenderer.js.map +1 -1
  16. package/lib/cjs/presentation-hierarchies-react/itwinui/TreeRenderer.js.map +1 -1
  17. package/lib/esm/presentation-hierarchies-react/internal/TreeActions.d.ts.map +1 -1
  18. package/lib/esm/presentation-hierarchies-react/internal/TreeActions.js.map +1 -1
  19. package/lib/esm/presentation-hierarchies-react/internal/TreeLoader.d.ts.map +1 -1
  20. package/lib/esm/presentation-hierarchies-react/internal/TreeLoader.js.map +1 -1
  21. package/lib/esm/presentation-hierarchies-react/internal/TreeModel.js.map +1 -1
  22. package/package.json +18 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-hierarchies-react",
3
- "version": "1.11.2",
3
+ "version": "1.11.4",
4
4
  "description": "React components based on `@itwin/presentation-hierarchies`",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -47,16 +47,16 @@
47
47
  "./package.json": "./package.json"
48
48
  },
49
49
  "dependencies": {
50
- "@itwin/core-bentley": "^5.10.3",
50
+ "@itwin/core-bentley": "^5.12.0",
51
51
  "@itwin/itwinui-icons-react": "^2.11.0",
52
52
  "@itwin/itwinui-illustrations-react": "^2.1.0",
53
53
  "classnames": "^2.5.1",
54
54
  "immer": "^10.2.0",
55
55
  "react-error-boundary": "^4.1.2",
56
56
  "rxjs": "^7.8.2",
57
- "@itwin/presentation-hierarchies": "^1.7.17",
58
- "@itwin/presentation-shared": "^1.2.17",
59
- "@itwin/unified-selection": "^1.8.2"
57
+ "@itwin/presentation-hierarchies": "^1.7.19",
58
+ "@itwin/presentation-shared": "^1.2.19",
59
+ "@itwin/unified-selection": "^1.8.4"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@itwin/itwinui-react": "^3.0.0",
@@ -69,25 +69,26 @@
69
69
  }
70
70
  },
71
71
  "devDependencies": {
72
- "@itwin/build-tools": "^5.10.3",
72
+ "@itwin/build-tools": "^5.12.0",
73
73
  "@itwin/eslint-plugin": "^6.1.0",
74
74
  "@itwin/itwinui-react": "^3.21.2",
75
75
  "@testing-library/dom": "^10.4.1",
76
76
  "@testing-library/react": "^16.3.2",
77
- "@testing-library/user-event": "^14.6.1",
78
- "@types/node": "^24.13.2",
79
- "@types/react": "^19.2.17",
80
- "@types/react-dom": "^19.2.3",
81
- "@vitest/coverage-v8": "^4.1.9",
77
+ "@testing-library/user-event": "^14.6.3",
78
+ "@types/node": "^24.13.3",
79
+ "@types/react": "^19.2.18",
80
+ "@types/react-dom": "^19.2.4",
81
+ "@vitest/coverage-v8": "^4.1.10",
82
82
  "cpx2": "^7.0.2",
83
- "eslint": "^9.39.4",
83
+ "eslint": "^9.39.5",
84
84
  "eslint-plugin-react": "^7.37.5",
85
- "happy-dom": "^20.10.6",
86
- "react": "^19.2.7",
87
- "react-dom": "^19.2.7",
85
+ "happy-dom": "^20.11.2",
86
+ "react": "^19.2.8",
87
+ "react-dom": "^19.2.8",
88
88
  "rimraf": "^6.1.3",
89
- "typescript": "~6.0.3",
90
- "vitest": "^4.1.9",
89
+ "@typescript/native": "npm:typescript@~7.0.2",
90
+ "typescript": "npm:@typescript/typescript6@~6.0.2",
91
+ "vitest": "^4.1.10",
91
92
  "presentation-test-utilities": "^0.0.1"
92
93
  },
93
94
  "scripts": {