|
2 | 2 | "name": "unplugin-vue-named-export", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.9.3", |
5 | | - "packageManager": "pnpm@10.26.0", |
| 5 | + "packageManager": "pnpm@10.33.0", |
6 | 6 | "description": "Named export for Vue SFC.", |
7 | 7 | "author": "Kevin Deng <sxzz@sxzz.moe>", |
8 | 8 | "license": "MIT", |
|
34 | 34 | "./webpack": "./dist/webpack.mjs", |
35 | 35 | "./package.json": "./package.json" |
36 | 36 | }, |
37 | | - "main": "./dist/index.mjs", |
38 | | - "module": "./dist/index.mjs", |
39 | | - "types": "./dist/index.d.mts", |
40 | | - "typesVersions": { |
41 | | - "*": { |
42 | | - "*": [ |
43 | | - "./dist/*.d.mts", |
44 | | - "./*" |
45 | | - ] |
46 | | - } |
47 | | - }, |
48 | 37 | "files": [ |
49 | 38 | "dist" |
50 | 39 | ], |
|
65 | 54 | "prepublishOnly": "pnpm run build" |
66 | 55 | }, |
67 | 56 | "dependencies": { |
68 | | - "@vue/language-core": "^3.1.8", |
| 57 | + "@vue/language-core": "^3.2.6", |
69 | 58 | "ast-kit": "^2.2.0", |
70 | 59 | "muggle-string": "^0.4.1", |
71 | | - "rolldown-string": "^0.2.1", |
72 | | - "unplugin": "^2.3.11" |
| 60 | + "rolldown-string": "^0.3.0", |
| 61 | + "unplugin": "^3.0.0" |
| 62 | + }, |
| 63 | + "inlinedDependencies": { |
| 64 | + "change-case": "5.4.4" |
73 | 65 | }, |
74 | 66 | "devDependencies": { |
75 | | - "@babel/types": "^7.28.5", |
76 | | - "@sxzz/eslint-config": "^7.4.3", |
77 | | - "@sxzz/prettier-config": "^2.2.6", |
78 | | - "@sxzz/test-utils": "^0.5.14", |
79 | | - "@types/node": "^25.0.2", |
80 | | - "bumpp": "^10.3.2", |
| 67 | + "@babel/types": "^7.29.0", |
| 68 | + "@sxzz/eslint-config": "^7.8.4", |
| 69 | + "@sxzz/prettier-config": "^2.3.1", |
| 70 | + "@sxzz/test-utils": "^0.5.16", |
| 71 | + "@types/node": "^25.5.0", |
| 72 | + "bumpp": "^11.0.1", |
81 | 73 | "change-case": "^5.4.4", |
82 | | - "eslint": "^9.39.2", |
83 | | - "prettier": "^3.7.4", |
84 | | - "tsdown": "^0.18.0", |
85 | | - "typescript": "^5.9.3", |
86 | | - "unplugin-oxc": "^0.5.6", |
87 | | - "unplugin-vue": "^7.1.0", |
88 | | - "vite": "^7.3.0", |
89 | | - "vitest": "^4.0.15", |
90 | | - "vue": "^3.5.25", |
91 | | - "vue-tsc": "^3.1.8" |
| 74 | + "eslint": "^10.1.0", |
| 75 | + "prettier": "^3.8.1", |
| 76 | + "tsdown": "^0.21.6", |
| 77 | + "tsdown-preset-sxzz": "^0.4.2", |
| 78 | + "typescript": "^6.0.2", |
| 79 | + "unplugin-oxc": "^0.6.0", |
| 80 | + "unplugin-vue": "^7.1.1", |
| 81 | + "vite": "^8.0.3", |
| 82 | + "vitest": "^4.1.2", |
| 83 | + "vue": "^3.5.31", |
| 84 | + "vue-tsc": "^3.2.6" |
92 | 85 | }, |
93 | | - "prettier": "@sxzz/prettier-config", |
94 | | - "tsdown": { |
95 | | - "entry": "./src/*.ts", |
96 | | - "exports": true, |
97 | | - "inlineOnly": [ |
98 | | - "change-case" |
99 | | - ] |
100 | | - } |
| 86 | + "prettier": "@sxzz/prettier-config" |
101 | 87 | } |
0 commit comments