@itwin/appui-react 3.7.13 → 3.7.14

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 -1
  2. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/appui-react
2
2
 
3
- This log was last generated on Tue, 08 Aug 2023 19:49:17 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 29 Sep 2023 16:57:16 GMT and should not be manually modified.
4
+
5
+ ## 3.7.14
6
+ Fri, 29 Sep 2023 16:57:16 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.7.13
6
11
  Tue, 08 Aug 2023 19:49:17 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-react",
3
- "version": "3.7.13",
3
+ "version": "3.7.14",
4
4
  "description": "UI framework",
5
5
  "main": "lib/cjs/appui-react.js",
6
6
  "module": "lib/esm/appui-react.js",
@@ -20,19 +20,19 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/appui-abstract": "^3.7.13",
24
- "@itwin/appui-layout-react": "^3.7.13",
25
- "@itwin/components-react": "^3.7.13",
26
- "@itwin/core-bentley": "^3.7.13",
27
- "@itwin/core-common": "^3.7.13",
28
- "@itwin/core-frontend": "^3.7.13",
29
- "@itwin/core-geometry": "^3.7.13",
30
- "@itwin/core-markup": "^3.7.13",
31
- "@itwin/core-quantity": "^3.7.13",
32
- "@itwin/core-react": "^3.7.13",
33
- "@itwin/imodel-components-react": "^3.7.13",
34
- "@itwin/presentation-common": "^3.7.13",
35
- "@itwin/presentation-frontend": "^3.7.13",
23
+ "@itwin/appui-abstract": "^3.7.14",
24
+ "@itwin/appui-layout-react": "^3.7.14",
25
+ "@itwin/components-react": "^3.7.14",
26
+ "@itwin/core-bentley": "^3.7.14",
27
+ "@itwin/core-common": "^3.7.14",
28
+ "@itwin/core-frontend": "^3.7.14",
29
+ "@itwin/core-geometry": "^3.7.14",
30
+ "@itwin/core-markup": "^3.7.14",
31
+ "@itwin/core-quantity": "^3.7.14",
32
+ "@itwin/core-react": "^3.7.14",
33
+ "@itwin/imodel-components-react": "^3.7.14",
34
+ "@itwin/presentation-common": "^3.7.14",
35
+ "@itwin/presentation-frontend": "^3.7.14",
36
36
  "react": "^17.0.0",
37
37
  "react-dom": "^17.0.0",
38
38
  "react-redux": "^7.2.2",
@@ -43,22 +43,22 @@
43
43
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
44
44
  ],
45
45
  "devDependencies": {
46
- "@itwin/appui-abstract": "3.7.13",
47
- "@itwin/appui-layout-react": "3.7.13",
48
- "@itwin/build-tools": "3.7.13",
49
- "@itwin/components-react": "3.7.13",
50
- "@itwin/core-bentley": "3.7.13",
51
- "@itwin/core-common": "3.7.13",
52
- "@itwin/core-frontend": "3.7.13",
53
- "@itwin/core-geometry": "3.7.13",
54
- "@itwin/core-markup": "3.7.13",
55
- "@itwin/core-quantity": "3.7.13",
56
- "@itwin/core-react": "3.7.13",
57
- "@itwin/eslint-plugin": "3.7.13",
58
- "@itwin/imodel-components-react": "3.7.13",
59
- "@itwin/presentation-common": "3.7.13",
60
- "@itwin/presentation-frontend": "3.7.13",
61
- "@itwin/presentation-testing": "3.7.13",
46
+ "@itwin/appui-abstract": "3.7.14",
47
+ "@itwin/appui-layout-react": "3.7.14",
48
+ "@itwin/build-tools": "3.7.14",
49
+ "@itwin/components-react": "3.7.14",
50
+ "@itwin/core-bentley": "3.7.14",
51
+ "@itwin/core-common": "3.7.14",
52
+ "@itwin/core-frontend": "3.7.14",
53
+ "@itwin/core-geometry": "3.7.14",
54
+ "@itwin/core-markup": "3.7.14",
55
+ "@itwin/core-quantity": "3.7.14",
56
+ "@itwin/core-react": "3.7.14",
57
+ "@itwin/eslint-plugin": "3.7.14",
58
+ "@itwin/imodel-components-react": "3.7.14",
59
+ "@itwin/presentation-common": "3.7.14",
60
+ "@itwin/presentation-frontend": "3.7.14",
61
+ "@itwin/presentation-testing": "3.7.14",
62
62
  "@testing-library/react": "^12.0.0",
63
63
  "@testing-library/react-hooks": "^7.0.2",
64
64
  "@testing-library/user-event": "^14.4.2",
@@ -78,7 +78,7 @@
78
78
  "@types/sinon": "^9.0.0",
79
79
  "@types/sinon-chai": "^3.2.0",
80
80
  "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
81
- "chai": "^4.1.2",
81
+ "chai": "^4.3.10",
82
82
  "chai-as-promised": "^7",
83
83
  "chai-jest-snapshot": "^2.0.0",
84
84
  "chai-spies": "1.0.0",
@@ -114,8 +114,8 @@
114
114
  "dependencies": {
115
115
  "@bentley/icons-generic": "^1.0.15",
116
116
  "@bentley/icons-generic-webfont": "^1.0.15",
117
- "@itwin/core-telemetry": "3.7.13",
118
- "@itwin/presentation-components": "3.7.13",
117
+ "@itwin/core-telemetry": "3.7.14",
118
+ "@itwin/presentation-components": "3.7.14",
119
119
  "@itwin/itwinui-css": "0.x",
120
120
  "@itwin/itwinui-react": "~1.46.0",
121
121
  "@itwin/itwinui-icons-react": "^1.15.0",