mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency ember-template-lint to v5.5.0
This commit is contained in:
parent
d6b8ff124b
commit
2c9fb2ad5e
2 changed files with 10 additions and 10 deletions
|
@ -115,7 +115,7 @@
|
|||
"ember-sinon": "5.0.0",
|
||||
"ember-source": "3.24.0",
|
||||
"ember-svg-jar": "2.4.2",
|
||||
"ember-template-lint": "5.3.3",
|
||||
"ember-template-lint": "5.5.0",
|
||||
"ember-test-selectors": "6.0.0",
|
||||
"ember-tooltips": "3.6.0",
|
||||
"ember-truth-helpers": "3.1.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -12452,10 +12452,10 @@ ember-svg-jar@2.4.2:
|
|||
lodash "^4.17.15"
|
||||
safe-stable-stringify "^2.2.0"
|
||||
|
||||
ember-template-imports@^3.4.0:
|
||||
version "3.4.0"
|
||||
resolved "https://registry.yarnpkg.com/ember-template-imports/-/ember-template-imports-3.4.0.tgz#c40757e2d41e289ce08c0fe80671000bf216e0ef"
|
||||
integrity sha512-3Cwcj3NXA129g3ZhmrQ/nYOxksFonTmB/qxyaSNTHrLBSoc93UZys47hBz13DlcfoeSCCrNt2Qpq1j890I04PQ==
|
||||
ember-template-imports@^3.4.1:
|
||||
version "3.4.1"
|
||||
resolved "https://registry.yarnpkg.com/ember-template-imports/-/ember-template-imports-3.4.1.tgz#bd400ddda2c2cad35ded53b35da1c0972452cde8"
|
||||
integrity sha512-KXnBFTAVxCfXnSCUgd/iuic9ajWbmFkRUBEeorJAMqxvougsPoK22s5ygE9O3GnzYdPpMwn+8v+/NAGy8HRBGA==
|
||||
dependencies:
|
||||
babel-import-util "^0.2.0"
|
||||
broccoli-stew "^3.0.0"
|
||||
|
@ -12467,17 +12467,17 @@ ember-template-imports@^3.4.0:
|
|||
string.prototype.matchall "^4.0.6"
|
||||
validate-peer-dependencies "^1.1.0"
|
||||
|
||||
ember-template-lint@5.3.3:
|
||||
version "5.3.3"
|
||||
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.3.3.tgz#c82cca0abd8d25900e848ebec17d48fe959c76ee"
|
||||
integrity sha512-8LfW8GNZq55Fv1awMahZsGUX2RsMvIAyo+hSt5rOE0qunGntmr5f8NlMzeKaJWqAvSXPlvIXhGrAwnhHnhAGZw==
|
||||
ember-template-lint@5.5.0:
|
||||
version "5.5.0"
|
||||
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-5.5.0.tgz#b1603fe378480bd069ef8401d9dd9eff4c09009e"
|
||||
integrity sha512-mKmJy+pnQhkMif/tMCdAxrPgR7h5BDE+qZrb0xPDuOl9kzNRC0gcTjx0xrXMj78BCdO3mi/JEkwI9kzMPWS3gg==
|
||||
dependencies:
|
||||
"@lint-todo/utils" "^13.0.3"
|
||||
aria-query "^5.0.2"
|
||||
chalk "^5.2.0"
|
||||
ci-info "^3.7.1"
|
||||
date-fns "^2.29.2"
|
||||
ember-template-imports "^3.4.0"
|
||||
ember-template-imports "^3.4.1"
|
||||
ember-template-recast "^6.1.3"
|
||||
eslint-formatter-kakoune "^1.0.0"
|
||||
find-up "^6.3.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue