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

Commit 953e096

Browse files
chore(deps): update build (#11098)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2438b75 commit 953e096

File tree

4 files changed

+142
-142
lines changed

4 files changed

+142
-142
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@vue/consolidate": "1.0.0",
7777
"conventional-changelog-cli": "^4.1.0",
7878
"enquirer": "^2.4.1",
79-
"esbuild": "^0.21.4",
79+
"esbuild": "^0.21.5",
8080
"esbuild-plugin-polyfill-node": "^0.3.0",
8181
"eslint": "^9.3.0",
8282
"eslint-plugin-import-x": "^0.5.1",
@@ -104,13 +104,13 @@
104104
"semver": "^7.6.2",
105105
"serve": "^14.2.3",
106106
"simple-git-hooks": "^2.11.1",
107-
"terser": "^5.31.0",
107+
"terser": "^5.31.1",
108108
"todomvc-app-css": "^2.4.3",
109109
"tslib": "^2.6.3",
110110
"tsx": "^4.15.1",
111111
"typescript": "~5.4.5",
112112
"typescript-eslint": "^7.10.0",
113-
"vite": "^5.2.12",
113+
"vite": "^5.2.13",
114114
"vitest": "^1.5.2"
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.12"
13+
"vite": "^5.2.13"
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.12"
15+
"vite": "^5.2.13"
1616
}
1717
}

0 commit comments

Comments
 (0)