Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 328ba41

Browse files
chore(deps): update build (#11260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 933ad9d commit 328ba41

File tree

4 files changed

+285
-27
lines changed

4 files changed

+285
-27
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@vue/consolidate": "1.0.0",
7676
"conventional-changelog-cli": "^4.1.0",
7777
"enquirer": "^2.4.1",
78-
"esbuild": "^0.21.5",
78+
"esbuild": "^0.23.0",
7979
"esbuild-plugin-polyfill-node": "^0.3.0",
8080
"eslint": "^9.5.0",
8181
"eslint-plugin-import-x": "^0.5.1",
@@ -107,7 +107,7 @@
107107
"tsx": "^4.16.2",
108108
"typescript": "~5.4.5",
109109
"typescript-eslint": "^7.13.1",
110-
"vite": "^5.3.1",
110+
"vite": "^5.3.3",
111111
"vitest": "^1.6.0"
112112
},
113113
"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.3.1"
13+
"vite": "^5.3.3"
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.3.1"
15+
"vite": "^5.3.3"
1616
}
1717
}

0 commit comments

Comments
 (0)