Skip to content

Commit

Permalink
Merge pull request #18838 from emberjs/bugfix/upgrade-glimmer-fix-eac…
Browse files Browse the repository at this point in the history
…h-destroy

[BUGFIX release] Fix destructors in {{each}}
  • Loading branch information
rwjblue committed Mar 25, 2020
2 parents 4808682 + aa3634a commit 485489a
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 133 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
},
"devDependencies": {
"@babel/preset-env": "^7.9.0",
"@glimmer/compiler": "^0.48.0",
"@glimmer/compiler": "^0.49.0",
"@glimmer/env": "^0.1.7",
"@glimmer/interfaces": "^0.48.0",
"@glimmer/node": "^0.48.0",
"@glimmer/opcode-compiler": "^0.48.0",
"@glimmer/program": "^0.48.0",
"@glimmer/reference": "^0.48.0",
"@glimmer/runtime": "^0.48.0",
"@glimmer/validator": "^0.48.0",
"@glimmer/interfaces": "^0.49.0",
"@glimmer/node": "^0.49.0",
"@glimmer/opcode-compiler": "^0.49.0",
"@glimmer/program": "^0.49.0",
"@glimmer/reference": "^0.49.0",
"@glimmer/runtime": "^0.49.0",
"@glimmer/validator": "^0.49.0",
"@simple-dom/document": "^1.4.0",
"@types/qunit": "^2.5.4",
"@types/rsvp": "^4.0.3",
Expand Down
Loading

0 comments on commit 485489a

Please sign in to comment.