File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export default class DownloadGraph extends Component {
32
32
}
33
33
34
34
willDestroy ( ) {
35
+ super . willDestroy ( ...arguments ) ;
35
36
window . removeEventListener ( 'resize' , this . resizeHandler ) ;
36
37
}
37
38
Original file line number Diff line number Diff line change 107
107
"ember-window-mock" : " 0.7.1" ,
108
108
"eslint" : " 7.16.0" ,
109
109
"eslint-config-prettier" : " 7.1.0" ,
110
- "eslint-plugin-ember" : " 10.0.2 " ,
110
+ "eslint-plugin-ember" : " 10.1.0 " ,
111
111
"eslint-plugin-ember-concurrency" : " 0.2.1" ,
112
112
"eslint-plugin-import-helpers" : " 1.1.0" ,
113
113
"eslint-plugin-prettier" : " 3.3.0" ,
Original file line number Diff line number Diff line change 7366
7366
resolved "https://registry.yarnpkg.com/eslint-plugin-ember-concurrency/-/eslint-plugin-ember-concurrency-0.2.1.tgz#9836226a4e2287259250ed57d4f9315d254fbc8f"
7367
7367
integrity sha512-Gan1/Cc0w7w7e+BmIOPIzjiVQumhRguGJDnk49JUWfMVFwECOPvAJ++BOesEj3ogIpQDLeLNMYHN9gtjXmtM8Q==
7368
7368
7369
- eslint-plugin-ember@10.0.2 :
7370
- version "10.0.2 "
7371
- resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.0.2. tgz#5e81c6baf75ca62fce424c0a422e494cee2d4421 "
7372
- integrity sha512-GKZhLsnvODkAhORlsnT24D451Kl47ykMoqYKktZJR2Q3+3kklcU0Bj8xkqKJj/HVhsBH80FD74yTiYZKavSqFg ==
7369
+ eslint-plugin-ember@10.1.0 :
7370
+ version "10.1.0 "
7371
+ resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.1.0. tgz#e7ca20cb1255c93732cd0d233d3f4fcb1bd591ea "
7372
+ integrity sha512-NP2bwa1zCuHk0HWk2zAG3COybGqk3okIxtQYRkW8YBJymDJGdLsJ+yD1B1ZJO9J3w3vPPZRF+wulkQsv7ppagQ ==
7373
7373
dependencies:
7374
7374
"@ember-data/rfc395-data" "^0.0.4"
7375
7375
css-tree "^1.0.0-alpha.39"
7376
7376
ember-rfc176-data "^0.3.15"
7377
+ eslint-utils "^2.1.0"
7377
7378
lodash.kebabcase "^4.1.1"
7378
7379
snake-case "^3.0.3"
7379
7380
You can’t perform that action at this time.
0 commit comments