Merge pull request #238 from gnmyt/dependabot/npm_and_yarn/client/vite-4.2.1

Bump vite from 4.2.0 to 4.2.1 in /client
This commit is contained in:
Mathias Wagner
2023-03-22 13:05:19 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -22,7 +22,7 @@
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"sass": "^1.59.3",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.4"
},
"devDependencies": {
@@ -4432,9 +4432,9 @@
}
},
"node_modules/vite": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.2.0.tgz",
"integrity": "sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.2.1.tgz",
"integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==",
"dependencies": {
"esbuild": "^0.17.5",
"postcss": "^8.4.21",
@@ -7802,9 +7802,9 @@
}
},
"vite": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.2.0.tgz",
"integrity": "sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-4.2.1.tgz",
"integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==",
"requires": {
"esbuild": "^0.17.5",
"fsevents": "~2.3.2",
+1 -1
View File
@@ -21,7 +21,7 @@
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"sass": "^1.59.3",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vite-plugin-pwa": "^0.14.4"
},
"devDependencies": {