@arcgis/coding-components-react 4.33.0-next.99 → 4.33.1

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 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # ArcGIS Maps SDK for JavaScript - React wrapper for Coding Components
2
2
 
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.
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
 
5
5
  The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI components that simplify the process of creating GIS web applications. Currently, this package only includes an [Arcade](https://developers.arcgis.com/arcade/) expression code editor.
6
6
 
7
7
  ## Documentation
8
8
 
9
9
  - [Key Features](https://developers.arcgis.com/javascript/latest/key-features/)
10
- - [Build with React](https://developers.arcgis.com/javascript/latest/get-started-react/)
10
+ - [Build with React](https://developers.arcgis.com/javascript/latest/get-started/#react)
11
11
  - [API and component references](https://developers.arcgis.com/javascript/latest/references/)
12
12
  - [Functionality samples](https://developers.arcgis.com/javascript/latest/sample-code/)
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/coding-components-react",
3
- "version": "4.33.0-next.99",
3
+ "version": "4.33.1",
4
4
  "description": "A set of React components that wrap ArcGIS coding components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,13 +29,13 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/coding-components": "4.33.0-next.99",
33
- "@lit/react": "^1.0.5",
34
- "tslib": "^2.7.0"
32
+ "@arcgis/coding-components": "4.33.1",
33
+ "@lit/react": "^1.0.7",
34
+ "tslib": "^2.8.1"
35
35
  },
36
36
  "peerDependencies": {
37
- "@arcgis/core": ">=4.33.0-next <4.34",
38
- "react": ">=18.0.0 <19.0.0",
39
- "react-dom": ">=18.0.0 <19.0.0"
37
+ "@arcgis/core": "~4.33.0",
38
+ "react": ">=18.0.0 <20.0.0",
39
+ "react-dom": ">=18.0.0 <20.0.0"
40
40
  }
41
41
  }