mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
add @elastic/safer-lodash-set to kbn-ui-shared-deps
This commit is contained in:
parent
6c18481dd1
commit
4634208293
2 changed files with 2 additions and 0 deletions
|
@ -48,3 +48,4 @@ export const LodashFp = require('lodash/fp');
|
|||
export const TsLib = require('tslib');
|
||||
export const KbnAnalytics = require('@kbn/analytics');
|
||||
export const KbnStd = require('@kbn/std');
|
||||
export const SaferLodashSet = require('@elastic/safer-lodash-set');
|
||||
|
|
|
@ -59,5 +59,6 @@ exports.externals = {
|
|||
tslib: '__kbnSharedDeps__.TsLib',
|
||||
'@kbn/analytics': '__kbnSharedDeps__.KbnAnalytics',
|
||||
'@kbn/std': '__kbnSharedDeps__.KbnStd',
|
||||
'@elastic/safer-lodash-set': '__kbnSharedDeps__.SaferLodashSet',
|
||||
};
|
||||
exports.publicPathLoader = require.resolve('./public_path_loader');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue