Skip to content

Commit

Permalink
Merge pull request #121 from ilovethebends/chore/update-deprecation-t…
Browse files Browse the repository at this point in the history
…o-ember-copy

chore(deps): replace deprecated internal copy with ember-copy. id: em…
  • Loading branch information
eriktrom authored Apr 26, 2019
2 parents c19aeda + 5a0fe9e commit 8cbc56a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/slide-toggle.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { alias } from '@ember/object/computed';
import { run } from '@ember/runloop';
import { copy } from '@ember/object/internals';
import { copy } from 'ember-copy';
import Component from '@ember/component';
import VelocityMixin from 'ember-velocity-mixin';
import RecognizerMixin from '../mixins/recognizers';
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"ember-cli-babel": "^6.8.2",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-version-checker": "^2.1.0",
"ember-copy": "^1.0.0",
"ember-getowner-polyfill": "^2.2.0",
"hammerjs": "^2.0.8",
"rsvp": "^3.1.0"
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2528,6 +2528,12 @@ ember-code-snippet@^1.2.1:
glob "^4.0.4"
highlight.js "^9.5.0"

ember-copy@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ember-copy/-/ember-copy-1.0.0.tgz#426554ba6cf65920f31d24d0a3ca2cb1be16e4aa"
dependencies:
ember-cli-babel "^6.6.0"

ember-disable-prototype-extensions@^1.1.2:
version "1.1.3"
resolved "https://registry.yarnpkg.com/ember-disable-prototype-extensions/-/ember-disable-prototype-extensions-1.1.3.tgz#1969135217654b5e278f9fe2d9d4e49b5720329e"
Expand Down

0 comments on commit 8cbc56a

Please sign in to comment.