Merge pull request #479 from arifszn/dependabot/npm_and_yarn/vite-5.0.12

Bump vite from 5.0.11 to 5.0.12
This commit is contained in:
Ariful Alam 2024-01-20 20:18:58 +06:00 committed by GitHub
commit d87be16c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -35,7 +35,7 @@
"react-icons": "^5.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite": "^5.0.12",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.17.4"
}
@ -7657,9 +7657,9 @@
"dev": true
},
"node_modules/vite": {
"version": "5.0.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.11.tgz",
"integrity": "sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==",
"version": "5.0.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz",
"integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==",
"dev": true,
"dependencies": {
"esbuild": "^0.19.3",

View File

@ -48,7 +48,7 @@
"react-icons": "^5.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite": "^5.0.12",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.17.4"
},