Skip to content

Commit 41f19d8

Browse files
project: Update dependencies to latest version (TS only to v4).
TypeScript has to stay in v4 (latest is v5) due to some dependencies that haven't been updated. There are still some deprecations we might need to replace in the future as well.
1 parent 5dde852 commit 41f19d8

File tree

4 files changed

+4651
-9685
lines changed

4 files changed

+4651
-9685
lines changed

config/global.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
// ============================
66
// Rollup plugins without types
77
// ============================
8-
type RollupPluginImpl<O extends object = object> = import('rollup').PluginImpl<
9-
O
10-
>;
8+
type RollupPluginImpl<O extends object = object> =
9+
import('rollup').PluginImpl<O>;
1110

1211
declare module 'rollup-plugin-sourcemaps' {
1312
const plugin: RollupPluginImpl;

0 commit comments

Comments
 (0)