Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Update dependency ember-css-transitions to v3 (#2249)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 8, 2022
1 parent 035f15a commit de3eaab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"ember-concurrency": "2.2.0",
"ember-concurrency-decorators": "2.0.3",
"ember-could-get-used-to-this": "1.0.1",
"ember-css-transitions": "2.1.1",
"ember-css-transitions": "3.0.0",
"ember-data": "3.24.0",
"ember-decorators": "6.1.1",
"ember-drag-drop": "0.4.8",
Expand Down
24 changes: 17 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6879,14 +6879,13 @@ ember-could-get-used-to-this@1.0.1:
ember-cli-babel "^7.22.1"
ember-cli-htmlbars "^4.2.0"

ember-css-transitions@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ember-css-transitions/-/ember-css-transitions-2.1.1.tgz#616069b8adef0175ec310cf504587587e8789f65"
integrity sha512-Kue3tMUHlmeEQvnV1YXoJSjk/wIKiywAT72ny89Yl7rRzEjgjOMcUD69HSg3ShsQNOpyzU0eOCANVtk00FjJig==
ember-css-transitions@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ember-css-transitions/-/ember-css-transitions-3.0.0.tgz#348d22d444a94611853ae06340422540d5a78050"
integrity sha512-yOa9LO4tNSHpcpv6u4rSQb1eLLtGwTTk/PbHIWcgzYj1EYLE4th3zdt4vKnM6ajBmlDFUSmjwLfDONTsWhizUg==
dependencies:
ember-cli-babel "^7.22.1"
ember-cli-htmlbars "^5.3.1"
ember-modifier "^2.1.0"
ember-cli-babel "^7.26.11"
ember-modifier "^2.1.2 || ^3.1.0"

ember-data@3.24.0:
version "3.24.0"
Expand Down Expand Up @@ -7188,6 +7187,17 @@ ember-modifier@2.1.2, ember-modifier@^2.1.0:
ember-cli-typescript "^4.2.1"
ember-compatibility-helpers "^1.2.5"

"ember-modifier@^2.1.2 || ^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/ember-modifier/-/ember-modifier-3.1.0.tgz#ba5b0941302accd787ed3dcfc8d20400b77ffc41"
integrity sha512-G5Lj9jVFsD2sVJcRNQfaGKG1p81wT4LGfClBhCuB4TgwP1NGJKdqI+Q8BW2MptONxQt/71UjjUH0YK7Gm9eahg==
dependencies:
ember-cli-babel "^7.26.6"
ember-cli-normalize-entity-name "^1.0.0"
ember-cli-string-utils "^1.1.0"
ember-cli-typescript "^4.2.1"
ember-compatibility-helpers "^1.2.5"

ember-moment@8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/ember-moment/-/ember-moment-8.0.2.tgz#6e5034045e9d1447fa6c0af80983b93ee62bb1be"
Expand Down

0 comments on commit de3eaab

Please sign in to comment.