Skip to content

Commit

Permalink
fix: bump esri package
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 5, 2023
1 parent ea566b5 commit ec93d3b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"directory": "src"
"directory": "src",
"ignoredDependencies": [
"dijit-themes"
]
}
18 changes: 9 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"agrc": "agrc-widgets#6.1.5",
"agrc-jasmine-matchers": "0.1.0",
"bootstrap": "3.3.6",
"esri": "arcgis-js-api#3.28.0",
"esri": "arcgis-js-api#3.43.0",
"stubmodule": "0.6.1",
"toaster": "agrc-toaster#1.0.1",
"bootstrap3-typeahead": "4.0.2",
Expand All @@ -16,15 +16,15 @@
"lodash": "^4.17.11"
},
"resolutions": {
"esri": "3.28.0",
"dojox": "v1.14.2/esri-3.28.0",
"dojo": "v1.14.2/esri-3.28.0",
"dijit": "v1.14.2/esri-3.28.0",
"agrc": "6.1.5",
"spinjs": "~2.3.2",
"esri": "3.43.0",
"dojox": "v1.17.3/esri-3.42.0",
"dojo": "v1.17.3/esri-3.42.0",
"dijit": "v1.17.3/esri-3.42.0",
"dgrid": "0.3.17/esri-3.20.0",
"util": "v1.14.2/esri-3.28.0",
"dstore": "1.1.2",
"util": "v1.17.3/esri-3.42.0",
"xstyle": "0.3.2",
"agrc": "6.1.5",
"spinjs": "~2.3.2"
"dstore": "1.1.2"
}
}
4 changes: 4 additions & 0 deletions profiles/build.profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ profile = {
}, {
name: 'moment',
main: 'moment',
trees: [
// don't bother with .hidden, tests, min, src, and templates
['.', '.', /(\/\.)|(~$)|(test|txt|src|min|templates|dist)/]
],
resourceTags: {
amd: function (filename) {
return /\.js$/.test(filename);
Expand Down

0 comments on commit ec93d3b

Please sign in to comment.