Skip to content

Commit

Permalink
Make classnames a shared dep (#111636)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Tim Roes and kibanamachine committed Sep 10, 2021
1 parent 6991f22 commit 7da17a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-ui-shared-deps/src/entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ export const KbnStd = require('@kbn/std');
export const SaferLodashSet = require('@elastic/safer-lodash-set');
export const RisonNode = require('rison-node');
export const History = require('history');
export const Classnames = require('classnames');
1 change: 1 addition & 0 deletions packages/kbn-ui-shared-deps/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ exports.externals = {
'@elastic/safer-lodash-set': '__kbnSharedDeps__.SaferLodashSet',
'rison-node': '__kbnSharedDeps__.RisonNode',
history: '__kbnSharedDeps__.History',
classnames: '__kbnSharedDeps__.Classnames',
};

/**
Expand Down

0 comments on commit 7da17a5

Please sign in to comment.