Skip to content

Commit

Permalink
Bump astro now that we use node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Dec 30, 2024
1 parent 764c427 commit 206ee3e
Show file tree
Hide file tree
Showing 5 changed files with 2,147 additions and 1,166 deletions.
5 changes: 5 additions & 0 deletions docs/.astro/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1735560055920
}
}
1 change: 1 addition & 0 deletions docs/.astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^18.0.0",
"@types/react": "^17.0.45",
"@types/react-dom": "^18.0.0",
"astro": "^1.2.1",
"astro": "^4.16.18",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
Expand Down
1 change: 1 addition & 0 deletions docs/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />
Loading

0 comments on commit 206ee3e

Please sign in to comment.