Skip to content

Commit

Permalink
Bump vite from 3.2.8 to 3.2.10
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.10/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 and davidjerleke committed Apr 10, 2024
1 parent 32fe74e commit 6eecdbb
Show file tree
Hide file tree
Showing 4 changed files with 1,210 additions and 1,169 deletions.
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-react/package.json
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.8"
"vite": "^3.2.10"
}
}
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-solid/package.json
Expand Up @@ -14,7 +14,7 @@
"solid-js": "^1.8.0"
},
"devDependencies": {
"vite": "^3.2.8",
"vite": "^3.2.10",
"vite-plugin-solid": "^2.8.0"
}
}
2 changes: 1 addition & 1 deletion playgrounds/embla-carousel-playground-vanilla/package.json
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.2.8"
"vite": "^3.2.10"
}
}

0 comments on commit 6eecdbb

Please sign in to comment.