mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Adding CustomEvent polyfill for IE11 support * Fixed version * Fixed version in the yarn.lock as well * Back to ^
This commit is contained in:
parent
8ed690506d
commit
ad5a168cc9
3 changed files with 6 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
"commander": "2.8.1",
|
||||
"compare-versions": "3.1.0",
|
||||
"css-loader": "0.28.7",
|
||||
"custom-event-polyfill": "^0.3.0",
|
||||
"d3": "3.5.6",
|
||||
"d3-cloud": "1.2.1",
|
||||
"dragula": "3.7.0",
|
||||
|
|
|
@ -4,6 +4,7 @@ import angular from 'angular';
|
|||
import { metadata } from 'ui/metadata';
|
||||
import 'babel-polyfill';
|
||||
import 'whatwg-fetch';
|
||||
import 'custom-event-polyfill';
|
||||
import 'ui/timefilter';
|
||||
import 'ui/notify';
|
||||
import 'ui/private';
|
||||
|
|
|
@ -2737,6 +2737,10 @@ currently-unhandled@^0.4.1:
|
|||
dependencies:
|
||||
array-find-index "^1.0.1"
|
||||
|
||||
custom-event-polyfill@^0.3.0:
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/custom-event-polyfill/-/custom-event-polyfill-0.3.0.tgz#99807839be62edb446b645832e0d80ead6fa1888"
|
||||
|
||||
custom-event@1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/custom-event/-/custom-event-1.0.0.tgz#2e4628be19dc4b214b5c02630c5971e811618062"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue