@arcgis/coding-components 4.29.0-beta.54 → 4.29.0-beta.55

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/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.54",
5
+ "version": "4.29.0-beta.55",
6
6
  "module": "dist/components/index.js",
7
7
  "main": "dist/index.cjs.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -48,16 +48,16 @@
48
48
  "generate": "stencil generate"
49
49
  },
50
50
  "dependencies": {
51
- "@arcgis/arcade-languageservice": "4.29.0-beta.54",
51
+ "@arcgis/arcade-languageservice": "4.29.0-beta.55",
52
52
  "@stencil/core": "4.8.2",
53
53
  "monaco-editor": "^0.44.0",
54
54
  "vscode-languageserver-types": "^3.17.3"
55
55
  },
56
56
  "devDependencies": {
57
- "@arcgis/components-plugins": "4.29.0-beta.54",
58
- "@arcgis/components-utils": "4.29.0-beta.54",
57
+ "@arcgis/components-plugins": "4.29.0-beta.55",
58
+ "@arcgis/components-utils": "4.29.0-beta.55",
59
59
  "@arcgis/core": ">=4.29.0-next <4.30",
60
- "@arcgis/core-adapter": "4.29.0-beta.54",
60
+ "@arcgis/core-adapter": "4.29.0-beta.55",
61
61
  "@arcgis/typescript-config": "1.0.0",
62
62
  "@esri/calcite-components": "^2.1.0",
63
63
  "@stencil/angular-output-target": "0.8.1",
@@ -70,7 +70,6 @@
70
70
  "@storybook/web-components-vite": "^7.6.0",
71
71
  "@types/estraverse": "^5.1.2",
72
72
  "@types/estree": "^1.0.0",
73
- "@types/fs-extra": "^11.0.1",
74
73
  "@types/jest": "^29.5.0",
75
74
  "@types/marked": "^4.0.8",
76
75
  "@types/node": "^20.2.5",
@@ -81,7 +80,6 @@
81
80
  "esbuild": "^0.19.5",
82
81
  "eslint": "^8.55.0",
83
82
  "estraverse": "^5.3.0",
84
- "fs-extra": "^11.1.1",
85
83
  "jest": "^29.5.0",
86
84
  "jest-cli": "^29.5.0",
87
85
  "kill-port": "^2.0.1",
@@ -110,5 +108,5 @@
110
108
  "@arcgis/core": ">=4.29.0-next <4.30",
111
109
  "@esri/calcite-components": "^2.1.0"
112
110
  },
113
- "gitHead": "eb16351cd976e09e55c53fcf638f07da2df0e6e5"
111
+ "gitHead": "586464a9ba61d5c4737aad81d9cf99631377bf5b"
114
112
  }