Skip to content

Commit b3129f9

Browse files
committed
9.18.1
1 parent 5fc47e5 commit b3129f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lib/utils/vue3-export-names.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@
7575
"Suspense",
7676
"SuspenseBoundary",
7777
"RootHydrateFunction",
78+
"BaseTransitionProps",
79+
"TransitionHooks",
80+
"TransitionState",
81+
"useTransitionState",
82+
"BaseTransitionPropsValidators",
83+
"BaseTransition",
84+
"resolveTransitionHooks",
85+
"setTransitionHooks",
86+
"getTransitionRawChildren",
7887
"Renderer",
7988
"HydrationRenderer",
8089
"RootRenderFunction",
@@ -135,15 +144,6 @@
135144
"AppContext",
136145
"Plugin",
137146
"CreateAppFunction",
138-
"BaseTransitionProps",
139-
"TransitionHooks",
140-
"TransitionState",
141-
"useTransitionState",
142-
"BaseTransitionPropsValidators",
143-
"BaseTransition",
144-
"resolveTransitionHooks",
145-
"setTransitionHooks",
146-
"getTransitionRawChildren",
147147
"TeleportProps",
148148
"Teleport",
149149
"resolveComponent",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-vue",
3-
"version": "9.18.0",
3+
"version": "9.18.1",
44
"description": "Official ESLint plugin for Vue.js",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)