Skip to content

Commit

Permalink
Fix issues with destroy from @ember/destroyable.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jul 31, 2020
1 parent ffbd207 commit 8012224
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"amd-name-resolver": "^1.2.1",
"babel-plugin-debug-macros": "^0.3.3",
"babel-plugin-ember-data-packages-polyfill": "^0.1.2",
"babel-plugin-ember-modules-api-polyfill": "^3.1.0",
"babel-plugin-ember-modules-api-polyfill": "^3.1.1",
"babel-plugin-module-resolver": "^3.1.1",
"broccoli-babel-transpiler": "^7.7.0",
"broccoli-debug": "^0.6.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2411,12 +2411,12 @@ babel-plugin-ember-modules-api-polyfill@^2.12.0, babel-plugin-ember-modules-api-
dependencies:
ember-rfc176-data "^0.3.13"

babel-plugin-ember-modules-api-polyfill@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-3.1.0.tgz#02e2e6ab4220b28692a4bc08a5eb81ff96313a5f"
integrity sha512-TfyzenLPEZPorhO0omUUVpdQS+iKGehF4refqxP9znQN6MnjtxjSiGfRNnWY1syjK2/zCEuxIB91TmqrR/9bCg==
babel-plugin-ember-modules-api-polyfill@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-3.1.1.tgz#c6e9ede43b64c4e36512f260e42e829b071d9b4f"
integrity sha512-hRTnr59fJ6cIiSiSgQLM9QRiVv/RrBAYRYggCPQDj4dvYhOWZeoX6e+1jFY1qC3tJnSDuMWu3OrDciSIi1MJ0A==
dependencies:
ember-rfc176-data "^0.3.14"
ember-rfc176-data "^0.3.15"

babel-plugin-htmlbars-inline-precompile@^0.2.5:
version "0.2.6"
Expand Down Expand Up @@ -4669,10 +4669,10 @@ ember-rfc176-data@^0.3.1, ember-rfc176-data@^0.3.13, ember-rfc176-data@^0.3.5:
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.3.13.tgz#ed1712a26e65fec703655f35410414aa1982cf3b"
integrity sha512-m9JbwQlT6PjY7x/T8HslnXP7Sz9bx/pz3FrNfNi2NesJnbNISly0Lix6NV1fhfo46572cpq4jrM+/6yYlMefTQ==

ember-rfc176-data@^0.3.14:
version "0.3.14"
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.3.14.tgz#308808aa4bfdb655e6c3624fbe774699906c59ed"
integrity sha512-C4so9WmmDpRiAZYEzmFwgOSGyFCOL53vKkDuC3YXmbHF+fwDgBl18wt/N6D6pgHF9xXjt+WjHX0QTQzg3tOCyw==
ember-rfc176-data@^0.3.15:
version "0.3.15"
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.3.15.tgz#af3f1da5a0339b6feda380edc2f7190e0f416c2d"
integrity sha512-GPKa7zRDBblRy0orxTXt5yrpp/Pf5CkuRFSIR8qMFDww0CqCKjCRwdZnWYzCM4kAEfZnXRIDDefe1tBaFw7v7w==

ember-router-generator@^1.2.3:
version "1.2.3"
Expand Down

0 comments on commit 8012224

Please sign in to comment.