From c2128dc83a36bc85df71c1656b945d5c95e5b8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 06:54:10 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-astro from 0.31.4 to 1.1.1 Bumps [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) from 0.31.4 to 1.1.1. - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.31.4...v1.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-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 79a4563..a59aca1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", - "eslint-plugin-astro": "^0.31.3", + "eslint-plugin-astro": "^1.1.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3",