kibana/packages/kbn-ui-shared-deps
Uladzislau Lasitsa 67acb7fa11
Bump "monaco-editor" and "react-monaco-editor" to latest versions (#90158) (#91019)
* Update version of react-monaco-editor and monaco-editor libraries

* Fix yarn lock file

* Fix CI

* Fix unit tests

* Fix CI

* Fix comment

* move monaco instance in window.MonacoEnvironment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-11 10:07:29 +03:00
..
flot_charts remove accidental license header from vendored code (#90219) (#90231) 2021-02-03 21:54:03 -07:00
scripts [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
vendor
entry.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
index.d.ts [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
index.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
package.json [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
polyfills.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
public_path_loader.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
public_path_module_creator.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
README.md
theme.ts [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
tsconfig.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) (#76632) 2020-09-03 23:02:05 +02:00
webpack.config.js Bump "monaco-editor" and "react-monaco-editor" to latest versions (#90158) (#91019) 2021-02-11 10:07:29 +03: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.