@arcgis/coding-components-react 4.30.0-next.0 → 4.30.0-next.2

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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  This package offers a series of components that provide tools, resources, code editors or utilities that can be used to assist with build applications with the ArcGIS Maps SDK for JavaScript.
6
6
 
7
+ Samples for how to use this package are available on github in the [arcgis-maps-sdk-javascript-samples-beta](https://github.com/Esri/arcgis-maps-sdk-javascript-samples-beta/) repository.
8
+
7
9
  Refer to the [ArcGIS Maps SDK for JavaScript components documentation](https://developers.arcgis.com/javascript/latest/components/) for more information.
8
10
 
9
11
  ## License
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@arcgis/coding-components-react",
3
3
  "description": "A set of React components that wrap ArcGIS coding components",
4
4
  "homepage": "https://developers.arcgis.com/javascript/latest/",
5
- "version": "4.30.0-next.0",
5
+ "version": "4.30.0-next.2",
6
6
  "sideEffects": false,
7
7
  "module": "dist/index.js",
8
8
  "main": "dist/index.js",
@@ -23,10 +23,10 @@
23
23
  "tsc": "tsc"
24
24
  },
25
25
  "dependencies": {
26
- "@arcgis/coding-components": "4.30.0-next.0"
26
+ "@arcgis/coding-components": "4.30.0-next.2"
27
27
  },
28
28
  "devDependencies": {
29
- "@arcgis/components-plugins": "4.30.0-next.0",
29
+ "@arcgis/components-plugins": "4.30.0-next.2",
30
30
  "@arcgis/core": ">=4.30.0-next <4.31",
31
31
  "@types/node": "^20.2.5",
32
32
  "@types/react-dom": "^18.2.0",
@@ -38,5 +38,5 @@
38
38
  "react": ">=18.0.0 <19.0.0",
39
39
  "react-dom": ">=18.0.0 <19.0.0"
40
40
  },
41
- "gitHead": "2bb7d342ed10435ed52ad74667a3ee4773c0714d"
41
+ "gitHead": "e96e35065453519e2498dd6d3061df4735cd528d"
42
42
  }