Skip to content

Commit 8373350

Browse files
chore(deps): update build (#10867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bead21a commit 8373350

File tree

4 files changed

+146
-301
lines changed

4 files changed

+146
-301
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,20 +97,20 @@
9797
"pug": "^3.0.2",
9898
"puppeteer": "~22.7.1",
9999
"rimraf": "^5.0.5",
100-
"rollup": "^4.17.1",
100+
"rollup": "^4.17.2",
101101
"rollup-plugin-dts": "^6.1.0",
102102
"rollup-plugin-esbuild": "^6.1.1",
103103
"rollup-plugin-polyfill-node": "^0.13.0",
104104
"semver": "^7.6.0",
105105
"serve": "^14.2.3",
106106
"simple-git-hooks": "^2.11.1",
107-
"terser": "^5.30.4",
107+
"terser": "^5.31.0",
108108
"todomvc-app-css": "^2.4.3",
109109
"tslib": "^2.6.2",
110110
"tsx": "^4.9.3",
111111
"typescript": "~5.4.5",
112112
"typescript-eslint": "^7.7.1",
113-
"vite": "^5.2.10",
113+
"vite": "^5.2.11",
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.4",
13-
"vite": "^5.2.10"
13+
"vite": "^5.2.11"
1414
},
1515
"dependencies": {
1616
"@vue/repl": "^4.1.2",

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.4",
15-
"vite": "^5.2.10"
15+
"vite": "^5.2.11"
1616
}
1717
}

0 commit comments

Comments
 (0)