1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-15 21:28:15 +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:
silverwind
2025-09-15 16:34:54 +02:00
committed by GitHub
parent 69e595cdd8
commit 8c8eb4b6f9
7 changed files with 15 additions and 67 deletions

View File

@@ -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;