Skip to content

Commit b4e1ce2

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update all non-major dependencies (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
1 parent 999ad09 commit b4e1ce2

File tree

5 files changed

+1253
-809
lines changed

5 files changed

+1253
-809
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ type Options = {
102102
* Convert filename to export name
103103
* @default pascalCaseFn
104104
*/
105-
resolveName?(id: string): string | Promise<string>
105+
resolveName?: (id: string) => string | Promise<string>
106106
/**
107107
* Whether to keep default export
108108
* @default false

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.3.0",
4-
"packageManager": "pnpm@8.10.5",
4+
"packageManager": "pnpm@8.15.4",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -75,30 +75,30 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@rollup/pluginutils": "^5.0.5",
79-
"ast-kit": "^0.11.2",
78+
"@rollup/pluginutils": "^5.1.0",
79+
"ast-kit": "^0.12.1",
8080
"magic-string-ast": "^0.3.0",
81-
"unplugin": "^1.5.1"
81+
"unplugin": "^1.8.0"
8282
},
8383
"devDependencies": {
84-
"@babel/types": "^7.23.3",
85-
"@sxzz/eslint-config": "^3.7.4",
86-
"@sxzz/prettier-config": "^2.0.0",
87-
"@types/node": "^20.9.2",
88-
"@vue-macros/test-utils": "^1.3.0",
89-
"@vue/language-core": "^1.8.22",
90-
"bumpp": "^9.2.0",
91-
"change-case": "^5.2.0",
92-
"eslint": "^8.54.0",
84+
"@babel/types": "^7.24.0",
85+
"@sxzz/eslint-config": "^3.8.5",
86+
"@sxzz/prettier-config": "^2.0.1",
87+
"@types/node": "^20.11.24",
88+
"@vue-macros/test-utils": "^1.4.0",
89+
"@vue/language-core": "^1.8.27",
90+
"bumpp": "^9.3.1",
91+
"change-case": "^5.4.3",
92+
"eslint": "^8.57.0",
9393
"eslint-define-config": "^1.24.1",
9494
"fast-glob": "^3.3.2",
95-
"prettier": "^3.1.0",
96-
"tsup": "^8.0.1",
97-
"tsx": "^4.1.4",
98-
"typescript": "^5.2.2",
99-
"vite": "^5.0.4",
100-
"vitest": "^1.0.4",
101-
"vue": "^3.3.8",
95+
"prettier": "^3.2.5",
96+
"tsup": "^8.0.2",
97+
"tsx": "^4.7.1",
98+
"typescript": "^5.3.3",
99+
"vite": "^5.1.4",
100+
"vitest": "^1.3.1",
101+
"vue": "^3.4.21",
102102
"vue-tsc": "^2.0.3"
103103
},
104104
"engines": {

0 commit comments

Comments
 (0)