Skip to content

Commit 72d9906

Browse files
committed
use @bddjr/types-rollupoptions-4.43.0
1 parent b43c24a commit 72d9906

4 files changed

Lines changed: 17 additions & 1329 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
"picocolors": ">=1.1.1"
9898
},
9999
"devDependencies": {
100+
"@bddjr/types-rollupoptions-4.43.0": "4.43.0",
100101
"@types/jsdom": ">=28.0.1",
101102
"@types/node": "^24.12.2",
102103
"rolldown": ">=1.0.0-rc.15",

pnpm-lock.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { pathToFileURL } from "url"
1010

1111
import { version } from '../package.json' with { type: "json" }
1212

13-
import type { RollupOptions } from './types/RollupOptions.d.ts'
13+
import type { RollupOptions } from "@bddjr/types-rollupoptions-4.43.0"
1414
import { template } from './getTemplate.js'
1515
import { bufferToDataURL } from "./dataurl.js"
1616
import { kB } from "./kB.js"

0 commit comments

Comments
 (0)