From 16a080dcbf7a840cdc789513edff7561d0f325f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 21:15:25 +0000 Subject: [PATCH] Bump astro from 1.9.2 to 2.0.17 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 1.9.2 to 2.0.17. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@2.0.17/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e34263e..23f4560 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@types/prettier": "^2.6.4", "@typescript-eslint/eslint-plugin": "^5.31.0", "@typescript-eslint/parser": "^5.31.0", - "astro": "^1.0.0-rc.1", + "astro": "^2.0.17", "astro-icon": "^0.7.3", "astro-imagetools": "0.6.10", "astro-robots-txt": "^0.3.7",