@arcgis/coding-components 4.29.0-beta.88 → 4.29.0-beta.89

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@arcgis/coding-components",
3
3
  "description": "Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.",
4
4
  "homepage": "https://developers.arcgis.com/javascript/latest/",
5
- "version": "4.29.0-beta.88",
5
+ "version": "4.29.0-beta.89",
6
6
  "module": "dist/components/index.js",
7
7
  "main": "dist/index.cjs.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -49,17 +49,17 @@
49
49
  "generate": "stencil generate"
50
50
  },
51
51
  "dependencies": {
52
- "@arcgis/arcade-languageservice": "4.29.0-beta.88",
52
+ "@arcgis/arcade-languageservice": "4.29.0-beta.89",
53
53
  "@stencil/core": "^4.10.0",
54
54
  "monaco-editor": "^0.45.0",
55
55
  "vscode-languageserver-types": "^3.17.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@arcgis/components-plugins": "4.29.0-beta.88",
59
- "@arcgis/components-utils": "4.29.0-beta.88",
58
+ "@arcgis/components-plugins": "4.29.0-beta.89",
59
+ "@arcgis/components-utils": "4.29.0-beta.89",
60
60
  "@arcgis/core": ">=4.29.0-next <4.30",
61
- "@arcgis/core-adapter": "4.29.0-beta.88",
62
- "@arcgis/typescript-config": "4.29.0-beta.88",
61
+ "@arcgis/core-adapter": "4.29.0-beta.89",
62
+ "@arcgis/typescript-config": "4.29.0-beta.89",
63
63
  "@esri/calcite-components": "^2.2.0",
64
64
  "@stencil/angular-output-target": "0.8.3",
65
65
  "@stencil/react-output-target": "0.5.3",
@@ -108,5 +108,5 @@
108
108
  "@arcgis/core": ">=4.29.0-next <4.30",
109
109
  "@esri/calcite-components": "^2.2.0"
110
110
  },
111
- "gitHead": "ce0e9886f3ca5ea459f795f2038daa4e186ceb58"
111
+ "gitHead": "50a902ba31008e9eab51e0464f04708877b8e9ba"
112
112
  }