diff --git a/.changeset/poor-bottles-marry.md b/.changeset/poor-bottles-marry.md new file mode 100644 index 00000000..c0833d76 --- /dev/null +++ b/.changeset/poor-bottles-marry.md @@ -0,0 +1,5 @@ +--- +"eslint-plugin-astro": minor +--- + +fix(deps): update astro-eslint-parser diff --git a/package.json b/package.json index 0bfa381b..1813c7f9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@eslint-community/eslint-utils": "^4.2.0", "@jridgewell/sourcemap-codec": "^1.4.14", "@typescript-eslint/types": "^5.25.0", - "astro-eslint-parser": "^0.13.1", + "astro-eslint-parser": "^0.14.0", "postcss": "^8.4.14", "postcss-selector-parser": "^6.0.10" },