@arcgis/coding-components-react 4.34.0-next.142 → 4.34.0-next.144

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ArcGIS Maps SDK for JavaScript - React wrapper for Coding Components
1
+ # ArcGIS Maps SDK for JavaScript - React 18 wrapper for Coding Components
2
2
 
3
3
  > Note: `@arcgis/coding-components-react` was developed for use in React 18. Consider updating to React 19 where the React wrapper is no longer necessary. Check out the [documentation](https://developers.arcgis.com/javascript/latest/get-started/#react) to get started with `@arcgis/coding-components` in React 19.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/coding-components-react",
3
- "version": "4.34.0-next.142",
3
+ "version": "4.34.0-next.144",
4
4
  "description": "A set of React components that wrap ArcGIS coding components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/coding-components": "4.34.0-next.142",
33
- "@arcgis/lumina": "4.34.0-next.142",
32
+ "@arcgis/coding-components": "4.34.0-next.144",
33
+ "@arcgis/lumina": "4.34.0-next.144",
34
34
  "@lit/react": "^1.0.7",
35
35
  "lit": "^3.3.0",
36
36
  "tslib": "^2.8.1"