Skip to content

Commit 96caa19

Browse files
committed
Update bundle for @arcgis/core
1 parent bbb5299 commit 96caa19

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/main/js/bundles/dn_charting/ChartingDashboardWidgetModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {declare} from "apprt-core/Mutable";
1717
import domConstruct from "dojo/dom-construct";
1818
import ct_lang from "ct/_lang";
1919
import apprt_when from "apprt-core/when";
20-
import * as geometryEngine from "esri/geometry/geometryEngine";
20+
import * as geometryEngine from "@arcgis/core/geometry/geometryEngine";
2121

2222
const _currentHighlight = Symbol("_currentHighlight");
2323

src/main/js/bundles/dn_charting/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"vendor": "con terra GmbH",
77
"productName": "devnet-mapapps-charting",
88
"dependencies": {
9-
"esri": "^4.5.0",
10-
"apprt-vue": "^4.8.0",
11-
"apprt-vuetify": "^4.8.0",
12-
"apprt-binding": "^4.8.0",
13-
"apprt-core": "^4.8.0",
14-
"highlights": "^4.8.0",
15-
"selection-services": "^4.8.0",
16-
"dn_charting-c3": "^0.7.8"
9+
"dn_charting-c3": "^0.7.8",
10+
"@arcgis/core": "^4.33.0",
11+
"apprt-vue": "^4.20.0",
12+
"apprt-vuetify": "^4.20.0",
13+
"apprt-binding": "^4.20.0",
14+
"apprt-core": "^4.20.0",
15+
"highlights": "^4.20.0",
16+
"selection-services": "^4.20.0"
1717
},
18-
"CSS-Themes-Extension": [
18+
"cssThemesExtension": [
1919
{
2020
"name": "*",
2121
"files": [

0 commit comments

Comments
 (0)