Skip to content

Commit 32fd9c4

Browse files
fix(deps): update astro adapters
1 parent 91780cf commit 32fd9c4

File tree

9 files changed

+419
-394
lines changed

9 files changed

+419
-394
lines changed

packages/integrations/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"dependencies": {
3939
"@astrojs/internal-helpers": "workspace:*",
4040
"@astrojs/underscore-redirects": "workspace:*",
41-
"@cloudflare/workers-types": "^4.20251014.0",
41+
"@cloudflare/workers-types": "^4.20251106.1",
4242
"tinyglobby": "^0.2.15",
4343
"vite": "^6.4.1",
44-
"wrangler": "4.45.3"
44+
"wrangler": "4.46.0"
4545
},
4646
"peerDependencies": {
4747
"astro": "^5.7.0"

packages/integrations/cloudflare/test/fixtures/astro-dev-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"astro": "workspace:*"
88
},
99
"devDependencies": {
10-
"wrangler": "4.45.3"
10+
"wrangler": "4.46.0"
1111
}
1212
}

packages/integrations/cloudflare/test/fixtures/astro-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"astro": "workspace:*"
88
},
99
"devDependencies": {
10-
"wrangler": "4.45.3"
10+
"wrangler": "4.46.0"
1111
}
1212
}

packages/integrations/cloudflare/test/fixtures/sessions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"devDependencies": {
99
"astro": "workspace:*",
10-
"wrangler": "4.45.3"
10+
"wrangler": "4.46.0"
1111
},
1212
"scripts": {
1313
"build": "astro build",

packages/integrations/cloudflare/test/fixtures/with-solid-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@astrojs/cloudflare": "workspace:*",
7-
"@astrojs/solid-js": "^5.1.2",
7+
"@astrojs/solid-js": "^5.1.3",
88
"astro": "workspace:*",
99
"solid-js": "^1.9.10"
1010
}

packages/integrations/cloudflare/test/fixtures/with-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@astrojs/cloudflare": "workspace:*",
7-
"@astrojs/svelte": "^7.2.1",
7+
"@astrojs/svelte": "^7.2.2",
88
"astro": "workspace:*",
9-
"svelte": "^5.43.2"
9+
"svelte": "^5.43.4"
1010
}
1111
}

packages/integrations/cloudflare/test/fixtures/with-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@astrojs/cloudflare": "workspace:*",
7-
"@astrojs/vue": "^5.1.2",
7+
"@astrojs/vue": "^5.1.3",
88
"astro": "workspace:*",
9-
"vue": "^3.5.22"
9+
"vue": "^3.5.24"
1010
}
1111
}

packages/integrations/netlify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"dependencies": {
4242
"@astrojs/internal-helpers": "workspace:*",
4343
"@astrojs/underscore-redirects": "workspace:*",
44-
"@netlify/blobs": "^10.3.1",
44+
"@netlify/blobs": "^10.3.3",
4545
"@netlify/functions": "^4.3.0",
46-
"@netlify/vite-plugin": "^2.7.8",
46+
"@netlify/vite-plugin": "^2.7.11",
4747
"@vercel/nft": "0.30.3",
4848
"esbuild": "^0.25.0",
4949
"tinyglobby": "^0.2.15",

0 commit comments

Comments
 (0)