diff options
author | 2025-03-31 23:18:20 +0900 | |
---|---|---|
committer | 2025-03-31 23:18:20 +0900 | |
commit | ff9d69e3443c80059c54f6296d19f66bb068ead3 (patch) | |
tree | cb22f15eea41a50c25dd131e0ac09548e63b897a /packages/integrations/solid | |
parent | b8645c18fcbc903d494c42b70d54ce66852810bc (diff) | |
download | astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.gz astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.zst astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.zip |
fix: update `vite` to latest version (#13526)
* fix: update `vite` to latest version
* apply suggestion
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/solid')
-rw-r--r-- | packages/integrations/solid/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 965074a05..eba5d12f5 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -35,7 +35,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "vite": "^6.2.3", + "vite": "^6.2.4", "vite-plugin-solid": "^2.11.6" }, "devDependencies": { |