chore(deps): replace @kyleshockey/* deps with originals
@kyleshockey/object-assign-deep - replaced by lodash/merge. If behavior not be compatible well use lodash/mergeWith. @kyleshockey/xml - by installing stream library directly, we can use origin xml library without the fork. Refs #7341
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { objectify, isFunc, normalizeArray, deeplyStripKey } from "core/utils"
|
||||
import XML from "@kyleshockey/xml"
|
||||
import XML from "xml"
|
||||
import memoizee from "memoizee"
|
||||
import isEmpty from "lodash/isEmpty"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user