@itwin/appui-react 5.0.4 → 5.0.5

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 +8 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @itwin/appui-react
2
2
 
3
- This log was last generated on Fri, 17 Jan 2025 14:12:03 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Jan 2025 11:38:58 GMT and should not be manually modified.
4
+
5
+ ## 5.0.5
6
+ Tue, 21 Jan 2025 11:38:58 GMT
7
+
8
+ ### Updates
9
+
10
+ - Update `react-error-boundary` version.
4
11
 
5
12
  ## 5.0.4
6
13
  Fri, 17 Jan 2025 14:12:03 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-react",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "A react component library for AppUI framework",
5
5
  "type": "module",
6
6
  "types": "./lib/appui-react.d.ts",
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@itwin/appui-abstract": "^4.0.0",
38
- "@itwin/components-react": "^5.0.4",
38
+ "@itwin/components-react": "^5.0.5",
39
39
  "@itwin/core-bentley": "^4.0.0",
40
40
  "@itwin/core-common": "^4.0.0",
41
41
  "@itwin/core-frontend": "^4.0.0",
42
42
  "@itwin/core-geometry": "^4.0.0",
43
43
  "@itwin/core-quantity": "^4.0.0",
44
- "@itwin/core-react": "^5.0.4",
44
+ "@itwin/core-react": "^5.0.5",
45
45
  "@itwin/core-telemetry": "^4.0.0",
46
- "@itwin/imodel-components-react": "^5.0.4",
46
+ "@itwin/imodel-components-react": "^5.0.5",
47
47
  "@itwin/itwinui-react": "^3.15.0",
48
48
  "react": "^18.0.0",
49
49
  "react-dom": "^18.0.0",
@@ -93,9 +93,9 @@
93
93
  "typescript": "~5.3.3",
94
94
  "upath": "^2.0.1",
95
95
  "vitest": "^1.6.0",
96
- "@itwin/components-react": "5.0.4",
97
- "@itwin/core-react": "5.0.4",
98
- "@itwin/imodel-components-react": "5.0.4"
96
+ "@itwin/components-react": "5.0.5",
97
+ "@itwin/imodel-components-react": "5.0.5",
98
+ "@itwin/core-react": "5.0.5"
99
99
  },
100
100
  "dependencies": {
101
101
  "@itwin/itwinui-icons-react": "^2.8.0",
@@ -103,7 +103,7 @@
103
103
  "classnames": "2.5.1",
104
104
  "immer": "^10.1.1",
105
105
  "lodash": "^4.17.10",
106
- "react-error-boundary": "4.0.3",
106
+ "react-error-boundary": "^5.0.0",
107
107
  "react-transition-group": "^4.4.2",
108
108
  "rxjs": "^7.8.1",
109
109
  "ts-key-enum": "~2.0.12",