Skip to content

Commit ed37dcd

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

File tree

4 files changed

+191
-191
lines changed

4 files changed

+191
-191
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@vue/consolidate": "1.0.0",
7979
"conventional-changelog-cli": "^4.1.0",
8080
"enquirer": "^2.4.1",
81-
"esbuild": "^0.20.1",
81+
"esbuild": "^0.20.2",
8282
"esbuild-plugin-polyfill-node": "^0.3.0",
8383
"eslint": "^8.57.0",
8484
"eslint-define-config": "^2.1.0",
@@ -100,19 +100,19 @@
100100
"pug": "^3.0.2",
101101
"puppeteer": "~22.4.1",
102102
"rimraf": "^5.0.5",
103-
"rollup": "^4.12.1",
103+
"rollup": "^4.13.0",
104104
"rollup-plugin-dts": "^6.1.0",
105105
"rollup-plugin-esbuild": "^6.1.1",
106106
"rollup-plugin-polyfill-node": "^0.13.0",
107107
"semver": "^7.6.0",
108108
"serve": "^14.2.1",
109109
"simple-git-hooks": "^2.10.0",
110-
"terser": "^5.29.1",
110+
"terser": "^5.29.2",
111111
"todomvc-app-css": "^2.4.3",
112112
"tslib": "^2.6.2",
113113
"tsx": "^4.7.1",
114114
"typescript": "^5.2.2",
115-
"vite": "^5.1.5",
115+
"vite": "^5.1.6",
116116
"vitest": "^1.3.1"
117117
}
118118
}

packages/sfc-playground/package.json

+1-1
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.1.5"
13+
"vite": "^5.1.6"
1414
},
1515
"dependencies": {
1616
"@vue/repl": "^4.1.1",

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

+1-1
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.1.5"
15+
"vite": "^5.1.6"
1616
}
1717
}

0 commit comments

Comments
 (0)