Skip to content

Commit 07efcd3

Browse files
fix(storefront): Update Vue to ^3.5.32 (#734)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e00361 commit 07efcd3

File tree

3 files changed

+107
-116
lines changed

3 files changed

+107
-116
lines changed

packages/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"html-minifier": "^4.0.0",
4747
"mitt": "^3.0.1",
4848
"mrmime": "^2.0.1",
49-
"vue": "^3.5.31",
49+
"vue": "^3.5.32",
5050
"yaml": "^2.8.3"
5151
},
5252
"devDependencies": {

packages/storefront/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@unocss/astro": "^66.6.7",
6767
"unocss": "^66.6.7",
6868
"unplugin-auto-import": "^19.3.0",
69-
"vue": "^3.5.31",
69+
"vue": "^3.5.32",
7070
"wade": "0.3.3",
7171
"yaml": "^2.8.3"
7272
},

0 commit comments

Comments
 (0)