chore(deps): bump serialize-error from 2.1.0 to 8.1.0 (#7223)

* apply named imports, per v5.x breaking changes
This commit is contained in:
Tim Lai
2021-04-29 13:49:36 -07:00
committed by GitHub
parent 474320d0b0
commit 38c6e127bf
5 changed files with 17 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import serializeError from "serialize-error"
import { serializeError } from "serialize-error"
export const NEW_THROWN_ERR = "err_new_thrown_err"
export const NEW_THROWN_ERR_BATCH = "err_new_thrown_err_batch"