Skip to content

Commit

Permalink
Update minimum @ember/edition-utils to 1.2.0.
Browse files Browse the repository at this point in the history
Prior to this, it was still possible to end up with apps using
[email protected] with @ember/[email protected]. The most common
reason for this is that the lock file mechanism (yarn or npm) attempts
to preserve @ember/[email protected] when updating ember-source from a
prior version.

(cherry picked from commit 93d51b1)
  • Loading branch information
rwjblue committed Feb 3, 2020
1 parent 645dab5 commit 7ffd647
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-transform-block-scoping": "^7.6.2",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@ember/edition-utils": "^1.1.1",
"@ember/edition-utils": "^1.2.0",
"babel-plugin-debug-macros": "^0.3.3",
"babel-plugin-filter-imports": "^3.0.0",
"broccoli-concat": "^3.7.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -770,10 +770,10 @@
exec-sh "^0.3.2"
minimist "^1.2.0"

"@ember/edition-utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@ember/edition-utils/-/edition-utils-1.1.1.tgz#d5732c3da593f202e6e1ac6dbee56a758242403f"
integrity sha512-GEhri78jdQp/xxPpM6z08KlB0wrHfnfrJ9dmQk7JeQ4XCiMzXsJci7yooQgg/IcTKCM/PxE/IkGCQAo80adMkw==
"@ember/edition-utils@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@ember/edition-utils/-/edition-utils-1.2.0.tgz#a039f542dc14c8e8299c81cd5abba95e2459cfa6"
integrity sha512-VmVq/8saCaPdesQmftPqbFtxJWrzxNGSQ+e8x8LLe3Hjm36pJ04Q8LeORGZkAeOhldoUX9seLGmSaHeXkIqoog==

"@glimmer/[email protected]":
version "0.38.5-alpha.5"
Expand Down

0 comments on commit 7ffd647

Please sign in to comment.