Skip to content

Commit

Permalink
fix: add ember-concurrency as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Jul 7, 2023
1 parent fc92e98 commit e3791b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-composable-helpers": "^5.0.0",
"ember-concurrency": "^3.0.0",
"ember-data": "~4.11.0",
"ember-fetch": "^8.1.2",
"ember-flatpickr": "^4.0.0",
Expand Down
14 changes: 14 additions & 0 deletions ember/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7205,6 +7205,20 @@ ember-concurrency@^2.0.0, ember-concurrency@^2.3.7:
ember-compatibility-helpers "^1.2.0"
ember-destroyable-polyfill "^2.0.2"

ember-concurrency@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ember-concurrency/-/ember-concurrency-3.0.0.tgz#dc691998b08f8bb7166480229db437f92971f599"
integrity sha512-MUsOgl4qLkINxrY+9FuohSOsn7Ytd3xCxu9mThSrMPatxomscZz/0lT4M95S7xy2aNO4o/zGfAEULECQ09YkWA==
dependencies:
"@babel/helper-plugin-utils" "^7.12.13"
"@babel/types" "^7.12.13"
"@glimmer/tracking" "^1.0.4"
ember-cli-babel "^7.26.11"
ember-cli-babel-plugin-helpers "^1.1.1"
ember-cli-htmlbars "^5.7.1"
ember-compatibility-helpers "^1.2.0"
ember-destroyable-polyfill "^2.0.2"

ember-cookies@^0.5.0:
version "0.5.2"
resolved "https://registry.yarnpkg.com/ember-cookies/-/ember-cookies-0.5.2.tgz#06e33463f2f83254fefaf224cc944dec3fb9d3ba"
Expand Down

0 comments on commit e3791b7

Please sign in to comment.