Skip to content

Commit 0c2232a

Browse files
committed
chore: remove shamefully-hoist
1 parent 8c4a4c6 commit 0c2232a

18 files changed

+184
-93
lines changed

.changeset/rotten-panthers-beg.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'unplugin-vue-jsx-vapor': patch
3+
---
4+
5+
remove shamefully-hoist

.npmrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
ignore-workspace-root-check=true
2-
shamefully-hoist=true

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,10 @@
126126
"dependencies": {
127127
"@babel/parser": "^7.24.7",
128128
"@vue-macros/common": "^1.10.4",
129+
"@vue-vapor/compiler-dom": "3.2024.0-63dbc26",
129130
"@vue-vapor/compiler-vapor": "3.2024.0-63dbc26",
131+
"@vue-vapor/shared": "3.2024.0-4c28469",
130132
"@vue-vapor/vue": "3.2024.0-63dbc26",
131-
"@vue/shared": "^3.4.31",
132133
"html-tags": "^4.0.0",
133134
"svg-tags": "^1.0.0",
134135
"unplugin": "^1.10.1"
@@ -153,7 +154,7 @@
153154
"rollup": "^4.18.0",
154155
"tsup": "^8.1.0",
155156
"typescript": "^5.5.2",
156-
"vite": "^5.3.1",
157+
"vite": "^5.3.2",
157158
"vitest": "^1.6.0",
158159
"webpack": "^5.92.1"
159160
}

0 commit comments

Comments
 (0)