chore(deps): update dependency vite to ^6.3.3

This commit is contained in:
renovate[bot]
2025-04-24 09:42:45 +00:00
committed by GitHub
parent e7d1018cbc
commit 25f8bdaa28
2 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@
"jsdom": "^26.1.0",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vite": "^6.3.3",
"vite-plugin-checker": "^0.9.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.2"
@@ -7214,18 +7214,18 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.2.tgz",
"integrity": "sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==",
"version": "6.3.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.3.tgz",
"integrity": "sha512-5nXH+QsELbFKhsEfWLkHrvgRpTdGJzqOZ+utSdmPTvwHmvU6ITTm3xx+mRusihkcI8GeC7lCDyn3kDtiki9scw==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.4.3",
"fdir": "^6.4.4",
"picomatch": "^4.0.2",
"postcss": "^8.5.3",
"rollup": "^4.34.9",
"tinyglobby": "^0.2.12"
"tinyglobby": "^0.2.13"
},
"bin": {
"vite": "bin/vite.js"

View File

@@ -71,7 +71,7 @@
"jsdom": "^26.1.0",
"rollup-plugin-visualizer": "^5.14.0",
"typescript": "^5.8.3",
"vite": "^6.3.2",
"vite": "^6.3.3",
"vite-plugin-checker": "^0.9.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.2"