Skip to content

Commit 17776c2

Browse files
chore(deps-dev): bump vite-plugin-dts from 3.9.1 to 4.3.0
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 3.9.1 to 4.3.0. - [Release notes](https://github.com/qmhc/vite-plugin-dts/releases) - [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md) - [Commits](qmhc/unplugin-dts@v3.9.1...v4.3.0) --- updated-dependencies: - dependency-name: vite-plugin-dts dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae5ee1e commit 17776c2

File tree

5 files changed

+138
-137
lines changed

5 files changed

+138
-137
lines changed

packages/bridge/bridge-react-webpack-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"devDependencies": {
3636
"typescript": "^5.2.2",
3737
"vite": "^5.2.14",
38-
"vite-plugin-dts": "^3.9.1"
38+
"vite-plugin-dts": "^4.3.0"
3939
}
4040
}

packages/bridge/bridge-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"react-router-dom": "6.22.3",
7373
"typescript": "^5.2.2",
7474
"vite": "^5.2.14",
75-
"vite-plugin-dts": "^3.9.1",
75+
"vite-plugin-dts": "^4.3.0",
7676
"@module-federation/runtime": "workspace:*"
7777
}
7878
}

packages/bridge/bridge-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@vitejs/plugin-vue-jsx": "^4.0.0",
2727
"typescript": "^5.2.2",
2828
"vite": "^5.2.14",
29-
"vite-plugin-dts": "^3.9.1",
29+
"vite-plugin-dts": "^4.3.0",
3030
"vue-tsc": "^2.0.6"
3131
}
3232
}

packages/bridge/vue3-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@vitejs/plugin-vue-jsx": "^4.0.0",
4747
"typescript": "^5.2.2",
4848
"vite": "^5.2.14",
49-
"vite-plugin-dts": "^3.9.1",
49+
"vite-plugin-dts": "^4.3.0",
5050
"vue": "^3.4.21",
5151
"vue-router": "4.4.5",
5252
"vue-tsc": "^2.0.6"

0 commit comments

Comments
 (0)