From 2ad1fa39ca620c6e2c7a7c4244a15295a5a85d54 Mon Sep 17 00:00:00 2001 From: Le Minh Tri Date: Sat, 4 Mar 2023 23:09:13 +0700 Subject: [PATCH] build(deps): update astro to version 2.0.17 --- package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 758407cf..564c168a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/rss": "^2.1.1", "@astrojs/sitemap": "^1.1.0", "@astrojs/tailwind": "^3.0.1", - "astro": "^2.0.16", + "astro": "^2.0.17", "astro-compress": "^1.1.35", "astro-purgecss": "^2.0.1", "tailwindcss": "^3.2.7" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 26c1c488..f62b9e94 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,7 @@ specifiers: '@types/node': ^18.14.2 '@typescript-eslint/eslint-plugin': ^5.54.0 '@typescript-eslint/parser': ^5.54.0 - astro: ^2.0.16 + astro: ^2.0.17 astro-compress: ^1.1.35 astro-purgecss: ^2.0.1 commander: ^10.0.0