Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 5.2.14 to 5.4.12
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.14 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 26, 2025
1 parent 21cc62c commit d528c0d
Show file tree
Hide file tree
Showing 6 changed files with 2,824 additions and 620 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"typescript": "5.5.2",
"url-loader": "4.1.1",
"verdaccio": "5.29.2",
"vite": "5.2.14",
"vite": "5.4.12",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.6.0",
"vitest-fetch-mock": "^0.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/bridge-react-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.14",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/bridge/bridge-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react-dom": "18.3.1",
"react-router-dom": "6.22.3",
"typescript": "^5.2.2",
"vite": "^5.2.14",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.3.0",
"@module-federation/runtime": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/bridge-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"typescript": "^5.2.2",
"vite": "^5.2.14",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.3.0",
"vue-tsc": "^2.0.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/vue3-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"typescript": "^5.2.2",
"vite": "^5.2.14",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.3.0",
"vue": "^3.4.21",
"vue-router": "4.4.5",
Expand Down
Loading

0 comments on commit d528c0d

Please sign in to comment.