|
1 | 1 | {
|
2 | 2 | "private": true,
|
3 |
| - "version": "3.3.2", |
4 |
| - "packageManager": "pnpm@8.4.0", |
| 3 | + "version": "3.3.4", |
| 4 | + "packageManager": "pnpm@8.6.2", |
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
7 | 7 | "dev": "node scripts/dev.js",
|
|
12 | 12 | "size-baseline": "node scripts/build.js vue -f esm-bundler-runtime && node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler && cd packages/size-check && vite build && node brotli",
|
13 | 13 | "check": "tsc --incremental --noEmit",
|
14 | 14 | "lint": "eslint --cache --ext .ts packages/*/{src,__tests__}/**.ts",
|
15 |
| - "format": "prettier --write --cache --parser typescript \"**/*.[tj]s?(x)\"", |
16 |
| - "format-check": "prettier --check --cache --parser typescript \"**/*.[tj]s?(x)\"", |
| 15 | + "format": "prettier --write --cache \"**/*.[tj]s?(x)\"", |
| 16 | + "format-check": "prettier --check --cache \"**/*.[tj]s?(x)\"", |
17 | 17 | "test": "vitest",
|
18 | 18 | "test-unit": "vitest -c vitest.unit.config.ts",
|
19 | 19 | "test-e2e": "node scripts/build.js vue -f global -d && vitest -c vitest.e2e.config.ts",
|
|
35 | 35 | "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",
|
36 | 36 | "build-ssr-esm": "node scripts/build.js compiler-sfc server-renderer -f esm-browser",
|
37 | 37 | "build-sfc-playground-self": "cd packages/sfc-playground && npm run build",
|
38 |
| - "preinstall": "node ./scripts/preinstall.js", |
| 38 | + "preinstall": "npx only-allow pnpm", |
39 | 39 | "postinstall": "simple-git-hooks"
|
40 | 40 | },
|
41 | 41 | "simple-git-hooks": {
|
|
84 | 84 | "marked": "^4.0.10",
|
85 | 85 | "minimist": "^1.2.0",
|
86 | 86 | "npm-run-all": "^4.1.5",
|
87 |
| - "prettier": "^2.7.1", |
| 87 | + "prettier": "^3.0.1", |
88 | 88 | "pug": "^3.0.1",
|
89 | 89 | "puppeteer": "~19.6.0",
|
90 |
| - "rollup": "^3.20.2", |
| 90 | + "rollup": "^3.26.0", |
91 | 91 | "rollup-plugin-dts": "^5.3.0",
|
92 | 92 | "rollup-plugin-esbuild": "^5.0.0",
|
93 | 93 | "rollup-plugin-polyfill-node": "^0.12.0",
|
|
97 | 97 | "terser": "^5.15.1",
|
98 | 98 | "todomvc-app-css": "^2.3.0",
|
99 | 99 | "tslib": "^2.5.0",
|
100 |
| - "typescript": "^5.0.0", |
| 100 | + "typescript": "^5.1.6", |
101 | 101 | "vite": "^4.3.0",
|
102 | 102 | "vitest": "^0.30.1"
|
103 | 103 | }
|
|
0 commit comments