mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 04:10:43 +00:00
12 lines
385 B
JavaScript
12 lines
385 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
// Valid use-case: Required addon, is already at latest version, but depends on an older
|
|
// dependency. PS create an add-on PR, if possible, to fix the issue first
|
|
allowedVersions: {
|
|
'ember-concurrency': '^0.8.18',
|
|
'ember-compatibility-helpers': '0.1.3 || 1.0.0-beta.1 || ^1.0.0',
|
|
'ember-getowner-polyfill': '1.2.5 || ^2.2.0'
|
|
}
|
|
};
|