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-dev): bump vite from 5.0.10 to 5.0.12 #35

Closed
wants to merge 1 commit into from
Closed
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/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.0"
"vite": "^5.0.12"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,7 @@ __metadata:
eslint-plugin-prettier: "npm:^5.0.1"
prettier: "npm:^3.1.1"
typescript: "npm:^5.3.3"
vite: "npm:^5.0.0"
vite: "npm:^5.0.12"
languageName: unknown
linkType: soft

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

"vite@npm:^5.0.0":
version: 5.0.10
resolution: "vite@npm:5.0.10"
"vite@npm:^5.0.12":
version: 5.0.12
resolution: "vite@npm:5.0.12"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -4793,7 +4793,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: d666b2760d2a7ea1d0d35f67c042053e562144f80554be4e4dc58e607fd5f62193cd203d73ab2e315df66830d8b9d9a2e3509d0208bdef1b2e92e0a5c364df84
checksum: c51b8e458851943c903fddde6973e720099ef8a5f364fb107cddade59c9e90f6d9ad98b61a7419cdfa0c6374236e10bff965d0c2d9e7b1790c68b874e5e7950c
languageName: node
linkType: hard

Expand Down
Loading