mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	 1c02e757ab
			
		
	
	
		1c02e757ab
		
	
	
	
	
		
			
			upgrades various dependencies. renames mirage .js files to .ts. fixes linting issues. rebuilds lock file removes redux deps upgrades to latest Revert "upgrades to latest" This reverts commit 45d2d45b0a28db3217863b2ac9492c5bfe67bf0a. Committer: Seyi Adebajo <sadebajo@linkedin.com> reoders tsconfig keys
		
			
				
	
	
		
			12 lines
		
	
	
		
			495 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			495 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', //https://github.com/cibernox/ember-power-calendar/pull/135
 | |
|     'ember-compatibility-helpers': '0.1.3 || 1.0.0-beta.1 || ^1.0.0',
 | |
|     'ember-getowner-polyfill': '1.2.5 || ^2.2.0', //https://github.com/asross/dynamic-link/pull/10
 | |
|   }
 | |
| };
 |