Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix floating deps by limiting @types/qunit update
@types/qunit 2.19.11 doesn't work with the ember-qunit setup that this app has. It does apparently work in a clean newly-generated app using ember's native types, instead of all the older `@types/ember__*` packages. But our test matrix currently includes versions that don't support the nice new native ember types, so I'm just limiting the @types/qunit upgrade for now.
- Loading branch information