From 921d826da5960d395867875a2c2265ee0c4c7ecf Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 14 Jan 2019 15:38:53 +0000 Subject: [PATCH] Fixed @ember/jquery deprecation warning during builds no issue - add `@ember/jquery` package to remove deprecation warning for jQuery not being bundled with future Ember versions --- ghost/admin/package.json | 1 + ghost/admin/yarn.lock | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 383f573bfb..29d7925dd8 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -26,6 +26,7 @@ "node": ">= 6" }, "devDependencies": { + "@ember/jquery": "0.5.2", "@ember/optional-features": "0.7.0", "@html-next/vertical-collection": "1.0.0-beta.12", "@tryghost/mobiledoc-kit": "0.11.1-ghost.5", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index c43f69d5b0..25af6ad049 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -596,6 +596,16 @@ resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7" integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw== +"@ember/jquery@0.5.2": + version "0.5.2" + resolved "https://registry.yarnpkg.com/@ember/jquery/-/jquery-0.5.2.tgz#fe312c03ada0022fa092d23f7cd7e2eb0374b53a" + integrity sha1-/jEsA62gAi+gktI/fNfi6wN0tTo= + dependencies: + broccoli-funnel "^2.0.1" + ember-cli-babel "^6.6.0" + jquery "^3.3.1" + resolve "^1.7.1" + "@ember/optional-features@0.7.0": version "0.7.0" resolved "https://registry.yarnpkg.com/@ember/optional-features/-/optional-features-0.7.0.tgz#f65a858007020ddfb8342f586112750c32abd2d9"