@itwin/presentation-testing 5.4.11 → 5.4.13

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 +17 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Change Log - @itwin/presentation-testing
2
2
 
3
+ ## 5.4.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1168](https://github.com/iTwin/presentation/pull/1168): Bump dependencies.
8
+ - [#1161](https://github.com/iTwin/presentation/pull/1161): Bump iTwin.js dependencies to `^5.5.0`.
9
+ - Updated dependencies:
10
+ - @itwin/presentation-components@5.12.17
11
+
12
+ ## 5.4.12
13
+
14
+ ### Patch Changes
15
+
16
+ - [#1152](https://github.com/iTwin/presentation/pull/1152): Bump dependencies.
17
+ - Updated dependencies:
18
+ - @itwin/presentation-components@5.12.16
19
+
3
20
  ## 5.4.11
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-testing",
3
- "version": "5.4.11",
3
+ "version": "5.4.13",
4
4
  "description": "Testing utilities for iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "rimraf": "^6.1.2",
34
34
  "sanitize-filename": "^1.6.3",
35
- "@itwin/presentation-components": "^5.12.15"
35
+ "@itwin/presentation-components": "^5.12.17"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@itwin/appui-abstract": "^4.1.0 || ^5.0.0",
@@ -46,23 +46,23 @@
46
46
  "@itwin/presentation-frontend": "^4.1.0 || ^5.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@itwin/appui-abstract": "^5.4.1",
50
- "@itwin/build-tools": "^5.4.1",
51
- "@itwin/components-react": "^5.21.1",
52
- "@itwin/core-backend": "^5.4.1",
53
- "@itwin/core-bentley": "^5.4.1",
54
- "@itwin/core-common": "^5.4.1",
55
- "@itwin/core-frontend": "^5.4.1",
56
- "@itwin/core-orbitgt": "^5.4.1",
49
+ "@itwin/appui-abstract": "^5.6.0-dev.8",
50
+ "@itwin/build-tools": "^5.5.1",
51
+ "@itwin/components-react": "^5.23.0",
52
+ "@itwin/core-backend": "^5.6.0-dev.8",
53
+ "@itwin/core-bentley": "^5.6.0-dev.8",
54
+ "@itwin/core-common": "^5.6.0-dev.8",
55
+ "@itwin/core-frontend": "^5.6.0-dev.8",
56
+ "@itwin/core-orbitgt": "^5.6.0-dev.8",
57
57
  "@itwin/eslint-plugin": "5.1.0",
58
- "@itwin/presentation-backend": "^5.4.1",
59
- "@itwin/presentation-common": "^5.4.1",
60
- "@itwin/presentation-frontend": "^5.4.1",
58
+ "@itwin/presentation-backend": "^5.6.0-dev.8",
59
+ "@itwin/presentation-common": "^5.6.0-dev.8",
60
+ "@itwin/presentation-frontend": "^5.6.0-dev.8",
61
61
  "@types/chai": "^5.2.3",
62
62
  "@types/chai-as-promised": "^8.0.2",
63
63
  "@types/chai-jest-snapshot": "^1.3.8",
64
64
  "@types/mocha": "^10.0.10",
65
- "@types/node": "^22.19.2",
65
+ "@types/node": "^22.19.7",
66
66
  "@types/sinon": "^17.0.4",
67
67
  "@types/sinon-chai": "^4.0.0",
68
68
  "c8": "^10.1.3",
@@ -71,7 +71,7 @@
71
71
  "chai-jest-snapshot": "^2.0.0",
72
72
  "cpx2": "^7.0.2",
73
73
  "cross-env": "^7.0.3",
74
- "eslint": "^9.39.1",
74
+ "eslint": "^9.39.2",
75
75
  "global-jsdom": "^26.0.0",
76
76
  "ignore-styles": "^5.0.1",
77
77
  "jsdom": "^26.1.0",