@esri/calcite-components-react 5.0.0-next.51 → 5.0.0-next.53
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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -94,7 +94,7 @@ We welcome contributions to this project. See the [CONTRIBUTING.md](https://gith
|
|
|
94
94
|
|
|
95
95
|
## License
|
|
96
96
|
|
|
97
|
-
COPYRIGHT ©
|
|
97
|
+
COPYRIGHT © Esri
|
|
98
98
|
|
|
99
99
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
100
100
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.53",
|
|
4
4
|
"description": "A set of React components that wrap calcite components",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/calcite-design-system/",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@arcgis/lumina": ">=5.0.0-next.75 <6.0.0",
|
|
32
|
-
"@esri/calcite-components": "5.0.0-next.
|
|
32
|
+
"@esri/calcite-components": "5.0.0-next.53",
|
|
33
33
|
"@lit/react": "^1.0.8",
|
|
34
34
|
"lit": "^3.3.0"
|
|
35
35
|
},
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"volta": {
|
|
41
41
|
"extends": "../../package.json"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "8d7fcd9c74a03b5d6eb938d59166588138f23126"
|
|
44
44
|
}
|