Skip to content

Commit

Permalink
bump js sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeterson committed Nov 4, 2024
1 parent 98f1069 commit d3460b3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 30 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
<arcgis-map id="arcgis-map" item-id="7394ffe718474dddb1946d16ca939ff1">
<arcgis-zoom position="top-left">
</arcgis-zoom>
<arcgis-basemap-toggle position="bottom-left">
</arcgis-basemap-toggle>
</arcgis-map>
<calcite-panel id="panel-table">
<arcgis-feature-table related-records-enabled return-geometry-enabled></arcgis-feature-table>
Expand Down
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import '@arcgis/map-components/dist/components/arcgis-legend';
import '@arcgis/map-components/dist/components/arcgis-search';
import '@arcgis/map-components/dist/components/arcgis-expand';
import '@arcgis/map-components/dist/components/arcgis-zoom';
import '@arcgis/map-components/dist/components/arcgis-basemap-toggle';

// Core
import * as reactiveUtils from '@arcgis/core/core/reactiveUtils.js';
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@arcgis/core": "^4.31.0-next.20241030",
"@arcgis/map-components": "^4.31.0-next.143",
"@arcgis/core": "^4.31.0-next.20241104",
"@arcgis/map-components": "^4.31.0-next.149",
"@esri/calcite-components": "^2.13.2"
},
"devDependencies": {
Expand Down

0 comments on commit d3460b3

Please sign in to comment.