Bump vite from 3.0.5 to 3.0.8

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.5 to 3.0.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.0.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-16 11:52:05 +00:00
committed by GitHub
parent f99b12b950
commit a83c8b47b5
2 changed files with 8 additions and 8 deletions

View File

@@ -55,7 +55,7 @@
"playwright-msw": "^1.0.0",
"prettier": "2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.7"
"vite": "^3.0.8"
},
"engines": {
"node": ">=16.0.0 <17",
@@ -24931,9 +24931,9 @@
}
},
"node_modules/vite": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.7.tgz",
"integrity": "sha512-dILhvKba1mbP1wCezVQx/qhEK7/+jVn9ciadEcyKMMhZpsuAi/eWZfJRMkmYlkSFG7Qq9NvJbgFq4XOBxugJsA==",
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.8.tgz",
"integrity": "sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==",
"dev": true,
"dependencies": {
"esbuild": "^0.14.47",
@@ -45344,9 +45344,9 @@
}
},
"vite": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.7.tgz",
"integrity": "sha512-dILhvKba1mbP1wCezVQx/qhEK7/+jVn9ciadEcyKMMhZpsuAi/eWZfJRMkmYlkSFG7Qq9NvJbgFq4XOBxugJsA==",
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.0.8.tgz",
"integrity": "sha512-AOZ4eN7mrkJiOLuw8IA7piS4IdOQyQCA81GxGsAQvAZzMRi9ZwGB3TOaYsj4uLAWK46T5L4AfQ6InNGlxX30IQ==",
"dev": true,
"requires": {
"esbuild": "^0.14.47",

View File

@@ -82,7 +82,7 @@
"playwright-msw": "^1.0.0",
"prettier": "2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.7"
"vite": "^3.0.8"
},
"msw": {
"workerDirectory": "public"