@itwin/components-react 3.0.0-dev.173 → 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.
Files changed (2) hide show
  1. package/LICENSE.md +1 -1
  2. package/package.json +13 -12
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2021 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2022 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/components-react",
3
- "version": "3.0.0-dev.173",
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.173",
25
- "@itwin/core-bentley": "^3.0.0-dev.173",
26
- "@itwin/core-react": "^3.0.0-dev.173",
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.173",
36
- "@itwin/build-tools": "3.0.0-dev.173",
37
- "@itwin/core-bentley": "3.0.0-dev.173",
38
- "@itwin/core-common": "3.0.0-dev.173",
39
- "@itwin/core-i18n": "3.0.0-dev.173",
40
- "@itwin/core-react": "3.0.0-dev.173",
41
- "@itwin/eslint-plugin": "3.0.0-dev.173",
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
  }