File tree Expand file tree Collapse file tree 3 files changed +156
-156
lines changed Expand file tree Collapse file tree 3 files changed +156
-156
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.21 .0" ,
4
+ "packageManager" : " pnpm@7.23 .0" ,
5
5
"description" : " Converts JSX to HTML strings at compile time." ,
6
6
"keywords" : [
7
7
" unplugin" ,
81
81
"@babel/types" : " ^7.20.7" ,
82
82
"@rollup/pluginutils" : " ^5.0.2" ,
83
83
"entities" : " ^4.4.0" ,
84
- "estree-walker" : " ^3.0.1 " ,
84
+ "estree-walker" : " ^3.0.2 " ,
85
85
"jsesc" : " ^3.0.2" ,
86
86
"magic-string" : " ^0.27.0" ,
87
87
"unplugin" : " ^1.0.1"
95
95
"benchmark" : " ^2.1.4" ,
96
96
"bumpp" : " ^8.2.1" ,
97
97
"eslint" : " ^8.31.0" ,
98
- "eslint-define-config" : " ^1.12 .0" ,
98
+ "eslint-define-config" : " ^1.13 .0" ,
99
99
"fast-glob" : " ^3.2.12" ,
100
- "prettier" : " ^2.8.1 " ,
100
+ "prettier" : " ^2.8.2 " ,
101
101
"tsup" : " ^6.5.0" ,
102
102
"tsx" : " ^3.12.1" ,
103
103
"typescript" : " ^4.9.4" ,
104
- "vite" : " ^4.0.3 " ,
104
+ "vite" : " ^4.0.4 " ,
105
105
"vitest" : " ^0.26.3"
106
106
},
107
107
"engines" : {
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.21 .0" ,
4
+ "packageManager" : " pnpm@7.23 .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.48.0 " ,
15
- "@vueuse/core" : " ^9.9 .0" ,
14
+ "@unocss/reset" : " ^0.48.3 " ,
15
+ "@vueuse/core" : " ^9.10 .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.13" ,
21
21
"@vitejs/plugin-vue" : " ^4.0.0" ,
22
22
"@vue/runtime-core" : " ^3.2.45" ,
23
- "unocss" : " ^0.48.0 " ,
23
+ "unocss" : " ^0.48.3 " ,
24
24
"unplugin-auto-import" : " ^0.12.1" ,
25
25
"unplugin-vue-components" : " ^0.22.12" ,
26
- "vite" : " ^4.0.3 "
26
+ "vite" : " ^4.0.4 "
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments