Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 8d785a3

Browse files
committed
feat: remove htmlparser2, use @vue/compiler-core instead.
1 parent 91f0438 commit 8d785a3

File tree

3 files changed

+2728
-1486
lines changed

3 files changed

+2728
-1486
lines changed

package.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,12 @@
7878
"@babel/traverse": "^7.16.8",
7979
"@babel/types": "^7.16.8",
8080
"@rollup/pluginutils": "^4.1.2",
81-
"@vue/compiler-core": "^3.2.26",
82-
"@vue/compiler-dom": "^3.2.26",
83-
"@vue/reactivity-transform": "^3.2.26",
84-
"@vue/shared": "^3.2.26",
81+
"@vue/compiler-core": "^3.2.31",
82+
"@vue/compiler-dom": "^3.2.31",
83+
"@vue/reactivity-transform": "^3.2.31",
84+
"@vue/shared": "^3.2.31",
8585
"defu": "^5.0.0",
86-
"htmlparser2": "5.0.1",
8786
"magic-string": "^0.25.7",
88-
"tslib": "^2.3.1",
8987
"unplugin": "^0.3.0"
9088
},
9189
"devDependencies": {
@@ -100,7 +98,7 @@
10098
"@types/node": "^17.0.8",
10199
"@types/ws": "^8.2.2",
102100
"@vue/composition-api": "^1.4.3",
103-
"@vue/runtime-dom": "^3.2.26",
101+
"@vue/runtime-dom": "^3.2.31",
104102
"bumpp": "^7.1.1",
105103
"eslint": "^8.6.0",
106104
"fast-glob": "^3.2.10",
@@ -116,7 +114,7 @@
116114
"peerDependencies": {
117115
"pug": "^3.0.2",
118116
"@vue/composition-api": "^1.4.3",
119-
"@vue/runtime-dom": "^3.2.26"
117+
"@vue/runtime-dom": "^3.2.31"
120118
},
121119
"peerDependenciesMeta": {
122120
"pug": {

0 commit comments

Comments
 (0)