a post-component library for building user-interfaces on the web.

chore(deps): update dependency rolldown-plugin-dts to v0.14.1 (#119)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
b48ff5a4 2c6bf16d

+4 -4
+4 -4
package-lock.json
··· 1575 1575 } 1576 1576 }, 1577 1577 "node_modules/rolldown-plugin-dts": { 1578 - "version": "0.14.0", 1579 - "resolved": "https://registry.npmjs.org/rolldown-plugin-dts/-/rolldown-plugin-dts-0.14.0.tgz", 1580 - "integrity": "sha512-cSO3H63Xwrt48IOMm5P7D747ssux0GRjXwJIuV4xO9MUoYS2OcunyOGR/WFzHVY5G6akmnlDGy2OuFExgL1j6Q==", 1578 + "version": "0.14.1", 1579 + "resolved": "https://registry.npmjs.org/rolldown-plugin-dts/-/rolldown-plugin-dts-0.14.1.tgz", 1580 + "integrity": "sha512-M++jFiiI0dwd9jNnta5vfxc058wwoibgeBzNMZw0QRm8jPJYxy4P3nQYlBtwQagKUDQVR0LXHSrRgXTezELEhw==", 1581 1581 "dev": true, 1582 1582 "license": "MIT", 1583 1583 "dependencies": { ··· 1600 1600 "@typescript/native-preview": ">=7.0.0-dev.20250601.1", 1601 1601 "rolldown": "^1.0.0-beta.9", 1602 1602 "typescript": "^5.0.0", 1603 - "vue-tsc": "^2.2.0 || ^3.0.0" 1603 + "vue-tsc": "~3.0.3" 1604 1604 }, 1605 1605 "peerDependenciesMeta": { 1606 1606 "@typescript/native-preview": {