mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 01:58:56 +00:00 
			
		
		
		
	Clean up npm dependencies (#35484)
- `type-fest` is replaced by our own types - `@stylistic/eslint-plugin-js` is no longer in use, it was replaced with `@stylistic/eslint-plugin` - `@types/license-checker-webpack-plugin` does not apply to our forked version and has a type stub
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| import {isDocumentFragmentOrElementNode} from '../utils/dom.ts'; | ||||
| import type {Promisable} from 'type-fest'; | ||||
| import type {Promisable} from '../types.ts'; | ||||
| import type {InitPerformanceTracer} from './init.ts'; | ||||
|  | ||||
| let globalSelectorObserverInited = false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user