Esri / dojo-bootstrap-map-js

Samples for how to use the Esri ArcGIS API for JavaScript w/ Bootstap via Dojo-bootstrap
Apache License 2.0
71 stars 84 forks source link

Update JSAPI dependencies #50

Closed tomwayson closed 9 years ago

tomwayson commented 9 years ago

The JSAPI dependency (dojo, etc) versions should match the list here:

https://developers.arcgis.com/javascript/jshelp/new_v311.html

Need to modify bower.json as follows:

  "dependencies": {
    "bootstrap-map-js": "~0.0.2",
    "dojo-bootstrap": "~3.0.2",
    "dijit": "1.10.0",
    "dojo": "1.10.0",
    "dojox": "1.10.0",
    "util": "dojo-util#1.10.0",
    "dgrid": "0.3.15",
    "put-selector": "0.3.5",
    "xstyle": "0.1.3"
  }