Reset lockfile to fix event-stream npm removal

This commit is contained in:
Brian Beck 2021-04-10 11:37:01 -07:00
parent 24ebfa1b51
commit 24d53d4687
3 changed files with 2024 additions and 1187 deletions

View file

@ -7,9 +7,7 @@ export function extendContext(extension, context, options) {
if (extension.extendContext) {
if (typeof extension.extendContext === 'function') {
debug(
`Extending context via a function from the “${
extension.name
} extension.`
`Extending context via a function from the “${extension.name}” extension.`
)
context = extension.extendContext(context, options)
} else {

View file

@ -25,9 +25,7 @@ export function applyExtension(extension, schema, options = {}) {
}
} else if (typeof extension.extendSchema === 'function') {
debug(
`Extending schema via a function from the “${
extension.name
} extension.`
`Extending schema via a function from the “${extension.name}” extension.`
)
outputSchema = extension.extendSchema(schema, options)
} else {

3203
yarn.lock

File diff suppressed because it is too large Load diff