Skip to content

Commit

Permalink
[docs] fix errors on IE11 caused by dr-ui dependencies (#8544)
Browse files Browse the repository at this point in the history
* Update batfish.config.js

* update dr-ui
  • Loading branch information
Katy DeCorah authored and mourner committed Jul 30, 2019
1 parent 2ccb6d1 commit 006bd66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion batfish.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ module.exports = () => {
}
},
devBrowserslist: false,
babelInclude: ['documentation']
babelInclude: [
'documentation',
'debounce-fn',
'mimic-fn'
]
};

// Local builds treat the `dist` directory as static assets, allowing you to test examples against the
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@mapbox/appropriate-images": "^2.0.0",
"@mapbox/appropriate-images-react": "^1.0.0",
"@mapbox/batfish": "1.9.8",
"@mapbox/dr-ui": "0.19.0",
"@mapbox/dr-ui": "0.19.1",
"@mapbox/flow-remove-types": "^1.3.0-await.upstream.2",
"@mapbox/gazetteer": "^3.1.2",
"@mapbox/mapbox-gl-rtl-text": "^0.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1162,10 +1162,10 @@
webpack-merge "^4.1.2"
worker-farm "^1.6.0"

"@mapbox/[email protected].0":
version "0.19.0"
resolved "https://registry.yarnpkg.com/@mapbox/dr-ui/-/dr-ui-0.19.0.tgz#cd5a89f91370633e1eda697b9f6147d8991b1141"
integrity sha512-bRA6dQUtJ582Eja9cfJ10oM4C+Kb9rT7KYYcT2yku/QsqchSMceW7eJekzG4fffU7PL49+7Iwnzxa0QiMLmxKQ==
"@mapbox/[email protected].1":
version "0.19.1"
resolved "https://registry.yarnpkg.com/@mapbox/dr-ui/-/dr-ui-0.19.1.tgz#97806b96d7eae5458ec7a03b750a312ae4d47c82"
integrity sha512-B7+W4mNogqIF2WWR3oHD0y6aHELl6TVltNcbuXuTpGkuqQFFovqEbS/QytIx3yujgar+RdJTSMOvmZJbe402aQ==
dependencies:
"@elastic/react-search-ui" "^1.0.0"
"@elastic/react-search-ui-views" "^1.0.0"
Expand Down

0 comments on commit 006bd66

Please sign in to comment.