Remove remaining lodash dependencies (#13139)

This commit is contained in:
Nicolò Ribaudo
2021-04-13 22:41:22 +02:00
committed by GitHub
parent b35c78f08d
commit d24bd7ce5c
16 changed files with 55 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
import last from "lodash/last"
import last from "lo-dash/last"
export default class Container {
last(key) {

View File

@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
});
exports.default = void 0;
var _last2 = babelHelpers.interopRequireDefault(require("lodash/last"));
var _last2 = babelHelpers.interopRequireDefault(require("lo-dash/last"));
let Container = /*#__PURE__*/function () {
function Container() {