Skip to content

Commit

Permalink
chore(deps-dev): bump vite-plugin-dts from 4.1.0 to 4.2.3
Browse files Browse the repository at this point in the history
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 4.1.0 to 4.2.3.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v4.1.0...v4.2.3)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 5e9871b commit fe6bafe
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 145 deletions.
207 changes: 68 additions & 139 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@documenso/embed": "*",
"@preact/preset-vite": "^2.9.0",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.1.0"
"vite-plugin-dts": "^4.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@types/react": "^18.0.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.1.0"
"vite-plugin-dts": "^4.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@documenso/embed": "*",
"vite-plugin-solid": "^2.10.2",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.1.0"
"vite-plugin-dts": "^4.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"@sveltejs/package": "^2.3.4",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.1.0"
"vite-plugin-dts": "^4.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@vitejs/plugin-vue": "^5.1.3",
"unplugin-auto-import": "^0.18.2",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.1.0"
"vite-plugin-dts": "^4.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/webcomponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@documenso/embed": "*",
"@types/preact-custom-element": "^4.0.4",
"vite": "^5.4.2",
"vite-plugin-dts": "^4.1.0"
"vite-plugin-dts": "^4.2.3"
}
}

0 comments on commit fe6bafe

Please sign in to comment.