kibana/packages/kbn-ui-shared-deps
Chandler Prall 3bad1fc328
Upgraded EUI to v29.3.0 (#78870)
* Upgraded EUI to v29.2.0

* Remove hacks on top of EuiHeaderLink(s)

* Actual update to eui@29.2.0

* Resolve typescript issue when omitting a key over a union

* Resolve nav menu test's expectations

* Fix lint issue

* Update to 29.3.0

* Revert vega snapshot update

I don’t think this was intended to change when I ran the updater

* [ui-shared-deps] strip proptypes from ui-shared-deps production build

Co-authored-by: cchaos <caroline.horn@elastic.co>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-10-05 12:44:29 -06:00
..
scripts [kbn/ui-shared-deps] track asset sizes (#78718) 2020-09-29 22:14:59 -07:00
vendor [kbn/ui-shared-deps] include polyfills, required by some deps (#54667) 2020-01-14 11:35:35 -07:00
entry.js [shared-ui-deps] use a single global version of lodash (#78100) 2020-09-24 09:45:01 -07:00
index.d.ts [bootstrap/styles] add early support for v8 themes (#66673) 2020-05-21 14:08:58 -07:00
index.js [shared-ui-deps] use a single global version of lodash (#78100) 2020-09-24 09:45:01 -07:00
package.json Upgraded EUI to v29.3.0 (#78870) 2020-10-05 12:44:29 -06:00
polyfills.js [kbn/optimizer] link to kibanaReact/kibanaUtils plugins (#62720) 2020-04-08 12:15:48 -07:00
public_path_loader.js [kbn/optimizer] update public path before imports (#67561) 2020-05-29 14:21:14 -07:00
public_path_module_creator.js [kbn/optimizer] update public path before imports (#67561) 2020-05-29 14:21:14 -07:00
README.md
theme.ts Remove karma (#73126) 2020-07-27 11:07:58 -07:00
tsconfig.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) 2020-09-03 14:20:04 +02:00
webpack.config.js Upgraded EUI to v29.3.0 (#78870) 2020-10-05 12:44:29 -06:00
yarn.lock [kbn/ui-shared-deps] expand and split (#62364) 2020-04-03 14:11:36 -07:00

@kbn/ui-shared-deps

Shared dependencies that must only have a single instance are installed and re-exported from here. To consume them, import the package and merge the externals export into your webpack config so that all references to the supported modules will be remapped to use the global versions.