File tree Expand file tree Collapse file tree 3 files changed +331
-317
lines changed Expand file tree Collapse file tree 3 files changed +331
-317
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.0" ,
4
- "packageManager" : " pnpm@10.2.1 " ,
4
+ "packageManager" : " pnpm@10.3.0 " ,
5
5
"description" : " Named export for Vue SFC." ,
6
6
"type" : " module" ,
7
7
"keywords" : [
81
81
"ast-kit" : " ^1.4.0" ,
82
82
"magic-string-ast" : " ^0.7.0" ,
83
83
"muggle-string" : " ^0.4.1" ,
84
- "unplugin" : " ^2.1.2 "
84
+ "unplugin" : " ^2.2.0 "
85
85
},
86
86
"devDependencies" : {
87
- "@babel/types" : " ^7.26.7 " ,
88
- "@sxzz/eslint-config" : " ^5.0.0 " ,
89
- "@sxzz/prettier-config" : " ^2.1.1 " ,
90
- "@types/node" : " ^22.12.0 " ,
87
+ "@babel/types" : " ^7.26.8 " ,
88
+ "@sxzz/eslint-config" : " ^5.0.2 " ,
89
+ "@sxzz/prettier-config" : " ^2.1.2 " ,
90
+ "@types/node" : " ^22.13.1 " ,
91
91
"@vue-macros/test-utils" : " ^1.7.1" ,
92
- "bumpp" : " ^10.0.1 " ,
92
+ "bumpp" : " ^10.0.3 " ,
93
93
"change-case" : " ^5.4.4" ,
94
- "eslint" : " ^9.19.0 " ,
95
- "prettier" : " ^3.4.2 " ,
94
+ "eslint" : " ^9.20.1 " ,
95
+ "prettier" : " ^3.5.0 " ,
96
96
"tsup" : " ^8.3.6" ,
97
97
"tsx" : " ^4.19.2" ,
98
98
"typescript" : " ^5.7.3" ,
99
- "vite" : " ^6.0.11 " ,
100
- "vitest" : " ^3.0.4 " ,
99
+ "vite" : " ^6.1.0 " ,
100
+ "vitest" : " ^3.0.5 " ,
101
101
"vue" : " ^3.5.13" ,
102
102
"vue-tsc" : " ^2.2.0"
103
103
},
Original file line number Diff line number Diff line change 17
17
"@vue/tsconfig" : " ^0.7.0" ,
18
18
"tsx" : " ^4.19.2" ,
19
19
"typescript" : " ~5.7.3" ,
20
- "vite" : " ^6.0.11 " ,
20
+ "vite" : " ^6.1.0 " ,
21
21
"vue-tsc" : " ^2.2.0"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments