Skip to content

Commit

Permalink
chore: update tests to Astro 5 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
irbull authored Dec 9, 2024
1 parent 76ff64d commit d452225
Show file tree
Hide file tree
Showing 7 changed files with 1,882 additions and 6,790 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,8 @@ cd astro-adapter
pnpm i
```

The Deno Astro Adapter is currently built and tested with Deno 1.x. To test your
changes make sure you have Deno 1.46.3 installed
(`eno upgrade --version 1.46.3`) and run the following command:
The Deno Astro Adapter is currently built and tested with Deno 2.x. To test your
changes make sure you have Deno 2.x installed

```sh
pnpm run test
Expand Down
3,040 changes: 202 additions & 2,838 deletions deno.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"astro": "^4.2.1"
"astro": "^5.0.1"
},
"devDependencies": {
"@types/lodash": "^4.17.5",
"@types/node": "^20.11.5",
"astro": "^4.2.1",
"astro": "^5.0.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit d452225

Please sign in to comment.