Skip to content

Commit

Permalink
chore: update astro deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy authored and alexanderniebuhr committed Oct 16, 2023
1 parent 29c1e9b commit 24311cb
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 80 deletions.
4 changes: 2 additions & 2 deletions packages/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"esbuild": "^0.19.2"
},
"peerDependencies": {
"astro": "^3.1.4"
"astro": "^3.3.0"
},
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
"@netlify/edge-handler-types": "^0.34.1",
"@types/node": "^18.17.8",
"astro": "^3.1.4",
"astro": "^3.3.0",
"chai": "^4.3.7",
"chai-jest-snapshot": "^2.0.0",
"cheerio": "1.0.0-rc.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"dependencies": {
"@astrojs/netlify": "workspace:*",
"astro": "^3.2.0"
"astro": "^3.3.0"
}
}
Loading

0 comments on commit 24311cb

Please sign in to comment.