Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Feb 1, 2024
1 parent fc5eadd commit a945267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/configs.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import commonjs from '@rollup/plugin-commonjs';
import terser from '@rollup/plugin-terser';
import typescript from '@rollup/plugin-typescript';
import { RollupOptions } from 'rollup';
import { GlobalsOption, RollupOptions } from 'rollup';
import { dts } from 'rollup-plugin-dts';

import packageJson from '../package.json' assert { type: 'json' };
Expand All @@ -15,7 +15,7 @@ const PATH_TSCONFIG = './tsconfigs/tsconfig.prod.json';
const GLOBALS = {
react: 'React',
'react-dom': 'ReactDOM',
} as const;
} as const satisfies GlobalsOption;

export const LEGACY_CONFIG = [
{
Expand Down

0 comments on commit a945267

Please sign in to comment.