Skip to content

Commit

Permalink
Pinned a few packages so that floating dependency builds don't break
Browse files Browse the repository at this point in the history
ember-data: Too permissive. The latest version 3.26 was being installed. Incompatible with the existing setup

whatwg-fetch: Incompatible version. Should be cleared up when we next upgrade addon-docs. (ember-cli/ember-fetch#547)
  • Loading branch information
gilest committed Apr 15, 2021
1 parent 0a8d588 commit 2d577c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"postversion": "git push && git push --tags"
},
"resolutions": {
"ember-cli-template-lint/**/ember-template-lint": "^1.4.0"
"ember-cli-template-lint/**/ember-template-lint": "^1.4.0",
"ember-data": "3.5.2",
"whatwg-fetch": "3.3.1"
},
"dependencies": {
"@babel/core": "^7.4.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6228,7 +6228,7 @@ ember-composable-helpers@^2.4.0:
ember-compatibility-helpers "^1.2.0"
ember-maybe-import-regenerator "^0.1.6"

"[email protected] - 3.x":
"[email protected] - 3.x", [email protected]:
version "3.5.2"
resolved "https://registry.yarnpkg.com/ember-data/-/ember-data-3.5.2.tgz#6ec84ba85e28d7e1da6039202f65c38f8b1e43ad"
integrity sha512-0aloRoOp9zgLCFJ0qfgNDD++Ai9d1xB5jHL1OI+uNjXhX8r4dG1PiCdvtwVW0OlrZOu9VBodv3kYoRG1SLZU7g==
Expand Down Expand Up @@ -14788,10 +14788,10 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.5:
dependencies:
iconv-lite "0.4.24"

whatwg-fetch@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.2.0.tgz#8e134f701f0a4ab5fda82626f113e2b647fd16dc"
integrity sha512-SdGPoQMMnzVYThUbSrEvqTlkvC1Ux27NehaJ/GUHBfNrh5Mjg+1/uRyFMwVnxO2MrikMWvWAqUGgQOfVU4hT7w==
whatwg-fetch@3.3.1, whatwg-fetch@^3.0.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.3.1.tgz#6c1acf37dec176b0fd6bc9a74b616bec2f612935"
integrity sha512-faXTmGDcLuEPBpJwb5LQfyxvubKiE+RlbmmweFGKjvIPFj4uHTTfdtTIkdTRhC6OSH9S9eyYbx8kZ0UEaQqYTA==

whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0:
version "2.3.0"
Expand Down

0 comments on commit 2d577c6

Please sign in to comment.