@itwin/presentation-hierarchies-react 1.11.3 → 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.
- package/CHANGELOG.md +10 -0
- package/lib/cjs/presentation-hierarchies-react/LocalizationContext.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/TreeNode.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/UnifiedSelectionContext.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/UseIModelTree.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/UseSelectionHandler.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/UseTree.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/internal/TreeActions.d.ts.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/internal/TreeActions.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/internal/TreeLoader.d.ts.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/internal/TreeLoader.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/internal/TreeModel.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/internal/UseUnifiedSelection.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/internal/Utils.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/itwinui/TreeNodeRenderer.js.map +1 -1
- package/lib/cjs/presentation-hierarchies-react/itwinui/TreeRenderer.js.map +1 -1
- package/lib/esm/presentation-hierarchies-react/internal/TreeActions.d.ts.map +1 -1
- package/lib/esm/presentation-hierarchies-react/internal/TreeActions.js.map +1 -1
- package/lib/esm/presentation-hierarchies-react/internal/TreeLoader.d.ts.map +1 -1
- package/lib/esm/presentation-hierarchies-react/internal/TreeLoader.js.map +1 -1
- package/lib/esm/presentation-hierarchies-react/internal/TreeModel.js.map +1 -1
- package/package.json +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-hierarchies-react",
|
|
3
|
-
"version": "1.11.
|
|
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.
|
|
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.
|
|
58
|
-
"@itwin/presentation-shared": "^1.2.
|
|
59
|
-
"@itwin/unified-selection": "^1.8.
|
|
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,24 +69,25 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@itwin/build-tools": "^5.
|
|
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.
|
|
77
|
+
"@testing-library/user-event": "^14.6.3",
|
|
78
78
|
"@types/node": "^24.13.3",
|
|
79
|
-
"@types/react": "^19.2.
|
|
80
|
-
"@types/react-dom": "^19.2.
|
|
79
|
+
"@types/react": "^19.2.18",
|
|
80
|
+
"@types/react-dom": "^19.2.4",
|
|
81
81
|
"@vitest/coverage-v8": "^4.1.10",
|
|
82
82
|
"cpx2": "^7.0.2",
|
|
83
83
|
"eslint": "^9.39.5",
|
|
84
84
|
"eslint-plugin-react": "^7.37.5",
|
|
85
|
-
"happy-dom": "^20.
|
|
86
|
-
"react": "^19.2.
|
|
87
|
-
"react-dom": "^19.2.
|
|
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": "
|
|
89
|
+
"@typescript/native": "npm:typescript@~7.0.2",
|
|
90
|
+
"typescript": "npm:@typescript/typescript6@~6.0.2",
|
|
90
91
|
"vitest": "^4.1.10",
|
|
91
92
|
"presentation-test-utilities": "^0.0.1"
|
|
92
93
|
},
|