diff options
author | 2024-11-27 16:22:39 +0800 | |
---|---|---|
committer | 2024-11-27 16:22:39 +0800 | |
commit | ca56c1e4823fbf403445caa55bc4e7ba876fa47d (patch) | |
tree | e52f9653a6ac1779c48afe5610e50d363c0858da | |
parent | cda61b80c1727be53640901d39bcb2214770e1ed (diff) | |
download | astro-ca56c1e4823fbf403445caa55bc4e7ba876fa47d.tar.gz astro-ca56c1e4823fbf403445caa55bc4e7ba876fa47d.tar.zst astro-ca56c1e4823fbf403445caa55bc4e7ba876fa47d.zip |
fix(deps): update all non-major dependencies (#431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
-rw-r--r-- | packages/integrations/netlify/package.json | 12 | ||||
-rw-r--r-- | packages/integrations/netlify/test/hosted/hosted-astro-project/package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index fda283249..17cae25b0 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -34,25 +34,25 @@ "@astrojs/internal-helpers": "0.4.1", "@astrojs/underscore-redirects": "^0.3.4", "@netlify/functions": "^2.8.0", - "@vercel/nft": "^0.27.5", + "@vercel/nft": "^0.27.6", "esbuild": "^0.21.5", - "vite": "^5.4.10" + "vite": "^5.4.11" }, "peerDependencies": { "astro": "^4.2.0" }, "devDependencies": { "@astrojs/test-utils": "workspace:*", - "@netlify/edge-functions": "^2.11.0", + "@netlify/edge-functions": "^2.11.1", "@netlify/edge-handler-types": "^0.34.1", - "@types/node": "^20.17.4", - "astro": "^4.16.8", + "@types/node": "^20.17.8", + "astro": "^4.16.15", "astro-scripts": "workspace:*", "cheerio": "1.0.0", "execa": "^8.0.1", "fast-glob": "^3.3.2", "strip-ansi": "^7.1.0", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, "astro": { "external": true diff --git a/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json b/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json index 4a0c8e266..86bb5a0b6 100644 --- a/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json +++ b/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json @@ -7,6 +7,6 @@ }, "dependencies": { "@astrojs/netlify": "workspace:*", - "astro": "^4.16.8" + "astro": "^4.16.15" } } |