Skip to content

Commit

Permalink
Upgrade ember-in-element-polyfill
Browse files Browse the repository at this point in the history
Fixes deprecation warnings on Ember canary:
```
The use of the private `{{-in-element}}` is deprecated,
please refactor to the public `{{in-element}}`.
```

See ember-polyfills/ember-in-element-polyfill#81
  • Loading branch information
gitKrystan committed May 1, 2020
1 parent e5286f4 commit d4b1ff9
Show file tree
Hide file tree
Showing 2 changed files with 1,280 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"ember-cli-babel": "^7.7.3",
"ember-in-element-polyfill": "^0.2.0"
"ember-in-element-polyfill": "^1.0.0"
},
"devDependencies": {
"broccoli-asset-rev": "^3.0.0",
Expand Down
Loading

0 comments on commit d4b1ff9

Please sign in to comment.