|
30 | 30 | "dev-sfc-serve": "vite packages/sfc-playground --host",
|
31 | 31 | "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",
|
32 | 32 | "serve": "serve",
|
33 |
| - "open": "open http://localhost:5000/packages/template-explorer/local.html", |
| 33 | + "open": "open http://localhost:3000/packages/template-explorer/local.html", |
34 | 34 | "build-sfc-playground": "run-s build-compiler-cjs build-runtime-esm build-ssr-esm build-sfc-playground-self",
|
35 | 35 | "build-compiler-cjs": "node scripts/build.js compiler reactivity-transform shared -af cjs",
|
36 | 36 | "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",
|
|
53 | 53 | ]
|
54 | 54 | },
|
55 | 55 | "engines": {
|
56 |
| - "node": ">=16.11.0" |
| 56 | + "node": ">=16.14.0" |
57 | 57 | },
|
58 | 58 | "devDependencies": {
|
59 | 59 | "@babel/parser": "^7.21.3",
|
|
66 | 66 | "@rollup/plugin-terser": "^0.4.0",
|
67 | 67 | "@types/hash-sum": "^1.0.0",
|
68 | 68 | "@types/node": "^16.4.7",
|
69 |
| - "@typescript-eslint/parser": "^5.56.0", |
70 |
| - "@vitest/coverage-istanbul": "^0.29.7", |
| 69 | + "@typescript-eslint/parser": "^6.6.0", |
| 70 | + "@vitest/coverage-istanbul": "^0.34.3", |
71 | 71 | "@vue/consolidate": "0.17.3",
|
72 | 72 | "chalk": "^4.1.0",
|
73 | 73 | "conventional-changelog-cli": "^2.0.31",
|
74 | 74 | "enquirer": "^2.3.2",
|
75 | 75 | "esbuild": "^0.17.4",
|
76 | 76 | "esbuild-plugin-polyfill-node": "^0.2.0",
|
77 |
| - "eslint": "^8.33.0", |
78 |
| - "eslint-plugin-jest": "^27.2.1", |
| 77 | + "eslint": "^8.48.0", |
| 78 | + "eslint-plugin-jest": "^27.2.3", |
79 | 79 | "estree-walker": "^2.0.2",
|
80 | 80 | "execa": "^4.0.2",
|
81 |
| - "jsdom": "^21.1.0", |
82 |
| - "lint-staged": "^10.2.10", |
| 81 | + "jsdom": "^22.1.0", |
| 82 | + "lint-staged": "^14.0.1", |
83 | 83 | "lodash": "^4.17.15",
|
84 | 84 | "magic-string": "^0.30.0",
|
85 | 85 | "markdown-table": "^3.0.3",
|
86 | 86 | "marked": "^4.0.10",
|
87 | 87 | "minimist": "^1.2.0",
|
88 | 88 | "npm-run-all": "^4.1.5",
|
89 |
| - "prettier": "^3.0.1", |
| 89 | + "prettier": "^3.0.3", |
90 | 90 | "pretty-bytes": "^6.1.1",
|
91 | 91 | "pug": "^3.0.1",
|
92 |
| - "puppeteer": "~19.6.0", |
| 92 | + "puppeteer": "~21.1.1", |
93 | 93 | "rollup": "^3.26.0",
|
94 | 94 | "rollup-plugin-dts": "^5.3.0",
|
95 | 95 | "rollup-plugin-esbuild": "^5.0.0",
|
96 | 96 | "rollup-plugin-polyfill-node": "^0.12.0",
|
97 | 97 | "semver": "^7.3.2",
|
98 |
| - "serve": "^12.0.0", |
99 |
| - "simple-git-hooks": "^2.8.1", |
| 98 | + "serve": "^14.2.1", |
| 99 | + "simple-git-hooks": "^2.9.0", |
100 | 100 | "terser": "^5.19.2",
|
101 | 101 | "todomvc-app-css": "^2.3.0",
|
102 | 102 | "tslib": "^2.5.0",
|
103 | 103 | "tsx": "^3.12.7",
|
104 | 104 | "typescript": "^5.1.6",
|
105 | 105 | "vite": "^4.3.0",
|
106 |
| - "vitest": "^0.30.1" |
| 106 | + "vitest": "^0.34.3" |
107 | 107 | }
|
108 | 108 | }
|
0 commit comments