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

Bump vite from 3.2.10 to 3.2.11 #1007

Merged
merged 1 commit into from
Oct 29, 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
Bump vite from 3.2.10 to 3.2.11
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.10 to 3.2.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.11/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
commit 5893608a893ec26cba0df8a0be7f699c6b8f5e0d
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^2.2.0",
"typescript": "^4.6.4",
"vite": "^3.2.10"
"vite": "^3.2.11"
}
}
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"solid-js": "^1.8.0"
},
"devDependencies": {
"vite": "^3.2.10",
"vite": "^3.2.11",
"vite-plugin-solid": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.2.10"
"vite": "^3.2.11"
}
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8525,7 +8525,7 @@ __metadata:
react-dom: ^18.2.0
react-router-dom: ^6.4.3
typescript: ^4.6.4
vite: ^3.2.10
vite: ^3.2.11
languageName: unknown
linkType: soft

Expand All @@ -8536,7 +8536,7 @@ __metadata:
embla-carousel-autoplay: 8.3.0
embla-carousel-solid: 8.3.0
solid-js: ^1.8.0
vite: ^3.2.10
vite: ^3.2.11
vite-plugin-solid: ^2.8.0
languageName: unknown
linkType: soft
Expand All @@ -8547,7 +8547,7 @@ __metadata:
dependencies:
embla-carousel: 8.3.0
typescript: ^4.6.4
vite: ^3.2.10
vite: ^3.2.11
languageName: unknown
linkType: soft

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

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

Expand Down
Loading