@itwin/imodel-components-react 4.3.1 → 4.4.0

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 +3 -3
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # Change Log - @itwin/imodel-components-react
2
2
 
3
- This log was last generated on Mon, 14 Aug 2023 14:06:53 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 15 Aug 2023 18:02:09 GMT and should not be manually modified.
4
4
 
5
- ## 4.3.1
6
- Mon, 14 Aug 2023 14:06:53 GMT
5
+ ## 4.4.0
6
+ Tue, 15 Aug 2023 18:02:09 GMT
7
7
 
8
8
  _Version update only_
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "4.3.1",
3
+ "version": "4.4.0",
4
4
  "description": "iTwin.js UI IModel Components",
5
5
  "main": "lib/cjs/imodel-components-react.js",
6
6
  "module": "lib/esm/imodel-components-react.js",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@itwin/appui-abstract": "^3.7.0 || ^4.0.0",
26
- "@itwin/components-react": "^4.3.1",
26
+ "@itwin/components-react": "^4.4.0",
27
27
  "@itwin/core-bentley": "^3.7.0 || ^4.0.0",
28
28
  "@itwin/core-common": "^3.7.0 || ^4.0.0",
29
29
  "@itwin/core-frontend": "^3.7.0 || ^4.0.0",
30
30
  "@itwin/core-geometry": "^3.7.0 || ^4.0.0",
31
31
  "@itwin/core-quantity": "^3.7.0 || ^4.0.0",
32
- "@itwin/core-react": "^4.3.1",
32
+ "@itwin/core-react": "^4.4.0",
33
33
  "react": "^17.0.0 || ^18.0.0",
34
34
  "react-dom": "^17.0.0 || ^18.0.0"
35
35
  },
@@ -40,15 +40,15 @@
40
40
  "devDependencies": {
41
41
  "@itwin/appui-abstract": "^3.7.0",
42
42
  "@itwin/build-tools": "^3.7.0",
43
- "@itwin/components-react": "4.3.1",
43
+ "@itwin/components-react": "4.4.0",
44
44
  "@itwin/core-bentley": "^3.7.0",
45
45
  "@itwin/core-common": "^3.7.0",
46
46
  "@itwin/core-frontend": "^3.7.0",
47
47
  "@itwin/core-geometry": "^3.7.0",
48
48
  "@itwin/core-orbitgt": "^3.7.0",
49
49
  "@itwin/core-quantity": "^3.7.0",
50
- "@itwin/core-react": "4.3.1",
51
- "@itwin/eslint-plugin": "^3.7.0",
50
+ "@itwin/core-react": "4.4.0",
51
+ "@itwin/eslint-plugin": "^4.0.0-dev.45",
52
52
  "@itwin/webgl-compatibility": "^3.7.0",
53
53
  "@testing-library/dom": "^8.11.2",
54
54
  "@testing-library/react": "^12.0.0",
@@ -68,7 +68,8 @@
68
68
  "chai-as-promised": "^7",
69
69
  "chai-string": "^1.5.0",
70
70
  "cpx2": "^3.0.0",
71
- "eslint": "^7.11.0",
71
+ "eslint": "^8.44.0",
72
+ "eslint-config-prettier": "~8.8.0",
72
73
  "faker": "^4.1.0",
73
74
  "ignore-styles": "^5.0.1",
74
75
  "jsdom": "^19.0.0",
@@ -85,9 +86,7 @@
85
86
  "sinon-chai": "^3.2.0",
86
87
  "ts-node": "^10.8.2",
87
88
  "typemoq": "^2.1.0",
88
- "typescript": "~5.0.2",
89
- "eslint-config-prettier": "~8.8.0",
90
- "@rushstack/eslint-patch": "^1.3.0"
89
+ "typescript": "~5.0.2"
91
90
  },
92
91
  "//dependencies": [
93
92
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -95,7 +94,7 @@
95
94
  ],
96
95
  "dependencies": {
97
96
  "@bentley/icons-generic": "^1.0.34",
98
- "@itwin/itwinui-react": "^2.11.6",
97
+ "@itwin/itwinui-react": "^2.11.11",
99
98
  "@itwin/itwinui-variables": "^2.0.0",
100
99
  "@itwin/itwinui-icons-react": "^2.1.0",
101
100
  "classnames": "2.3.1"