@itwin/unified-selection 1.8.4 → 1.8.6
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 +16 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @itwin/unified-selection
|
|
2
2
|
|
|
3
|
+
## 1.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1543](https://github.com/iTwin/presentation/pull/1543): Update iTwin.js core dependencies to `^5.13.1` and refresh related tooling/test dependencies.
|
|
8
|
+
- Updated dependencies:
|
|
9
|
+
- @itwin/presentation-shared@1.2.22
|
|
10
|
+
|
|
11
|
+
## 1.8.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1500](https://github.com/iTwin/presentation/pull/1500): Update iTwin.js core dependencies to ^5.12.4 and refresh related tooling/test dependencies.
|
|
16
|
+
- Updated dependencies:
|
|
17
|
+
- @itwin/presentation-shared@1.2.20
|
|
18
|
+
|
|
3
19
|
## 1.8.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/unified-selection",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.6",
|
|
4
4
|
"description": "Package for managing unified selection in iTwin.js applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
"./package.json": "./package.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@itwin/core-bentley": "^5.
|
|
39
|
+
"@itwin/core-bentley": "^5.13.1",
|
|
40
40
|
"rxjs": "^7.8.2",
|
|
41
41
|
"rxjs-for-await": "^1.0.0",
|
|
42
|
-
"@itwin/presentation-shared": "^1.2.
|
|
42
|
+
"@itwin/presentation-shared": "^1.2.22"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@itwin/build-tools": "^5.
|
|
45
|
+
"@itwin/build-tools": "^5.13.1",
|
|
46
46
|
"@itwin/eslint-plugin": "^6.1.0",
|
|
47
|
-
"@types/node": "^24.13.
|
|
48
|
-
"@
|
|
47
|
+
"@types/node": "^24.13.4",
|
|
48
|
+
"@typescript/native": "npm:typescript@~7.0.2",
|
|
49
|
+
"@vitest/coverage-v8": "^4.1.11",
|
|
49
50
|
"cpx2": "^7.0.2",
|
|
50
51
|
"eslint": "^9.39.5",
|
|
51
52
|
"rimraf": "^6.1.3",
|
|
52
|
-
"@typescript/native": "npm:typescript@~7.0.2",
|
|
53
53
|
"typescript": "npm:@typescript/typescript6@~6.0.2",
|
|
54
|
-
"vitest": "^4.1.
|
|
54
|
+
"vitest": "^4.1.11",
|
|
55
55
|
"presentation-test-utilities": "^0.0.1"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|