From bd5a73b2ed84e1085bc84260ce95e6a4133e79e3 Mon Sep 17 00:00:00 2001 From: Christopher Bloom Date: Fri, 24 Jul 2020 09:24:36 -0700 Subject: [PATCH] Fix `npm run new` (#909) * Update all deps * Yeoman registerTransformStream appears to be fixed in latest update * Update PR template * Format --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- package-lock.json | 705 ++++++++++-------- package.json | 22 +- .../new-component/generators/app/index.js | 9 +- .../new-component/package-lock.json | 87 ++- tools/generators/new-component/package.json | 4 +- 6 files changed, 490 insertions(+), 339 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d156f5a470..52879978ed 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ Closes Issue #X