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 4.5.2 to 4.5.3 #464

Merged
merged 1 commit into from
Apr 4, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"rollup-plugin-swc3": "^0.10.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vite": "^4.5.2",
"vite": "^4.5.3",
"vitest": "^0.33.0"
},
"resolutions": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2170,7 +2170,7 @@ __metadata:
rollup-plugin-swc3: ^0.10.3
ts-node: ^10.9.1
typescript: ^5.1.3
vite: ^4.5.2
vite: ^4.5.3
vitest: ^0.33.0
zustand: ^4.4.7
peerDependencies:
Expand Down Expand Up @@ -11328,9 +11328,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^4.5.2":
version: 4.5.2
resolution: "vite@npm:4.5.2"
"vite@npm:^4.5.3":
version: 4.5.3
resolution: "vite@npm:4.5.3"
dependencies:
esbuild: ^0.18.10
fsevents: ~2.3.2
Expand Down Expand Up @@ -11364,7 +11364,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 9d1f84f703c2660aced34deee7f309278ed368880f66e9570ac115c793d91f7fffb80ab19c602b3c8bc1341fe23437d86a3fcca2a9ef82f7ef0cdac5a40d0c86
checksum: fd3f512ce48ca2a1fe60ad0376283b832de9272725fdbc65064ae9248f792de87b0f27a89573115e23e26784800daca329f8a9234d298ba6f60e808a9c63883c
languageName: node
linkType: hard

Expand Down
Loading