@itwin/imodel-components-react 3.0.0-dev.176 → 3.0.0-dev.180

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 (1) hide show
  1. package/package.json +21 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/imodel-components-react",
3
- "version": "3.0.0-dev.176",
3
+ "version": "3.0.0-dev.180",
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",
@@ -21,14 +21,14 @@
21
21
  "url": "http://www.bentley.com"
22
22
  },
23
23
  "peerDependencies": {
24
- "@itwin/appui-abstract": "^3.0.0-dev.176",
25
- "@itwin/components-react": "^3.0.0-dev.176",
26
- "@itwin/core-bentley": "^3.0.0-dev.176",
27
- "@itwin/core-common": "^3.0.0-dev.176",
28
- "@itwin/core-frontend": "^3.0.0-dev.176",
29
- "@itwin/core-geometry": "^3.0.0-dev.176",
30
- "@itwin/core-quantity": "^3.0.0-dev.176",
31
- "@itwin/core-react": "^3.0.0-dev.176",
24
+ "@itwin/appui-abstract": "^3.0.0-dev.180",
25
+ "@itwin/components-react": "^3.0.0-dev.180",
26
+ "@itwin/core-bentley": "^3.0.0-dev.180",
27
+ "@itwin/core-common": "^3.0.0-dev.180",
28
+ "@itwin/core-frontend": "^3.0.0-dev.180",
29
+ "@itwin/core-geometry": "^3.0.0-dev.180",
30
+ "@itwin/core-quantity": "^3.0.0-dev.180",
31
+ "@itwin/core-react": "^3.0.0-dev.180",
32
32
  "react": "^17.0.0",
33
33
  "react-dom": "^17.0.0"
34
34
  },
@@ -37,16 +37,16 @@
37
37
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
38
38
  ],
39
39
  "devDependencies": {
40
- "@itwin/appui-abstract": "3.0.0-dev.176",
41
- "@itwin/build-tools": "3.0.0-dev.176",
42
- "@itwin/components-react": "3.0.0-dev.176",
43
- "@itwin/core-bentley": "3.0.0-dev.176",
44
- "@itwin/core-common": "3.0.0-dev.176",
45
- "@itwin/core-frontend": "3.0.0-dev.176",
46
- "@itwin/core-geometry": "3.0.0-dev.176",
47
- "@itwin/core-quantity": "3.0.0-dev.176",
48
- "@itwin/core-react": "3.0.0-dev.176",
49
- "@itwin/eslint-plugin": "3.0.0-dev.176",
40
+ "@itwin/appui-abstract": "3.0.0-dev.180",
41
+ "@itwin/build-tools": "3.0.0-dev.180",
42
+ "@itwin/components-react": "3.0.0-dev.180",
43
+ "@itwin/core-bentley": "3.0.0-dev.180",
44
+ "@itwin/core-common": "3.0.0-dev.180",
45
+ "@itwin/core-frontend": "3.0.0-dev.180",
46
+ "@itwin/core-geometry": "3.0.0-dev.180",
47
+ "@itwin/core-quantity": "3.0.0-dev.180",
48
+ "@itwin/core-react": "3.0.0-dev.180",
49
+ "@itwin/eslint-plugin": "3.0.0-dev.180",
50
50
  "@testing-library/react": "^12.0.0",
51
51
  "@testing-library/react-hooks": "^7.0.2",
52
52
  "@testing-library/user-event": "^13.2.1",
@@ -145,5 +145,6 @@
145
145
  "extract-api": "betools extract-api --entry=imodel-components-react",
146
146
  "test": "mocha --config ../.mocharc.json \"./lib/cjs/test/**/*.test.js\"",
147
147
  "test:watch": "npm -s test -- --reporter min --watch-extensions ts,tsx --watch"
148
- }
148
+ },
149
+ "readme": "# @itwin/imodel-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/imodel-components-react__ package contains React components that depend on the imodeljs-frontend, imodeljs-common or imodeljs-quantity packages.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
149
150
  }