File tree Expand file tree Collapse file tree 3 files changed +238
-496
lines changed Expand file tree Collapse file tree 3 files changed +238
-496
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-vue-named-export" ,
3
3
"version" : " 0.7.1" ,
4
- "packageManager" : " pnpm@10.4.1 " ,
4
+ "packageManager" : " pnpm@10.5.0 " ,
5
5
"description" : " Named export for Vue SFC." ,
6
6
"type" : " module" ,
7
7
"keywords" : [
88
88
"prepublishOnly" : " pnpm run build"
89
89
},
90
90
"dependencies" : {
91
- "@vue/language-core" : " ^2.2.2 " ,
91
+ "@vue/language-core" : " ^2.2.4 " ,
92
92
"ast-kit" : " ^1.4.0" ,
93
93
"magic-string-ast" : " ^0.7.0" ,
94
94
"muggle-string" : " ^0.4.1" ,
100
100
"@sxzz/eslint-config" : " ^5.1.1" ,
101
101
"@sxzz/prettier-config" : " ^2.2.0" ,
102
102
"@sxzz/test-utils" : " ^0.5.1" ,
103
- "@types/node" : " ^22.13.4 " ,
103
+ "@types/node" : " ^22.13.5 " ,
104
104
"bumpp" : " ^10.0.3" ,
105
105
"change-case" : " ^5.4.4" ,
106
- "eslint" : " ^9.20.1 " ,
107
- "prettier" : " ^3.5.1 " ,
106
+ "eslint" : " ^9.21.0 " ,
107
+ "prettier" : " ^3.5.2 " ,
108
108
"tsdown" : " ^0.6.0" ,
109
109
"tsx" : " ^4.19.3" ,
110
110
"typescript" : " ^5.7.3" ,
111
111
"unplugin-oxc" : " ^0.2.4" ,
112
112
"unplugin-vue" : " ^6.0.0" ,
113
- "vite" : " ^6.1.1 " ,
114
- "vitest" : " ^3.0.6 " ,
113
+ "vite" : " ^6.2.0 " ,
114
+ "vitest" : " ^3.0.7 " ,
115
115
"vue" : " ^3.5.13" ,
116
- "vue-tsc" : " ^2.2.2 "
116
+ "vue-tsc" : " ^2.2.4 "
117
117
},
118
118
"engines" : {
119
119
"node" : " >=18.12.0"
Original file line number Diff line number Diff line change 17
17
"@vue/tsconfig" : " ^0.7.0" ,
18
18
"tsx" : " ^4.19.3" ,
19
19
"typescript" : " ~5.7.3" ,
20
- "vite" : " ^6.1.1 " ,
21
- "vue-tsc" : " ^2.2.2 "
20
+ "vite" : " ^6.2.0 " ,
21
+ "vue-tsc" : " ^2.2.4 "
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments