no log: Revert vite to 6.2.4

This commit is contained in:
Anderson Shindy Oki 2025-04-21 11:11:32 +09:00
parent 95e2314321
commit cce50b2e69
2 changed files with 6 additions and 37 deletions

View file

@ -63,7 +63,7 @@
"recharts": "^2.15.0",
"sass-embedded": "^1.86.1",
"typescript": "^5.4.4",
"vite": "^6.2.4",
"vite": "6.2.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pwa": "^1.0.0",
"vitest": "^3.1.1",
@ -11972,18 +11972,15 @@
}
},
"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.2.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
"integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.4.3",
"picomatch": "^4.0.2",
"postcss": "^8.5.3",
"rollup": "^4.34.9",
"tinyglobby": "^0.2.12"
"rollup": "^4.30.1"
},
"bin": {
"vite": "bin/vite.js"
@ -12246,34 +12243,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/vite/node_modules/fdir": {
"version": "6.4.4",
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
"integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"picomatch": "^3 || ^4"
},
"peerDependenciesMeta": {
"picomatch": {
"optional": true
}
}
},
"node_modules/vite/node_modules/picomatch": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/vitest": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/vitest/-/vitest-3.1.1.tgz",

View file

@ -67,7 +67,7 @@
"recharts": "^2.15.0",
"sass-embedded": "^1.86.1",
"typescript": "^5.4.4",
"vite": "^6.2.4",
"vite": "6.2.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pwa": "^1.0.0",
"vitest": "^3.1.1",