|
50 | 50 | "*.d.ts"
|
51 | 51 | ],
|
52 | 52 | "scripts": {
|
53 |
| - "build": "rimraf dist && tsup src/*.ts --format cjs,esm --dts && esno scripts/postbuild.ts", |
| 53 | + "build": "rimraf dist && tsup src/*.ts --format cjs,esm --dts --splitting && esno scripts/postbuild.ts", |
54 | 54 | "dev": "tsup src/*.ts --format cjs,esm --watch src",
|
55 | 55 | "example:build": "npm -C examples/vue3 run build",
|
56 | 56 | "example:dev": "npm -C examples/vue3 run dev",
|
|
68 | 68 | "magic-string": "^0.25.7",
|
69 | 69 | "minimatch": "^3.0.4",
|
70 | 70 | "resolve": "^1.20.0",
|
71 |
| - "unplugin": "^0.2.11" |
| 71 | + "unplugin": "^0.2.13" |
72 | 72 | },
|
73 | 73 | "devDependencies": {
|
74 | 74 | "@antfu/eslint-config": "^0.9.0",
|
75 | 75 | "@antfu/utils": "^0.3.0",
|
76 | 76 | "@types/debug": "^4.1.7",
|
77 |
| - "@types/jest": "^27.0.1", |
| 77 | + "@types/jest": "^27.0.2", |
78 | 78 | "@types/minimatch": "^3.0.5",
|
79 |
| - "@types/node": "^16.9.1", |
| 79 | + "@types/node": "^16.9.6", |
80 | 80 | "@types/resolve": "^1.20.1",
|
81 |
| - "@typescript-eslint/eslint-plugin": "^4.31.1", |
| 81 | + "@typescript-eslint/eslint-plugin": "^4.31.2", |
82 | 82 | "bumpp": "^7.1.1",
|
83 | 83 | "compare-versions": "^3.6.0",
|
84 | 84 | "eslint": "^7.32.0",
|
85 | 85 | "esno": "^0.9.1",
|
86 |
| - "jest": "^27.2.0", |
87 |
| - "rollup": "^2.56.3", |
| 86 | + "jest": "^27.2.1", |
| 87 | + "rollup": "^2.57.0", |
88 | 88 | "ts-jest": "^27.0.5",
|
89 |
| - "tsup": "^4.14.0", |
| 89 | + "tsup": "^5.1.0", |
90 | 90 | "typescript": "^4.4.3",
|
91 |
| - "vite": "^2.5.7" |
| 91 | + "vite": "^2.5.10" |
92 | 92 | },
|
93 | 93 | "peerDependencies": {
|
94 | 94 | "vue": "2 || 3"
|
|
0 commit comments