File tree 3 files changed +703
-629
lines changed
3 files changed +703
-629
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-jsx-string" ,
3
3
"version" : " 0.9.1" ,
4
- "packageManager" :
" [email protected] .1 " ,
4
+ "packageManager" :
" [email protected] .4 " ,
5
5
"description" : " Converts JSX to HTML strings at compile time." ,
6
6
"type" : " module" ,
7
7
"keywords" : [
64
64
"prepublishOnly" : " pnpm run build"
65
65
},
66
66
"dependencies" : {
67
- "@babel/parser" : " ^7.26.9 " ,
68
- "@babel/types" : " ^7.26.9 " ,
67
+ "@babel/parser" : " ^7.26.10 " ,
68
+ "@babel/types" : " ^7.26.10 " ,
69
69
"entities" : " ^6.0.0" ,
70
70
"estree-walker" : " ^3.0.3" ,
71
71
"jsesc" : " ^3.1.0" ,
79
79
"@types/benchmark" : " ^2.1.5" ,
80
80
"@types/jsesc" : " ^3.0.3" ,
81
81
"@types/node" : " ^22.13.10" ,
82
- "@types/react" : " ^19.0.10 " ,
82
+ "@types/react" : " ^19.0.11 " ,
83
83
"benchmark" : " ^2.1.4" ,
84
- "bumpp" : " ^10.0.3 " ,
84
+ "bumpp" : " ^10.1.0 " ,
85
85
"eslint" : " ^9.22.0" ,
86
86
"prettier" : " ^3.5.3" ,
87
- "tsdown" : " ^0.6.4 " ,
87
+ "tsdown" : " ^0.6.9 " ,
88
88
"tsx" : " ^4.19.3" ,
89
89
"typescript" : " ^5.8.2" ,
90
- "vite" : " ^6.2.1 " ,
91
- "vitest" : " ^3.0.8 "
90
+ "vite" : " ^6.2.2 " ,
91
+ "vitest" : " ^3.0.9 "
92
92
},
93
93
"engines" : {
94
94
"node" : " >=18.12.0"
Original file line number Diff line number Diff line change 11
11
"typecheck" : " vue-tsc --noEmit"
12
12
},
13
13
"dependencies" : {
14
- "@unocss/reset" : " ^66.1.0-beta.3 " ,
14
+ "@unocss/reset" : " ^66.1.0-beta.6 " ,
15
15
"@vueuse/core" : " ^13.0.0" ,
16
16
"unplugin-jsx-string" : " workspace:*" ,
17
17
"vue" : " ^3.5.13"
18
18
},
19
19
"devDependencies" : {
20
20
"@iconify-json/carbon" : " ^1.2.8" ,
21
- "@vitejs/plugin-vue" : " ^5.2.1 " ,
22
- "@vue-macros/reactivity-transform" : " ^3.0.0-beta.3 " ,
23
- "unocss" : " ^66.1.0-beta.3 " ,
21
+ "@vitejs/plugin-vue" : " ^5.2.3 " ,
22
+ "@vue-macros/reactivity-transform" : " ^3.0.0-beta.5 " ,
23
+ "unocss" : " ^66.1.0-beta.6 " ,
24
24
"unplugin-auto-import" : " ^19.1.1" ,
25
25
"unplugin-vue-components" : " ^28.4.1" ,
26
- "vite" : " ^6.2.1 " ,
26
+ "vite" : " ^6.2.2 " ,
27
27
"vue-tsc" : " ^2.2.8"
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments