chore(deps): update dependency vite to v5.0.3

This commit is contained in:
renovate[bot] 2023-11-28 21:14:53 +00:00 committed by GitHub
parent 37b1d88c1a
commit a99bc05912
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@
"tailwindcss": "3.3.5", "tailwindcss": "3.3.5",
"tailwindcss-animate": "1.0.7", "tailwindcss-animate": "1.0.7",
"typescript": "5.3.2", "typescript": "5.3.2",
"vite": "5.0.2", "vite": "5.0.3",
"vitest": "0.34.6" "vitest": "0.34.6"
} }
}, },
@ -9940,9 +9940,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "5.0.2", "version": "5.0.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.2.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.3.tgz",
"integrity": "sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==", "integrity": "sha512-WgEq8WEKpZ8c0DL4M1+E+kBZEJyjBmGVrul6z8Ljfhv+PPbNF4aGq014DwNYxGz2FGq6NKL0N8usdiESWd2l2w==",
"dependencies": { "dependencies": {
"esbuild": "^0.19.3", "esbuild": "^0.19.3",
"postcss": "^8.4.31", "postcss": "^8.4.31",

View file

@ -44,7 +44,7 @@
"tailwindcss": "3.3.5", "tailwindcss": "3.3.5",
"tailwindcss-animate": "1.0.7", "tailwindcss-animate": "1.0.7",
"typescript": "5.3.2", "typescript": "5.3.2",
"vite": "5.0.2", "vite": "5.0.3",
"vitest": "0.34.6" "vitest": "0.34.6"
}, },
"scripts": { "scripts": {