Skip to content

Commit

Permalink
Bump vite from 5.1.6 to 5.2.2 in /js (#28108)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.2.2.
- [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/create-vite@5.2.2/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2024
1 parent 2e6739d commit 2acb5c1
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 176 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 @@ -41,7 +41,7 @@
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.6.0",
"lightningcss": "^1.24.1",
"vite": "^5.1.6",
"vite": "^5.2.2",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.7.3"
},
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.24.1",
"ts-node": "^10.9.2",
"uuid": "^9.0.1",
"vite": "^5.1.6",
"vite": "^5.2.2",
"vite-plugin-checker": "^0.6.4",
"vitest": "^1.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion js/libs/keycloak-masthead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.6.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^5.1.6",
"vite": "^5.2.2",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.7.3"
}
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 @@ -56,7 +56,7 @@
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.6.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"vite": "^5.1.6",
"vite": "^5.2.2",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-lib-inject-css": "^2.0.0",
Expand Down

0 comments on commit 2acb5c1

Please sign in to comment.