Skip to content

Commit

Permalink
Merge pull request #203 from serlo/dependabot/npm_and_yarn/vite-6.0.3
Browse files Browse the repository at this point in the history
chore(deps-dev): bump vite from 6.0.0 to 6.0.3
  • Loading branch information
hugotiburtino authored Dec 13, 2024
2 parents 48f33a8 + 8ba0934 commit ebf7aba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"tsx": "4.19.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.0"
"vite": "^6.0.3"
},
"packageManager": "[email protected]"
}
3 changes: 3 additions & 0 deletions scripts/wait_for_server.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
if ! timeout 120 bash -c 'until tail -f output.log | grep -m 1 "Registered platform:"; do sleep 1; done'; then
echo "catting output.log"
cat output.log

echo "Error: Server is not working correctly." >&2
exit 1
fi
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13282,7 +13282,7 @@ __metadata:
typescript-eslint: "npm:^8.16.0"
url-join: "npm:4.0.1"
uuid: "npm:^11.0.1"
vite: "npm:^6.0.0"
vite: "npm:^6.0.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -14703,9 +14703,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^6.0.0":
version: 6.0.0
resolution: "vite@npm:6.0.0"
"vite@npm:^6.0.3":
version: 6.0.3
resolution: "vite@npm:6.0.3"
dependencies:
esbuild: "npm:^0.24.0"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -14751,7 +14751,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/487f9f74b4ee92e46eec5199db7a3374c197d0d3d0fbde3ad13b82ff6d76805ae74003458d0ae59b871fa4e1f00517e220f87fe555d1b71279a08ed13a1a21d9
checksum: 10/eca0949b8cbc887e78977515d8fc22eaa2d03425d60a0a422f2db1da9d26bd1b431b2815a273c798e8e3fe176a99e105c3d87b0ba615ca19b8bf19e0334d807a
languageName: node
linkType: hard

Expand Down

0 comments on commit ebf7aba

Please sign in to comment.