Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
ui: upgrade ember from 3.24.4 to 3.24.5
Browse files Browse the repository at this point in the history
Includes the following bugfixes:

- [#19685](emberjs/ember.js#19685) Fix memory leak with `RouterService` under Chrome
- [#19683](emberjs/ember.js#19683) Ensure `super.willDestroy` is called correctly in `Router`'s `willDestroy`
  • Loading branch information
jgwhite committed Sep 24, 2021
1 parent 8fdc650 commit 641560b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"ember-resolver": "^8.0.2",
"ember-router-service-refresh-polyfill": "^0.1.0",
"ember-set-helper": "^2.0.0",
"ember-source": "~3.24.0",
"ember-source": "~3.24.5",
"ember-svg-jar": "^2.2.3",
"ember-template-lint": "^3.5.0",
"ember-toggle": "^7.1.0",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9181,10 +9181,10 @@ ember-source-channel-url@^3.0.0:
dependencies:
node-fetch "^2.6.0"

ember-source@~3.24.0:
version "3.24.4"
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.24.4.tgz#db3f70cbe4155d48474177f1564627a1fc980f64"
integrity sha512-C5sFGxT743n2PCaTnpvy3GWHdPz+/Ve9qjcSdfRjUvFCSYNhsRkxkpXRvXEU8WoUXY35Pm4vV9RsiorX1M+/Tw==
ember-source@~3.24.5:
version "3.24.5"
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-3.24.5.tgz#7e1da13286f7d1ac63b3d3a547aaeb40bc18a696"
integrity sha512-j39L7C+q9o9qkwrwNtRN1AVGzE8TlxHm0c6xMzFZFaWMyQt3E7ov72fz3oIn17h8H7zZ1i7dl471Rbqx1GZsLw==
dependencies:
"@babel/helper-module-imports" "^7.8.3"
"@babel/plugin-transform-block-scoping" "^7.8.3"
Expand Down

0 comments on commit 641560b

Please sign in to comment.