diff --git a/lib/utils/vue3-export-names.json b/lib/utils/vue3-export-names.json index 53c8fae02..ecdd2462a 100644 --- a/lib/utils/vue3-export-names.json +++ b/lib/utils/vue3-export-names.json @@ -50,6 +50,7 @@ "ComponentOptionsWithObjectProps", "ComponentOptionsWithoutProps", "ComponentPropsOptions", + "ComponentProvideOptions", "ComponentPublicInstance", "computed", "ComputedGetter", @@ -223,6 +224,7 @@ "VNodeChild", "VNodeNormalizedChildren", "VNodeProps", + "VNodeRef", "VNodeTypes", "warn", "watch", diff --git a/package.json b/package.json index 5204fd8c6..1cca43620 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-vue", - "version": "9.0.1", + "version": "9.1.0", "description": "Official ESLint plugin for Vue.js", "main": "lib/index.js", "scripts": {