Skip to content

Commit b970576

Browse files
committed
chore: upgrade deps
1 parent a193579 commit b970576

File tree

4 files changed

+1865
-1978
lines changed

4 files changed

+1865
-1978
lines changed

package.json

Lines changed: 25 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-vue-named-export",
33
"type": "module",
44
"version": "0.9.3",
5-
"packageManager": "pnpm@10.26.0",
5+
"packageManager": "pnpm@10.33.0",
66
"description": "Named export for Vue SFC.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -34,17 +34,6 @@
3434
"./webpack": "./dist/webpack.mjs",
3535
"./package.json": "./package.json"
3636
},
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-
},
4837
"files": [
4938
"dist"
5039
],
@@ -65,37 +54,34 @@
6554
"prepublishOnly": "pnpm run build"
6655
},
6756
"dependencies": {
68-
"@vue/language-core": "^3.1.8",
57+
"@vue/language-core": "^3.2.6",
6958
"ast-kit": "^2.2.0",
7059
"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"
7365
},
7466
"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",
8173
"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"
9285
},
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"
10187
}

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"typecheck": "vue-tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"vue": "^3.5.25"
13+
"vue": "^3.5.31"
1414
},
1515
"devDependencies": {
16-
"@vitejs/plugin-vue": "^6.0.3",
17-
"@vue/tsconfig": "^0.8.1",
16+
"@vitejs/plugin-vue": "^6.0.5",
17+
"@vue/tsconfig": "^0.9.1",
1818
"tsx": "^4.21.0",
19-
"typescript": "~5.9.3",
20-
"vite": "^7.3.0",
21-
"vue-tsc": "^3.1.8"
19+
"typescript": "~6.0.2",
20+
"vite": "^8.0.3",
21+
"vue-tsc": "^3.2.6"
2222
}
2323
}

0 commit comments

Comments
 (0)