Skip to content

Commit 8cb147c

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update dependency serve to v14 (#9146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent db99b95 commit 8cb147c

File tree

3 files changed

+170
-199
lines changed

3 files changed

+170
-199
lines changed

.github/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Builds and watches `vue/dist/vue-runtime.esm-bundler.js` with all deps inlined u
185185

186186
### `nr dev-compiler`
187187

188-
The `dev-compiler` script builds, watches and serves the [Template Explorer](https://github.com/vuejs/core/tree/main/packages/template-explorer) at `http://localhost:5000`. This is useful when working on pure compiler issues.
188+
The `dev-compiler` script builds, watches and serves the [Template Explorer](https://github.com/vuejs/core/tree/main/packages/template-explorer) at `http://localhost:3000`. This is useful when working on pure compiler issues.
189189

190190
### `nr test`
191191

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dev-sfc-serve": "vite packages/sfc-playground --host",
3131
"dev-sfc-run": "run-p \"dev compiler-sfc -f esm-browser\" \"dev vue -if esm-bundler-runtime\" \"dev server-renderer -if esm-bundler\" dev-sfc-serve",
3232
"serve": "serve",
33-
"open": "open http://localhost:5000/packages/template-explorer/local.html",
33+
"open": "open http://localhost:3000/packages/template-explorer/local.html",
3434
"build-sfc-playground": "run-s build-compiler-cjs build-runtime-esm build-ssr-esm build-sfc-playground-self",
3535
"build-compiler-cjs": "node scripts/build.js compiler reactivity-transform shared -af cjs",
3636
"build-runtime-esm": "node scripts/build.js runtime reactivity shared -af esm-bundler && node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js vue -f esm-browser-runtime",
@@ -95,7 +95,7 @@
9595
"rollup-plugin-esbuild": "^5.0.0",
9696
"rollup-plugin-polyfill-node": "^0.12.0",
9797
"semver": "^7.3.2",
98-
"serve": "^12.0.0",
98+
"serve": "^14.2.1",
9999
"simple-git-hooks": "^2.8.1",
100100
"terser": "^5.19.2",
101101
"todomvc-app-css": "^2.3.0",

0 commit comments

Comments
 (0)