mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
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
This commit is contained in:
parent
10ccea41ee
commit
921d826da5
@ -26,6 +26,7 @@
|
|||||||
"node": ">= 6"
|
"node": ">= 6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@ember/jquery": "0.5.2",
|
||||||
"@ember/optional-features": "0.7.0",
|
"@ember/optional-features": "0.7.0",
|
||||||
"@html-next/vertical-collection": "1.0.0-beta.12",
|
"@html-next/vertical-collection": "1.0.0-beta.12",
|
||||||
"@tryghost/mobiledoc-kit": "0.11.1-ghost.5",
|
"@tryghost/mobiledoc-kit": "0.11.1-ghost.5",
|
||||||
|
@ -596,6 +596,16 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
|
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
|
||||||
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
|
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":
|
"@ember/optional-features@0.7.0":
|
||||||
version "0.7.0"
|
version "0.7.0"
|
||||||
resolved "https://registry.yarnpkg.com/@ember/optional-features/-/optional-features-0.7.0.tgz#f65a858007020ddfb8342f586112750c32abd2d9"
|
resolved "https://registry.yarnpkg.com/@ember/optional-features/-/optional-features-0.7.0.tgz#f65a858007020ddfb8342f586112750c32abd2d9"
|
||||||
|
Loading…
Reference in New Issue
Block a user