Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump vite from 3.2.10 to 3.2.11 in /internal/webui/devui #1330

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/devsession/webui.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
WebPackage schema.PackageName = "namespacelabs.dev/foundation/internal/webui/devui"

baseRepository = "registry.eu-services.namespace.systems"
prebuilt = "sha256:c2dd09514559903b54bc4f79cf018e21bc8e697bcdd50194bc60a633a17abf95"
prebuilt = "sha256:05a9096e9a9820d4e323519185b9115e0a9d7f0ae45096338e6d99d24acecc99"
)

func PrebuiltWebUI(ctx context.Context) (*mux.Router, error) {
Expand Down
9 changes: 5 additions & 4 deletions internal/webui/devui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2174,6 +2174,7 @@ __metadata:
postcss: ^8.4.31
react: 17
react-dom: 17
semver: ^7.5.2
typescript: ^4.5.4
typescript-plugin-css-modules: ^5.0.2
vite: 3.x
Expand Down Expand Up @@ -2248,7 +2249,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.3.5":
"semver@npm:^7.3.5, semver@npm:^7.5.2":
version: 7.6.3
resolution: "semver@npm:7.6.3"
bin:
Expand Down Expand Up @@ -2541,8 +2542,8 @@ __metadata:
linkType: hard

"vite@npm:3.x":
version: 3.2.10
resolution: "vite@npm:3.2.10"
version: 3.2.11
resolution: "vite@npm:3.2.11"
dependencies:
esbuild: ^0.15.9
fsevents: ~2.3.2
Expand Down Expand Up @@ -2574,7 +2575,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 6772a0fce62d56d2d4480439a63a43a33ccb111aba981633947c7991bbba5414ad54711d835af464f851a176c3b0a93d8b07952d52fa52bcd5507220f83df443
checksum: ed548985faef2dfd3c2fa9cf9c70c5369a4f68aa054605a9d2c1783780df7a7e63adcb96af86e14c6c83c66d2db0f64ec05d5ea1d6b9aebce66a479d050bb7d5
languageName: node
linkType: hard

Expand Down
Loading