mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09: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 {debounce} from 'throttle-debounce'; | ||||
| import type {Promisable} from 'type-fest'; | ||||
| import type {Promisable} from '../types.ts'; | ||||
| import type $ from 'jquery'; | ||||
| import {isInFrontendUnitTest} from './testhelper.ts'; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user