From 6a39ed02674095eb694f1af6395e278048a547eb Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sun, 29 Sep 2019 21:39:56 -0400 Subject: [PATCH] Show fixes working. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With these changes running `ember b` has the following output: ``` ❯ ember b Could not start watchman Visit https://ember-cli.com/user-guide/#watchman for more info. Environment: development ⠹ building... [Babel: ember-load-initializers > applyPatches] processing ember-quickstart/templates/application.hbs ⠸ building... [broccoli-persistent-filter:TemplateCompiler > applyPatches] processing ember-quickstart/components/foo.hbs cleaning up... Built project successfully. Stored in "dist/". ``` --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 38a5a0f..b990184 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "ember-cli-app-version": "^3.2.0", "ember-cli-babel": "^7.11.1", "ember-cli-dependency-checker": "^3.1.0", - "ember-cli-htmlbars": "^4.0.0", + "ember-cli-htmlbars": "^4.0.2", "ember-cli-inject-live-reload": "^2.0.1", "ember-cli-sri": "^2.1.1", "ember-cli-uglify": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index fe8c032..2ef3601 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1881,10 +1881,10 @@ babel-plugin-htmlbars-inline-precompile@^1.0.0: resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-1.0.0.tgz#a9d2f6eaad8a3f3d361602de593a8cbef8179c22" integrity sha512-4jvKEHR1bAX03hBDZ94IXsYCj3bwk9vYsn6ux6JZNL2U5pvzCWjqyrGahfsGNrhERyxw8IqcirOi9Q6WCo3dkQ== -babel-plugin-htmlbars-inline-precompile@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-2.1.0.tgz#92b0b23efc462c8df4d54c04a591b5d4111fd9c2" - integrity sha512-yoaNhhSO1bM5qgzwmK5y8EteCq6rOsrTjbgVFQoZcVuADAlDPYNcvin4120BR9UPG2qWD3mYwYPfY39kWq3WGA== +babel-plugin-htmlbars-inline-precompile@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-2.1.1.tgz#59edd4eab28d27fbafa26d51bc19795278d103a9" + integrity sha512-obo5//IFrEZNAQovcXxOXLn5nwkQ0Y+xhR7AMg1sYR6W7KxQLZI9/XzbIytVhjwwY+Bd2e0+qyHEplJbHyZ1Og== babel-plugin-module-resolver@^3.1.1, babel-plugin-module-resolver@^3.2.0: version "3.2.0" @@ -4076,13 +4076,13 @@ ember-cli-htmlbars@^3.0.1: json-stable-stringify "^1.0.1" strip-bom "^3.0.0" -ember-cli-htmlbars@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-4.0.0.tgz#856b8e2335dc69fd9ecfc74aa0a04959e82a95de" - integrity sha512-BQpKjFYDpu6ozEoyAjn7DHljHxt5KUPUwFYOqF2NNMSJJjpky2DgoJgsaP4xG8wvSoZXwGLPUcbdtQLoOH2bIw== +ember-cli-htmlbars@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-4.0.2.tgz#a3173ce5314ac2e574faa0abde09193bfad77753" + integrity sha512-6IfthKFT3uBvM9WiMS9cHInmERVgAZUi+AejJuFcWaJ5vaH7FA+Iuf/GYFP3TR5ez+XmxVTokbeY69kBqFXvRg== dependencies: "@ember/edition-utils" "^1.1.1" - babel-plugin-htmlbars-inline-precompile "^2.1.0" + babel-plugin-htmlbars-inline-precompile "^2.1.1" broccoli-debug "^0.6.5" broccoli-persistent-filter "^2.3.1" broccoli-plugin "^2.0.0"