Skip to content

Commit

Permalink
9.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 27, 2023
1 parent 5fc47e5 commit b3129f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions lib/utils/vue3-export-names.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@
"Suspense",
"SuspenseBoundary",
"RootHydrateFunction",
"BaseTransitionProps",
"TransitionHooks",
"TransitionState",
"useTransitionState",
"BaseTransitionPropsValidators",
"BaseTransition",
"resolveTransitionHooks",
"setTransitionHooks",
"getTransitionRawChildren",
"Renderer",
"HydrationRenderer",
"RootRenderFunction",
Expand Down Expand Up @@ -135,15 +144,6 @@
"AppContext",
"Plugin",
"CreateAppFunction",
"BaseTransitionProps",
"TransitionHooks",
"TransitionState",
"useTransitionState",
"BaseTransitionPropsValidators",
"BaseTransition",
"resolveTransitionHooks",
"setTransitionHooks",
"getTransitionRawChildren",
"TeleportProps",
"Teleport",
"resolveComponent",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue",
"version": "9.18.0",
"version": "9.18.1",
"description": "Official ESLint plugin for Vue.js",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit b3129f9

Please sign in to comment.