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

chore(deps): update dependency vite to v5.4.1 #4437

Merged
merged 1 commit into from
Aug 21, 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 packages/client/hmi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@vitest/coverage-c8": "0.24.5",
"jsdom": "24.1.1",
"typescript": "5.4.5",
"vite": "5.3.5",
"vite": "5.4.1",
"vite-svg-loader": "4.0.0",
"vitest": "0.24.5",
"vue-tsc": "1.8.27"
Expand Down
17 changes: 10 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8835,7 +8835,7 @@ __metadata:
vega: "npm:5.30.0"
vega-embed: "npm:6.25.0"
vega-lite: "npm:5.19.0"
vite: "npm:5.3.5"
vite: "npm:5.4.1"
vite-svg-loader: "npm:4.0.0"
vitest: "npm:0.24.5"
vue: "npm:3.3.13"
Expand Down Expand Up @@ -12298,7 +12298,7 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.39":
"postcss@npm:^8.4.41":
version: 8.4.41
resolution: "postcss@npm:8.4.41"
dependencies:
Expand Down Expand Up @@ -15209,19 +15209,20 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.3.5":
version: 5.3.5
resolution: "vite@npm:5.3.5"
"vite@npm:5.4.1":
version: 5.4.1
resolution: "vite@npm:5.4.1"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.39"
postcss: "npm:^8.4.41"
rollup: "npm:^4.13.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
Expand All @@ -15237,6 +15238,8 @@ __metadata:
optional: true
sass:
optional: true
sass-embedded:
optional: true
stylus:
optional: true
sugarss:
Expand All @@ -15245,7 +15248,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/5672dde4a969349d9cf90a9e43029c8489dfff60fb04d6a10717d6224553cf12283a8cace633fa80b006df6037f72d08a459a38bf8ea66cb19075d60fe159482
checksum: 10/1cf22e5a8ec782ea9417a77ad4b16e518f69cf23c99a5af5bb92dc4acbfce70109a35a35faea8fc0789f4637b6304618f6b84e4c5dfe3c9c2875dff7d749b02d
languageName: node
linkType: hard

Expand Down
Loading