diff --git a/examples/social-feed/package.json b/examples/social-feed/package.json index 06a4b80c8..c0fee3c0a 100644 --- a/examples/social-feed/package.json +++ b/examples/social-feed/package.json @@ -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" } } diff --git a/examples/social-feed/tsconfig.json b/examples/social-feed/tsconfig.json index 3fd7ae6e8..d78f81ec4 100644 --- a/examples/social-feed/tsconfig.json +++ b/examples/social-feed/tsconfig.json @@ -1,3 +1,3 @@ { - "extends": "astro/tsconfigs/strictest" -} \ No newline at end of file + "extends": "astro/tsconfigs/base" +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index beae0fd5e..0d75fe911 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: