Skip to content

Commit

Permalink
Drop ember-destroyable-polyfill that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
acorncom committed Nov 20, 2024
1 parent 15bfba2 commit a7a827d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-typescript": "^4.2.1",
"ember-cli-version-checker": "^5.1.2",
"ember-destroyable-polyfill": "^2.0.1",
"fs-extra": "^11.2.0",
"validate-peer-dependencies": "^2.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"ember-a11y-testing/*": ["addon/*"],
"ember-a11y-testing/test-support": ["addon-test-support"],
"ember-a11y-testing/test-support/*": ["addon-test-support/*"],
"@ember/destroyable": ["node_modules/ember-destroyable-polyfill"],
"*": ["types/*"]
}
},
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5133,7 +5133,7 @@ ember-cli@^4.0.1:
workerpool "^6.4.0"
yam "^1.0.0"

ember-compatibility-helpers@^1.1.2, ember-compatibility-helpers@^1.2.1:
ember-compatibility-helpers@^1.1.2:
version "1.2.6"
resolved "https://registry.yarnpkg.com/ember-compatibility-helpers/-/ember-compatibility-helpers-1.2.6.tgz#603579ab2fb14be567ef944da3fc2d355f779cd8"
integrity sha512-2UBUa5SAuPg8/kRVaiOfTwlXdeVweal1zdNPibwItrhR0IvPrXpaqwJDlEZnWKEoB+h33V0JIfiWleSG6hGkkA==
Expand All @@ -5144,15 +5144,6 @@ ember-compatibility-helpers@^1.1.2, ember-compatibility-helpers@^1.2.1:
fs-extra "^9.1.0"
semver "^5.4.1"

ember-destroyable-polyfill@^2.0.1:
version "2.0.3"
resolved "https://registry.yarnpkg.com/ember-destroyable-polyfill/-/ember-destroyable-polyfill-2.0.3.tgz#1673ed66609a82268ef270a7d917ebd3647f11e1"
integrity sha512-TovtNqCumzyAiW0/OisSkkVK93xnVF4NRU6+FN0ubpfwEOpRrmM2RqDwXI6YAChCgSHON1cz0DfQStpA1Gjuuw==
dependencies:
ember-cli-babel "^7.22.1"
ember-cli-version-checker "^5.1.1"
ember-compatibility-helpers "^1.2.1"

ember-disable-prototype-extensions@^1.1.3:
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 a7a827d

Please sign in to comment.