Skip to content

Commit f2d5c66

Browse files
authored
⬆️ Update Deno Astro Adapter
2 parents b9d19db + 98d18e6 commit f2d5c66

File tree

8 files changed

+26
-330
lines changed

8 files changed

+26
-330
lines changed

.changeset/real-chicken-cheat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@qwikdev/create-astro": patch
3+
---
4+
5+
`@astrojs/deno` is no longer maintained. Use `@deno/astro-adapter`.

apps/deno-demo/deno.lock

Lines changed: 0 additions & 74 deletions
This file was deleted.

apps/deno-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/check": "^0.9.4",
15-
"@astrojs/deno": "^5.0.1",
1615
"@astrojs/react": "^4.3.0",
1716
"@builder.io/qwik": "^1.14.1",
17+
"@deno/astro-adapter": "^0.3.1",
1818
"@qwikdev/astro": "workspace:*",
1919
"@types/react": "^18.3.18",
2020
"@types/react-dom": "^18.3.5",

libs/create-qwikdev-astro/stubs/templates/deno-biome/astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineConfig, passthroughImageService } from "astro/config";
22

3-
import deno from "@astrojs/deno";
3+
import deno from "@deno/astro-adapter";
44
import qwikdev from "@qwikdev/astro";
55

66
// https://astro.build/config

libs/create-qwikdev-astro/stubs/templates/deno-biome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"dependencies": {
2323
"@astrojs/check": "^0.9.4",
24-
"@astrojs/deno": "^5.0.1",
2524
"@builder.io/qwik": "^1.14.1",
25+
"@deno/astro-adapter": "^0.3.1",
2626
"@qwikdev/astro": "^0.8",
2727
"astro": "^5.8.0",
2828
"typescript": "^5.4.3"

libs/create-qwikdev-astro/stubs/templates/deno/astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineConfig, passthroughImageService } from "astro/config";
22

3-
import deno from "@astrojs/deno";
3+
import deno from "@deno/astro-adapter";
44
import qwikdev from "@qwikdev/astro";
55

66
// https://astro.build/config

libs/create-qwikdev-astro/stubs/templates/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"dependencies": {
2424
"@astrojs/check": "^0.9.4",
25-
"@astrojs/deno": "^5.0.1",
2625
"@builder.io/qwik": "^1.14.1",
26+
"@deno/astro-adapter": "^0.3.1",
2727
"@qwikdev/astro": "^0.8",
2828
"astro": "^5.8.0"
2929
},

0 commit comments

Comments
 (0)