Skip to content

Commit 676cdac

Browse files
Update dependency @vitejs/plugin-vue to v6
1 parent 803c85e commit 676cdac

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"vue": "^3.5.22"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "^4.6.2",
14+
"@vitejs/plugin-vue": "^6.0.1",
1515
"vite": "^4.5.14"
1616
}
1717
}

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,17 @@
142142
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
143143
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
144144

145-
"@vitejs/plugin-vue@^4.6.2":
146-
version "4.6.2"
147-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz#057d2ded94c4e71b94e9814f92dcd9306317aa46"
148-
integrity sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==
145+
"@rolldown/pluginutils@1.0.0-beta.29":
146+
version "1.0.0-beta.29"
147+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.29.tgz#f8fc9a8788757dccba0d3b7fee93183621773d4c"
148+
integrity sha512-NIJgOsMjbxAXvoGq/X0gD7VPMQ8j9g0BiDaNjVNVjvl+iKXxL3Jre0v31RmBYeLEmkbj2s02v8vFTbUXi5XS2Q==
149+
150+
"@vitejs/plugin-vue@^6.0.1":
151+
version "6.0.1"
152+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.1.tgz#4c7f559621af104a22255c6ace5626e6d8349689"
153+
integrity sha512-+MaE752hU0wfPFJEUAIxqw18+20euHHdxVtMvbFcOEpjEyfqXH/5DCoTHiVJ0J29EhTJdoTkjEv5YBKU9dnoTw==
154+
dependencies:
155+
"@rolldown/pluginutils" "1.0.0-beta.29"
149156

150157
"@vue/compiler-core@3.5.22":
151158
version "3.5.22"

0 commit comments

Comments
 (0)