@itwin/presentation-shared 1.2.19 → 1.2.20

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @itwin/presentation-shared
2
2
 
3
+ ## 1.2.20
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1500](https://github.com/iTwin/presentation/pull/1500): Update iTwin.js core dependencies to ^5.12.4 and refresh related tooling/test dependencies.
8
+
3
9
  ## 1.2.19
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.19",
3
+ "version": "1.2.20",
4
4
  "description": "The package contains types and utilities used across different iTwin.js Presentation packages.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -32,18 +32,18 @@
32
32
  "./package.json": "./package.json"
33
33
  },
34
34
  "dependencies": {
35
- "@itwin/core-bentley": "^5.12.0"
35
+ "@itwin/core-bentley": "^5.12.4"
36
36
  },
37
37
  "devDependencies": {
38
- "@itwin/build-tools": "^5.12.0",
38
+ "@itwin/build-tools": "^5.12.4",
39
39
  "@itwin/eslint-plugin": "^6.1.0",
40
40
  "@types/node": "^24.13.3",
41
- "@vitest/coverage-v8": "^4.1.10",
41
+ "@vitest/coverage-v8": "^4.1.11",
42
42
  "eslint": "^9.39.5",
43
43
  "rimraf": "^6.1.3",
44
44
  "@typescript/native": "npm:typescript@~7.0.2",
45
45
  "typescript": "npm:@typescript/typescript6@~6.0.2",
46
- "vitest": "^4.1.10",
46
+ "vitest": "^4.1.11",
47
47
  "presentation-test-utilities": "^0.0.1"
48
48
  },
49
49
  "scripts": {