@itwin/presentation-shared 1.2.21 → 1.2.22
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 +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @itwin/presentation-shared
|
|
2
2
|
|
|
3
|
+
## 1.2.22
|
|
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
|
+
|
|
3
9
|
## 1.2.21
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-shared",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.22",
|
|
4
4
|
"description": "The package contains types and utilities used across different iTwin.js Presentation packages.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"./package.json": "./package.json"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@itwin/core-bentley": "^5.
|
|
35
|
+
"@itwin/core-bentley": "^5.13.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@itwin/build-tools": "^5.
|
|
38
|
+
"@itwin/build-tools": "^5.13.1",
|
|
39
39
|
"@itwin/eslint-plugin": "^6.1.0",
|
|
40
|
-
"@types/node": "^24.13.
|
|
40
|
+
"@types/node": "^24.13.4",
|
|
41
|
+
"@typescript/native": "npm:typescript@~7.0.2",
|
|
41
42
|
"@vitest/coverage-v8": "^4.1.11",
|
|
42
43
|
"eslint": "^9.39.5",
|
|
43
44
|
"rimraf": "^6.1.3",
|
|
44
|
-
"@typescript/native": "npm:typescript@~7.0.2",
|
|
45
45
|
"typescript": "npm:@typescript/typescript6@~6.0.2",
|
|
46
46
|
"vitest": "^4.1.11",
|
|
47
47
|
"presentation-test-utilities": "^0.0.1"
|