Skip to content

Commit 44e14d1

Browse files
committed
fix(deps): update dependencies
1 parent 4d199be commit 44e14d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rollup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import typescript from '@rollup/plugin-typescript';
55
import { defineConfig } from 'rollup';
66
import { dts } from 'rollup-plugin-dts';
77

8-
import packageJson from '../package.json' assert { type: 'json' };
8+
import packageJson from '../package.json' with { type: 'json' };
99

1010
import tsConfig from './tsconfig.base.json' with { type: 'json' };
1111

0 commit comments

Comments
 (0)