updating for latest Astro deps

This commit is contained in:
Tony Sullivan 2023-09-12 14:38:43 -05:00
parent 07ccbe03a6
commit 58b48a9bfe
3 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^2.4.3",
"astro": "^2.6.4"
"@astrojs/rss": "^3.0.0",
"astro": "^3.0.1"
}
}

View file

@ -1,3 +1,3 @@
{
"extends": "astro/tsconfigs/strictest"
}
"extends": "astro/tsconfigs/base"
}

View file

@ -348,10 +348,10 @@ importers:
examples/social-feed:
dependencies:
'@astrojs/rss':
specifier: ^2.4.3
specifier: ^3.0.0
version: link:../../packages/astro-rss
astro:
specifier: ^2.6.4
specifier: ^3.0.1
version: link:../../packages/astro
examples/ssr: