File tree Expand file tree Collapse file tree 3 files changed +201
-201
lines changed Expand file tree Collapse file tree 3 files changed +201
-201
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" :
" [email protected] .0 " ,
4
+ "packageManager" :
" [email protected] .1 " ,
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.0 " ,
91
+ "@vue/language-core" : " ^2.2.2 " ,
92
92
"ast-kit" : " ^1.4.0" ,
93
93
"magic-string-ast" : " ^0.7.0" ,
94
94
"muggle-string" : " ^0.4.1" ,
95
95
"unplugin" : " ^2.2.0" ,
96
96
"unplugin-utils" : " ^0.2.4"
97
97
},
98
98
"devDependencies" : {
99
- "@babel/types" : " ^7.26.8 " ,
99
+ "@babel/types" : " ^7.26.9 " ,
100
100
"@sxzz/eslint-config" : " ^5.1.1" ,
101
101
"@sxzz/prettier-config" : " ^2.2.0" ,
102
102
"@types/node" : " ^22.13.4" ,
105
105
"change-case" : " ^5.4.4" ,
106
106
"eslint" : " ^9.20.1" ,
107
107
"prettier" : " ^3.5.1" ,
108
- "tsdown" : " ^0.5.9 " ,
108
+ "tsdown" : " ^0.5.10 " ,
109
109
"tsx" : " ^4.19.2" ,
110
110
"typescript" : " ^5.7.3" ,
111
111
"vite" : " ^6.1.0" ,
112
- "vitest" : " ^3.0.5 " ,
112
+ "vitest" : " ^3.0.6 " ,
113
113
"vue" : " ^3.5.13" ,
114
- "vue-tsc" : " ^2.2.0 "
114
+ "vue-tsc" : " ^2.2.2 "
115
115
},
116
116
"engines" : {
117
117
"node" : " >=18.12.0"
Original file line number Diff line number Diff line change 18
18
"tsx" : " ^4.19.2" ,
19
19
"typescript" : " ~5.7.3" ,
20
20
"vite" : " ^6.1.0" ,
21
- "vue-tsc" : " ^2.2.0 "
21
+ "vue-tsc" : " ^2.2.2 "
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments