Skip to content

Commit

Permalink
Bump vite from 5.2.11 to 5.3.0
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.11 to 5.3.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.3.0/packages/vite)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2024
1 parent f103d59 commit 670dfcb
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 32 deletions.
2 changes: 1 addition & 1 deletion js/apps/account-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"lightningcss": "^1.25.0",
"vite": "^5.2.11",
"vite": "^5.3.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion js/apps/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"lightningcss": "^1.25.0",
"ts-node": "^10.9.2",
"uuid": "^9.0.1",
"vite": "^5.2.11",
"vite": "^5.3.0",
"vite-plugin-checker": "^0.6.4",
"vitest": "^1.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion js/libs/ui-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^5.2.11",
"vite": "^5.3.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^2.1.1",
Expand Down
Loading

0 comments on commit 670dfcb

Please sign in to comment.