-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade ember-resource and refactor (#543)
- Loading branch information
1 parent
43c6a28
commit e0a67a2
Showing
7 changed files
with
48 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6664,10 +6664,10 @@ [email protected]: | |
ember-cli-version-checker "^5.1.2" | ||
resolve "^1.20.0" | ||
|
||
ember-resources@^4.9.0: | ||
version "4.9.0" | ||
resolved "https://registry.yarnpkg.com/ember-resources/-/ember-resources-4.9.0.tgz#477c11f6656cdafb06f1f3ea4b6720fc7cc3bd1c" | ||
integrity sha512-pmHK44RMo+DEqmhAYXL1zjqSVzYxl4SlKvggwumpbcWUYrk2s2+AIHJUKSPcIh0L/7GEpvKzn15Tn8IBO13wGQ== | ||
ember-resources@^5.2.1: | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/ember-resources/-/ember-resources-5.2.1.tgz#e49fac86fac17e136235319b17d6854794c5463f" | ||
integrity sha512-OFKzWluBee7q1gaQSP/iJsLkk5SqCoEA92Q56+GembR1zKITvqINU42r/08W+gKPrbef/JWRwvhkumNjrGAzjg== | ||
dependencies: | ||
"@babel/runtime" "^7.17.8" | ||
"@embroider/addon-shim" "^1.2.0" | ||
|