mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Pin dependency @ember/test-helpers to 2.6.0 (#2222)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
5f51310714
commit
065cac4914
@ -28,7 +28,7 @@
|
||||
"@ember/jquery": "2.0.0",
|
||||
"@ember/optional-features": "2.0.0",
|
||||
"@ember/render-modifiers": "2.0.3",
|
||||
"@ember/test-helpers": "^2.1.4",
|
||||
"@ember/test-helpers": "2.6.0",
|
||||
"@glimmer/component": "1.0.4",
|
||||
"@html-next/vertical-collection": "2.1.0",
|
||||
"@joeattardi/emoji-button": "4.6.2",
|
||||
|
@ -1276,6 +1276,18 @@
|
||||
dependencies:
|
||||
ember-cli-babel "^7.4.0"
|
||||
|
||||
"@ember/test-helpers@2.6.0":
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.6.0.tgz#d687515c6ab49ba72717fc62046970ef4a72ea9c"
|
||||
integrity sha512-N5sr3layWk60wB3maCy+/5hFHQRcTh8aqxcZTSs3Od9QkuHdWBtRgMGLP/35mXpJlgWuu3xqLpt6u3dGHc8gCg==
|
||||
dependencies:
|
||||
"@ember/test-waiters" "^3.0.0"
|
||||
broccoli-debug "^0.6.5"
|
||||
broccoli-funnel "^3.0.8"
|
||||
ember-cli-babel "^7.26.6"
|
||||
ember-cli-htmlbars "^5.7.1"
|
||||
ember-destroyable-polyfill "^2.0.3"
|
||||
|
||||
"@ember/test-helpers@^1.7.1":
|
||||
version "1.7.3"
|
||||
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-1.7.3.tgz#d06b36cb579b172186b11b236b90f0a1aba15ab0"
|
||||
@ -1288,18 +1300,6 @@
|
||||
ember-cli-htmlbars-inline-precompile "^2.1.0"
|
||||
ember-test-waiters "^1.1.1"
|
||||
|
||||
"@ember/test-helpers@^2.1.4":
|
||||
version "2.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-2.6.0.tgz#d687515c6ab49ba72717fc62046970ef4a72ea9c"
|
||||
integrity sha512-N5sr3layWk60wB3maCy+/5hFHQRcTh8aqxcZTSs3Od9QkuHdWBtRgMGLP/35mXpJlgWuu3xqLpt6u3dGHc8gCg==
|
||||
dependencies:
|
||||
"@ember/test-waiters" "^3.0.0"
|
||||
broccoli-debug "^0.6.5"
|
||||
broccoli-funnel "^3.0.8"
|
||||
ember-cli-babel "^7.26.6"
|
||||
ember-cli-htmlbars "^5.7.1"
|
||||
ember-destroyable-polyfill "^2.0.3"
|
||||
|
||||
"@ember/test-waiters@^3.0.0":
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@ember/test-waiters/-/test-waiters-3.0.0.tgz#b66a35cd5b78ec3c296a6f5f5fb3852780a5d3c8"
|
||||
|
Loading…
Reference in New Issue
Block a user