diff --git a/.changeset/curly-hairs-tan.md b/.changeset/curly-hairs-tan.md new file mode 100644 index 00000000..3a1bfb54 --- /dev/null +++ b/.changeset/curly-hairs-tan.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-astro": minor +--- + +fix(deps): update dependency astro-eslint-parser to ^0.12.0 diff --git a/package.json b/package.json index f3de364d..aa70d56a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.14", "@typescript-eslint/types": "^5.25.0", - "astro-eslint-parser": "^0.11.0", + "astro-eslint-parser": "^0.12.0", "eslint-utils": "^3.0.0", "postcss": "^8.4.14", "postcss-selector-parser": "^6.0.10"