@itwin/components-react 3.0.0-dev.176 → 3.0.0-dev.177
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.
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/components-react",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.177",
|
|
4
4
|
"description": "iTwin.js UI complex components",
|
|
5
5
|
"main": "lib/cjs/components-react.js",
|
|
6
6
|
"module": "lib/esm/components-react.js",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@itwin/appui-abstract": "^3.0.0-dev.
|
|
25
|
-
"@itwin/core-bentley": "^3.0.0-dev.
|
|
26
|
-
"@itwin/core-react": "^3.0.0-dev.
|
|
24
|
+
"@itwin/appui-abstract": "^3.0.0-dev.177",
|
|
25
|
+
"@itwin/core-bentley": "^3.0.0-dev.177",
|
|
26
|
+
"@itwin/core-react": "^3.0.0-dev.177",
|
|
27
27
|
"react": "^17.0.0",
|
|
28
28
|
"react-dom": "^17.0.0"
|
|
29
29
|
},
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"NOTE: All tools used by scripts in this package must be listed as devDependencies"
|
|
33
33
|
],
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@itwin/appui-abstract": "3.0.0-dev.
|
|
36
|
-
"@itwin/build-tools": "3.0.0-dev.
|
|
37
|
-
"@itwin/core-bentley": "3.0.0-dev.
|
|
38
|
-
"@itwin/core-common": "3.0.0-dev.
|
|
39
|
-
"@itwin/core-i18n": "3.0.0-dev.
|
|
40
|
-
"@itwin/core-react": "3.0.0-dev.
|
|
41
|
-
"@itwin/eslint-plugin": "3.0.0-dev.
|
|
35
|
+
"@itwin/appui-abstract": "3.0.0-dev.177",
|
|
36
|
+
"@itwin/build-tools": "3.0.0-dev.177",
|
|
37
|
+
"@itwin/core-bentley": "3.0.0-dev.177",
|
|
38
|
+
"@itwin/core-common": "3.0.0-dev.177",
|
|
39
|
+
"@itwin/core-i18n": "3.0.0-dev.177",
|
|
40
|
+
"@itwin/core-react": "3.0.0-dev.177",
|
|
41
|
+
"@itwin/eslint-plugin": "3.0.0-dev.177",
|
|
42
42
|
"@testing-library/react": "^12.0.0",
|
|
43
43
|
"@testing-library/react-hooks": "^7.0.2",
|
|
44
44
|
"@testing-library/user-event": "^13.2.1",
|
|
@@ -155,5 +155,6 @@
|
|
|
155
155
|
"extract-api": "betools extract-api --entry=components-react",
|
|
156
156
|
"test": "mocha --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
|
|
157
157
|
"test:watch": "npm -s test -- --reporter min --watch-extensions ts,tsx --watch"
|
|
158
|
-
}
|
|
158
|
+
},
|
|
159
|
+
"readme": "# @itwin/components-react\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe __@itwin/components-react__ package contains React components that are data-oriented, such as PropertyGrid, Table, Tree and Breadcrumb.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
|
|
159
160
|
}
|