kibana/packages/kbn-ui-shared-deps-npm
Tiago Costa 86bb11dfb3
chore(NA): upgrades bazel rules nodejs to v5 (#129522) (#129852)
* chore(NA): upgrade bazel into v5

* chore(NA): initial work to upgrade to rules v5

* chore(NA): remove @elastic/datemath jest unit test for eslint plugin imports

* chore(NA): removed packager tsc_wrapped added my mistake

(cherry picked from commit eb0ef19583)

# Conflicts:
#	.github/CODEOWNERS
#	packages/kbn-eslint-plugin-imports/src/integration_tests/resolve_kibana_import.test.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-04-08 16:30:53 -07:00
..
src chore(NA): splits types from code on @kbn/ui-shared-deps-npm (#122788) 2022-01-13 02:23:18 +00:00
BUILD.bazel chore(NA): upgrades bazel rules nodejs to v5 (#129522) (#129852) 2022-04-08 16:30:53 -07:00
package.json chore(NA): splits types from code on @kbn/ui-shared-deps-npm (#122788) 2022-01-13 02:23:18 +00:00
README.md [kbn/ui-shared-deps] split into two packages (#110558) 2021-09-16 12:06:46 -07:00
tsconfig.json [bazel] avoid a little boilerplate in packages (#126309) 2022-02-24 12:43:12 -06:00
webpack.config.js Upgrade EUI to v46.1.0 (#123652) 2022-01-28 08:53:36 -06:00

@kbn/ui-shared-deps-npm

Shared dependencies that must only have a single instance and also come from NPM 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.