File tree Expand file tree Collapse file tree 3 files changed +220
-294
lines changed Expand file tree Collapse file tree 3 files changed +220
-294
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-jsx-string" ,
3
3
"version" : " 0.6.0" ,
4
- "packageManager" : " pnpm@8.4.0 " ,
4
+ "packageManager" : " pnpm@8.5.1 " ,
5
5
"description" : " Converts JSX to HTML strings at compile time." ,
6
6
"keywords" : [
7
7
" unplugin" ,
88
88
"@sxzz/eslint-config" : " ^2.4.6" ,
89
89
"@types/benchmark" : " ^2.1.2" ,
90
90
"@types/jsesc" : " ^3.0.1" ,
91
- "@types/node" : " ^18.16.5 " ,
91
+ "@types/node" : " ^18.16.9 " ,
92
92
"@types/react" : " ^18.2.6" ,
93
93
"benchmark" : " ^2.1.4" ,
94
94
"bumpp" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-jsx-string-playground" ,
3
3
"version" : " 0.0.0" ,
4
- "packageManager" : " pnpm@8.4.0 " ,
4
+ "packageManager" : " pnpm@8.5.1 " ,
5
5
"license" : " MIT" ,
6
6
"author" :
" 三咲智子 <[email protected] >" ,
7
7
"scripts" : {
11
11
"vercel-build" : " pnpm run -C .. build && pnpm build"
12
12
},
13
13
"dependencies" : {
14
- "@unocss/reset" : " ^0.51.12 " ,
14
+ "@unocss/reset" : " ^0.51.13 " ,
15
15
"@vueuse/core" : " ^10.1.2" ,
16
16
"unplugin-jsx-string" : " workspace:*" ,
17
- "vue" : " ^3.2.47 "
17
+ "vue" : " ^3.3.2 "
18
18
},
19
19
"devDependencies" : {
20
20
"@iconify-json/carbon" : " ^1.1.16" ,
21
- "@vitejs/plugin-vue" : " ^4.2.1 " ,
22
- "@vue/runtime-core" : " ^3.2.47 " ,
23
- "unocss" : " ^0.51.12 " ,
21
+ "@vitejs/plugin-vue" : " ^4.2.3 " ,
22
+ "@vue/runtime-core" : " ^3.3.2 " ,
23
+ "unocss" : " ^0.51.13 " ,
24
24
"unplugin-auto-import" : " ^0.15.3" ,
25
25
"unplugin-vue-components" : " ^0.24.1" ,
26
26
"vite" : " ^4.3.5" ,
27
- "vue-tsc" : " ^1.6.4 "
27
+ "vue-tsc" : " ^1.6.5 "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments