Skip to content

Commit 97f45f3

Browse files
chore(deps): update dependency vite to ^5.3.1 (#11153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a382b7 commit 97f45f3

File tree

4 files changed

+19
-257
lines changed

4 files changed

+19
-257
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"tsx": "^4.15.5",
111111
"typescript": "~5.4.5",
112112
"typescript-eslint": "^7.13.0",
113-
"vite": "^5.2.13",
113+
"vite": "^5.3.1",
114114
"vitest": "^1.6.0"
115115
},
116116
"pnpm": {

packages/sfc-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "^5.0.5",
13-
"vite": "^5.2.13"
13+
"vite": "^5.3.1"
1414
},
1515
"dependencies": {
1616
"@vue/repl": "^4.2.1",

packages/sfc-playground/src/download/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"devDependencies": {
1414
"@vitejs/plugin-vue": "^5.0.5",
15-
"vite": "^5.2.13"
15+
"vite": "^5.3.1"
1616
}
1717
}

0 commit comments

Comments
 (0)