File tree Expand file tree Collapse file tree 3 files changed +175
-154
lines changed Expand file tree Collapse file tree 3 files changed +175
-154
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unplugin-jsx-string" ,
3
3
"version" : " 0.5.6" ,
4
- "packageManager" : " pnpm@7.18.2 " ,
4
+ "packageManager" : " pnpm@7.20.0 " ,
5
5
"description" : " Converts JSX to HTML strings at compile time." ,
6
6
"keywords" : [
7
7
" unplugin" ,
77
77
"prepublishOnly" : " pnpm run build"
78
78
},
79
79
"dependencies" : {
80
- "@babel/parser" : " ^7.20.5 " ,
81
- "@babel/types" : " ^7.20.5 " ,
80
+ "@babel/parser" : " ^7.20.7 " ,
81
+ "@babel/types" : " ^7.20.7 " ,
82
82
"@rollup/pluginutils" : " ^5.0.2" ,
83
83
"entities" : " ^4.4.0" ,
84
84
"estree-walker" : " ^3.0.1" ,
101
101
"tsup" : " ^6.5.0" ,
102
102
"tsx" : " ^3.12.1" ,
103
103
"typescript" : " ^4.9.4" ,
104
- "vite" : " ^4.0.2 " ,
105
- "vitest" : " ^0.25.8 "
104
+ "vite" : " ^4.0.3 " ,
105
+ "vitest" : " ^0.26.2 "
106
106
},
107
107
"engines" : {
108
108
"node" : " >=14.19.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@7.18.2 " ,
4
+ "packageManager" : " pnpm@7.20.0 " ,
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.47.6 " ,
15
- "@vueuse/core" : " ^9.7 .0" ,
14
+ "@unocss/reset" : " ^0.48.0 " ,
15
+ "@vueuse/core" : " ^9.9 .0" ,
16
16
"unplugin-jsx-string" : " workspace:*" ,
17
17
"vue" : " ^3.2.45"
18
18
},
19
19
"devDependencies" : {
20
20
"@iconify-json/carbon" : " ^1.1.11" ,
21
21
"@vitejs/plugin-vue" : " ^4.0.0" ,
22
22
"@vue/runtime-core" : " ^3.2.45" ,
23
- "unocss" : " ^0.47.6 " ,
23
+ "unocss" : " ^0.48.0 " ,
24
24
"unplugin-auto-import" : " ^0.12.1" ,
25
25
"unplugin-vue-components" : " ^0.22.12" ,
26
- "vite" : " ^4.0.2 "
26
+ "vite" : " ^4.0.3 "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments