kibana/packages/kbn-ui-shared-deps
Chandler Prall 096dda6f34
Upgrade EUI to v20.0.2 (#59199)
* Updated EUI to 20.0.1; updated typescript usage

* snapshots

* Upgrade to eui 20.0.2, fix one more type

* PR feedback

* Update EUI icon usage to the correct types

* Updated with master
2020-03-05 12:27:52 -07:00
..
scripts [kbn/ui-shared-deps] load base css file (#58520) 2020-02-26 08:25:03 -07:00
vendor [kbn/ui-shared-deps] include polyfills, required by some deps (#54667) 2020-01-14 11:35:35 -07:00
entry.js add monaco to kbn/ui-shared-deps and load required features for all uses (#58075) 2020-02-20 12:58:42 -07:00
index.d.ts [kbn/ui-shared-deps] load base css file (#58520) 2020-02-26 08:25:03 -07:00
index.js [kbn/ui-shared-deps] load base css file (#58520) 2020-02-26 08:25:03 -07:00
monaco.ts add monaco to kbn/ui-shared-deps and load required features for all uses (#58075) 2020-02-20 12:58:42 -07:00
package.json Upgrade EUI to v20.0.2 (#59199) 2020-03-05 12:27:52 -07:00
polyfills.js Revert switching abort controller libraries (#57216) 2020-02-18 11:19:07 -07:00
README.md share specific instances of some ui packages (#54079) 2020-01-10 15:22:18 -07:00
tsconfig.json add monaco to kbn/ui-shared-deps and load required features for all uses (#58075) 2020-02-20 12:58:42 -07:00
webpack.config.js add monaco to kbn/ui-shared-deps and load required features for all uses (#58075) 2020-02-20 12:58:42 -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.