File tree 6 files changed +377
-362
lines changed
6 files changed +377
-362
lines changed Original file line number Diff line number Diff line change 12
12
"devDependencies" : {
13
13
"@chialab/esbuild-plugin-html" : " ^0.18.2" ,
14
14
"esbuild" : " ^0.24.2" ,
15
- "sass" : " ^1.83.0 " ,
15
+ "sass" : " ^1.83.1 " ,
16
16
"serve" : " ^14.2.4" ,
17
17
"unplugin-vue" : " workspace:*"
18
18
}
Original file line number Diff line number Diff line change 11
11
},
12
12
"devDependencies" : {
13
13
"esbuild" : " ^0.24.2" ,
14
- "rollup" : " ^4.29 .1" ,
14
+ "rollup" : " ^4.30 .1" ,
15
15
"rollup-plugin-esbuild" : " ^6.1.1" ,
16
16
"serve" : " ^14.2.4" ,
17
17
"unplugin-vue" : " workspace:*"
Original file line number Diff line number Diff line change 12
12
},
13
13
"devDependencies" : {
14
14
"unplugin-vue" : " workspace:*" ,
15
- "vite" : " ^6.0.6 " ,
15
+ "vite" : " ^6.0.7 " ,
16
16
"vite-plugin-inspect" : " ^0.10.6"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 10
10
"vue" : " ^3.5.13"
11
11
},
12
12
"devDependencies" : {
13
- "@swc/core" : " ^1.10.2 " ,
13
+ "@swc/core" : " ^1.10.4 " ,
14
14
"@types/webpack" : " ^5.28.5" ,
15
15
"css-loader" : " ^7.1.2" ,
16
16
"html-webpack-plugin" : " ^5.6.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-vue" ,
3
3
"version" : " 5.2.1" ,
4
- "packageManager" :
" [email protected] .1 " ,
4
+ "packageManager" :
" [email protected] .3 " ,
5
5
"description" : " Transform Vue 3 SFC to JavaScript." ,
6
6
"type" : " module" ,
7
7
"keywords" : [
88
88
"dependencies" : {
89
89
"@vue/reactivity" : " ^3.5.13" ,
90
90
"debug" : " ^4.4.0" ,
91
- "unplugin" : " ^1.16.0 " ,
92
- "vite" : " ^6.0.6 "
91
+ "unplugin" : " ^1.16.1 " ,
92
+ "vite" : " ^6.0.7 "
93
93
},
94
94
"devDependencies" : {
95
95
"@babel/types" : " ^7.26.3" ,
99
99
"@sxzz/prettier-config" : " ^2.0.2" ,
100
100
"@sxzz/test-utils" : " ^0.3.11" ,
101
101
"@types/debug" : " ^4.1.12" ,
102
- "@types/node" : " ^22.10.2 " ,
102
+ "@types/node" : " ^22.10.5 " ,
103
103
"@vitejs/plugin-vue" : " ^5.2.1" ,
104
104
"@vitest/ui" : " ^2.1.8" ,
105
- "bumpp" : " ^9.9.2 " ,
105
+ "bumpp" : " ^9.10.0 " ,
106
106
"esbuild" : " ^0.24.2" ,
107
107
"eslint" : " ^9.17.0" ,
108
- "fast-glob" : " ^3.3.2 " ,
108
+ "fast-glob" : " ^3.3.3 " ,
109
109
"rimraf" : " ^6.0.1" ,
110
- "rollup" : " ^4.29 .1" ,
110
+ "rollup" : " ^4.30 .1" ,
111
111
"rollup-plugin-esbuild" : " ^6.1.1" ,
112
112
"slash" : " ^5.1.0" ,
113
113
"source-map-js" : " ^1.2.1" ,
114
114
"tsup" : " ^8.3.5" ,
115
- "typescript" : " ^5.7.2 " ,
116
- "unplugin-unused" : " ^0.2.3 " ,
115
+ "typescript" : " ^5.7.3 " ,
116
+ "unplugin-unused" : " ^0.3.0 " ,
117
117
"vitest" : " ^2.1.8" ,
118
118
"webpack" : " ^5.97.1"
119
119
},
You can’t perform that action at this time.
0 commit comments