From bec9c0baed740079961adf24d2bf09382ef2d0de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 07:03:37 +0000 Subject: [PATCH] Bump astro from 1.9.2 to 2.3.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 1.9.2 to 2.3.0. - [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.3.0/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 fd8a466..fd2c21a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@astrojs/tailwind": "^3.0.0", "@types/micromodal": "^0.3.3", - "astro": "^1.6.11", + "astro": "^2.3.0", "astro-icon": "^0.8.0", "prettier": "2.8.4", "prettier-plugin-astro": "^0.8.0",