chore(deps): update dependency rollup to v3

This commit is contained in:
Renovate Bot 2022-10-17 14:18:27 +00:00 committed by Johannes Loher
parent eaffef38c4
commit c30c4c443c
3 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ import livereload from "rollup-plugin-livereload";
import styles from "rollup-plugin-styles";
import { swc } from "rollup-plugin-swc3";
import copy from "@guanghechen/rollup-plugin-copy";
import { copy } from "@guanghechen/rollup-plugin-copy";
import { distDirectory, name, sourceDirectory } from "./tools/const.js";
import { convertJSONToPack } from "./tools/json-pack-tools.js";