Bump vite from 3.1.7 to 3.1.8 in /client

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-13 21:57:25 +00:00
committed by GitHub
parent f1e82f7d59
commit b8af95f80d
2 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"vite": "^3.1.7",
"vite": "^3.1.8",
"vite-plugin-pwa": "^0.13.1"
},
"devDependencies": {
@@ -4327,9 +4327,9 @@
}
},
"node_modules/vite": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.7.tgz",
"integrity": "sha512-5vCAmU4S8lyVdFCInu9M54f/g8qbOMakVw5xJ4pjoaDy5wgy9sLLZkGdSLN52dlsBqh0tBqxjaqqa8LgPqwRAA==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.8.tgz",
"integrity": "sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==",
"dependencies": {
"esbuild": "^0.15.9",
"postcss": "^8.4.16",
@@ -7521,9 +7521,9 @@
}
},
"vite": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.7.tgz",
"integrity": "sha512-5vCAmU4S8lyVdFCInu9M54f/g8qbOMakVw5xJ4pjoaDy5wgy9sLLZkGdSLN52dlsBqh0tBqxjaqqa8LgPqwRAA==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.8.tgz",
"integrity": "sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==",
"requires": {
"esbuild": "^0.15.9",
"fsevents": "~2.3.2",

View File

@@ -15,7 +15,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.55.0",
"vite": "^3.1.7",
"vite": "^3.1.8",
"vite-plugin-pwa": "^0.13.1"
},
"devDependencies": {