@arcgis/portal-components-react 5.0.0-next.149 → 5.0.0-next.150

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/README.md +3 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ArcGIS Maps SDK for JavaScript - React 18 wrapper for Portal Components
1
+ # ArcGIS Maps SDK for JavaScript - Portal Components React
2
2
 
3
3
  > Note: `@arcgis/portal-components-react` was developed for use in React 18. Consider updating to React 19 where the React wrapper is no longer necessary.
4
4
 
@@ -10,6 +10,5 @@ It is not intended to be used directly, but rather used as a dependency by other
10
10
 
11
11
  ## License
12
12
 
13
- COPYRIGHT © Esri
14
-
15
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package.
13
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
14
+ For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.0.0-next.149",
3
+ "version": "5.0.0-next.150",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "2D",
@@ -32,8 +32,8 @@
32
32
  "@lit/react": "^1.0.8",
33
33
  "lit": "^3.3.0",
34
34
  "tslib": "^2.8.1",
35
- "@arcgis/lumina": "5.0.0-next.149",
36
- "@arcgis/portal-components": "5.0.0-next.149"
35
+ "@arcgis/lumina": "5.0.0-next.150",
36
+ "@arcgis/portal-components": "5.0.0-next.150"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@arcgis/core": "^5.0.0-next",