Skip to content

Commit

Permalink
fix(compatibility): fix a problem importing a renamed dependency
Browse files Browse the repository at this point in the history
Renamed @elastic/safer-lodash-set to @kbn/safer-lodash-set
  • Loading branch information
Desvelao committed Nov 4, 2022
1 parent 022b6ba commit 818f71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
IRootScopeService,
} from 'angular';
import $ from 'jquery';
import { set } from '@elastic/safer-lodash-set';
import { set } from '@kbn/safer-lodash-set';
import { get } from 'lodash';
import * as Rx from 'rxjs';
import { ChromeBreadcrumb, EnvironmentMode, PackageInfo } from 'kibana/public';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { set } from '@elastic/safer-lodash-set';
import { set } from '@kbn/safer-lodash-set';
import _ from 'lodash';

/**
Expand Down

0 comments on commit 818f71a

Please sign in to comment.